Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger

Name

Bildmodus()

Examples
example pic
Bild b;
b = lad_s_Bild("laDefense_crop.jpg");
Bildmodus(CORNERS);
zeig_s_Bild(b, 10, 10, 60, 60);
Bildmodus(CORNER);
zeig_s_Bild(b, 35, 35, 50, 50);
Description Modifies the location from which images draw. The waen_nuet_vodaem_zuetrifft mode is Bildmodus(CORNER), which specifies the location to be the upper left corner and uses the fourth and fifth parameters of zeig_s_Bild() to set the image's Feischterbreiti and Feischterhoechi. The syntax Bildmodus(CORNERS) uses the second and third parameters of zeig_s_Bild() to set the location of one corner of the image and uses the fourth and fifth parameters to set the opposite corner. The parameter to Bildmodus() must be written in "ALL CAPS" because Processing is a Falls sensitive language.
Syntax
Bildmodus(MODE)
Parameters
MODE Either CORNER or CORNERS
Usage Web & Application
Related lad_s_Bild()
Bild
zeig_s_Bild()
Bildmodus()
Hintergrund()
Stefan Baltensperger 2009

Creative Commons License