circular17
circular17
Something like that? ``` type TBGRAThumbnailOptions = record BackColor: TBGRAPixel; //default background Checkers: boolean; //draw checkers to represent the transparent background of the image Enlarge: boolean; //enlarge source image if...
About Pad, for now it would be set to True. When you ask for a thumbnail of size 128x128, then if the image is 128x64, then there will be unused...
> if AOptions.Enlarge = False section is in InternalGetBitmapThumbnail, rather than GetStreamThumbnail, as I was suggesting above, as not not every AReader is TBGRAImageReader Not sure I see why. Enlarging...
That's a good question. Some time ago, I tried to reduce the size to something like 500 kb. I am not sure what takes space, what could be removed. Maybe...
Related to https://github.com/bgrabitmap/bgrabitmap/issues/159
I don't understand why it doesn't work anymore. Any idea to fix it?
The helper is in BGRABitmap, in the same unit, and is called TColorHelper. So it is here. That's why I wonder this would not work.
This alias is necessary because TColor in BGRABitmap might refer to something else if not with the LCL. I don't see how this would change something. Am not working with...
Nope, it is not handled. Apparently the format is very close to PNG. So one could reuse existing code to make something like TBGRAAnimatedGif but for APNG.