Usage is simple: Once this plugin has been installed, Hollywood will be able to
load *.tif images on the fly.
If you want to save images in the *.tif format, use the constant #IMGFMT_TIFF that
this plugin makes available once loaded. For example:
SaveBrush(1, "test.tif", 0, #IMGFMT_TIFF)
The TIFF format supports alpha channel graphics. If you want to load a TIFF with
alpha channel, simply set the "LoadAlpha" field to TRUE. If you want to save a brush
that has an alpha channel using #IMGFMT_TIFF, the TIFF plugin will automatically
create a TIFF image with an alpha channel for you.
Builds of this plugin for other platforms (Microsoft Windows, macOS, Linux, Android,
iOS, etc.) are available from the official Hollywood portal which is online at
http://www.hollywood-mal.com/
|