QuickImageFX
QuickImageFX copied to clipboard
Simplifying image manipulation using GDI, Graphics32, OpenCV or Vampyre Imaging libraries
The demo requires CCR-Exif, which does not compile. If you try to use only Quick.ImageFX.GDI, it doesn't compile because the Quick.ImageFX.Base unit requires two interfaces: IImageFX and IImageFXTransform. The IImageFX...
Hello, If it's possible add Direct 2D/X. Thank you
In the readme: The link in the Quick.ImageFX.Vampyre: section is link to Libvips library. The link in the Quick.ImageFX.Vips: section is link to the Vampyre library.
Loading .heif or .heic files into a TImageFXVips object is fine, images are decoded correctly. But calling .SaveToStream() raises an exception with message "Conversion error!" and a consecutive exception with...