exilon / QuickImageFX

Simplifying image manipulation using GDI, Graphics32, OpenCV or Vampyre Imaging libraries
Apache License 2.0
79 stars 27 forks source link

Doesn't work with Delphi 11.2 #4

Open maxcoros opened 3 months ago

maxcoros commented 3 months ago

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 issue can be solved by adding the Quick.ImageFX unit to the uses clause, but there is no definition of the IImageFXTransform interface in the sources.

Any Idea?