imaginglib
imaginglib copied to clipboard
Object Pascal image loading, saving and manipulation library.
In my case(D11.1), Imaging.UpdateExceptMessage() updates current exception E (normally get from GetException()) then E will be re-raised. But this causes the caller unable to catch the exception again since RTL...
Thanks for the library, it has helped me a lot. It would be nice if WebP files could be generated from scratch or from other images
Hello. I would like to create a multi-layer PSD file. Is it possible to be done ?
Could you be so kind to publish installation HOWTO for the library? Literally step by step: what to download, open and compile. For Delphi 3 RIO in particular. Also BTW,...
Hi @galfar, I need to take jpeg and png images, modify them a bit and then export them optimized for the web. PNG images must be exported with a transparent...
Implement support for macOS LCL widgetset (Cocoa must, Carbon maybe) in this helper function. ImgBrowser demo now cannot run in macOS.
Implement support for Qt5 LCL widgetset in this helper function.
Issue copied from Bitbucket for reference: _Marek Mauder created an issue 2017-09-02_ Currently there's support for TIFF only with Delphi in Win32 using precompiled libtiff library. Considerations: - port extended...
Images with whole alpha channel at zero are displayed as completely black image (at least in Windows). Set just one pixel to different alpha and it's displayed correctly (blended over...
Add read and write support for Khronos texture file format. Support also reading data with "exotic" texture compressions (as pass-trough data, no decompression+compression in Imaging) that could be directly fed...