Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger
| Name | zeig_s_Bild() |
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Examples | ![]() Bild b;
// Images must be in the "data" directory to load correctly
b = lad_s_Bild("laDefense.jpg");
zeig_s_Bild(b, 0, 0);![]() Bild b;
// Images must be in the "data" directory to load correctly
b = lad_s_Bild("laDefense.jpg");
zeig_s_Bild(b, 0, 0);
zeig_s_Bild(b, 0, 0, Feischterbreiti/2, Feischterhoechi/2); |
||||||||||
| Description | Diplays images to the Bildschirm. The images must be in the sketch's "data" directory to load correctly. Select "Add file..." from the "Sketch" menu to add the image. Processing currently works with GIF, JPEG, and Targa images. The Farb
of an image may be modified with the Ifaerbig() function and if a GIF has transparency, it will maintain its transparency. The img parameter specifies the image to display and the x and y parameters define the location of the image from its upper-left corner. The image is displayed at its original size unless the Feischterbreiti and Feischterhoechi parameters specify a different size. The Bildmodus() function changes the way the parameters work. A call to Bildmodus(CORNERS) will change the Feischterbreiti and Feischterhoechi parameters to define the x and y values of the opposite corner of the image.
|
||||||||||
| Syntax | zeig_s_Bild(img, x, y) zeig_s_Bild(img, x, y, Feischterbreiti, Feischterhoechi) |
||||||||||
| Parameters |
|
||||||||||
| Usage | Web & Application | ||||||||||
| Related | lad_s_Bild() Bild Bildmodus() Ifaerbig() Hintergrund() Transparenzkanal() |



