[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Updates the image when the reader has finished loading the image content.
Source position: graphics.pp line 1893
protected procedure TGIFImage.FinalizeReader( |
AReader: TFPCustomImageReader |
); override; |
AReader |
|
FCL-compatible reader for the image type. |
Ensures that image properties discovered using the reader class are applied to the properties in the GIF image.
Calls the inherited method on entry. Copies values found in AReader to the following properties:
FinalizeReader is called from the ReadStream method when the reader class has loaded the image content into a TLazIntfImage instance.
|
Finalizes the FCL image reader when a read operation has been completed. |
Version 4.0 | Generated 2025-05-03 | Home |