Operations with images

There is the separate direction in the AlbumCreator2 the graphic operations with images. Operations with images are not the part of plug-in. Plug-in just transfers operations to execute to AlbumCreator, so only the path to the result image, which is the result of sequence of operations is entered into the page body.

To know more about operations and their syntax refer to Graphics Processor Operations. The operations are embedded, which means that you can do several operations with the same image. For example:

<img src="{#out(colorize(loadthumbnail(2,94,125),'0x00010101', '0x00879BCD','0x00FEFEFF'), '/Thumbnails/over_*.jpg');}"  >

In that example plug-in will define that the set of operations with image number 2 on the page is indicated, and the result image will be located at the following address: "/Thumbnails/over_Index.jpg".
Index is the serial number of the page in the album. It is not necessary equal to 2, because 2 is the number of image on the page. For example if there are 8 images on the page, then for the first page of album it'll be "/Thumbnails/over_2.jpg", for the second page it'll be "/Thumbnails/over_10.jpg".