ic_iconsfromfile | Extract icons of the specified size from file. (use IC_LoadIcon to access extracted icons) |
public function long ic_iconsinfile (string filename) | Returns the number of icons in a file |
ic_loadicon | Load icon (you have to extract the icons before) |
ic_saveicon | Save image in an icon file |
im_brightness | Change image brightness |
im_contrast | Change image contrast |
im_fliphorr | Flip image horizontally along the vertical axis |
im_flipvert | Flip image vertically along the horizontal axis |
public function s_imageinfo im_getimageinfo () | Returns s_imageinfo with information about the loaded image |
public function s_pixel im_getpixel (integer x1, integer y1) | Gets pixel information |
im_imagefromfile | Loads and image from file |
im_imagesave | Saves an image to file |
im_maketrasparent | Makes specified color trasparent |
im_print | Print image |
im_printpreview | Open print preview window |
im_resizeimage | Resize the image (interpolation: Bicubic(1), Bilinear(2)) |
im_resizeimage | Resize the image (show a dialog window for rotation parameters) |
im_rotateimage | Rotate the image (interpolation: Bicubic(1), Bilinear(2)) |
im_rotateimage | Rotate the image (show a dialog window for rotation parameters) |
im_saturation | Change image saturation |
im_setpixel | Set pixel color |
im_showbmp | Renders image using an object handle ( window, picturebox ecc.). |
im_stretchbmp | Renders image using an object handle. The image is stretched to fit the destination rectangle. |
im_watermaketxt | Watermakes an image, add a copyright label |