Platform |
Win32, x64 |
Purpose |
To turn on the use of GDI+ when loading image files. |
Syntax |
INTEGER USE_GDIPLUS_IMAGE_FILES@(STATE) INTEGER STATE |
Description |
When GDI+ image loading is turned on a wider range of file types can be loaded with the subroutines GET_DIB_SIZE@, GET_DIB_BLOCK@ and IMPORT_IMAGE@. Passing 1 for STATE will turn on the use of GDI+, passing 0 will turn it off. Off is the default state. |
Return value |
Returns the previous STATE. |
Notes |
Added to FTN95 at version 7.10 |