nikolaydymura / flutter_image_filters

MIT License
28 stars 13 forks source link

low quality for LUT, HALD applied result #27

Closed hankyungs closed 7 months ago

hankyungs commented 7 months ago

The quality of the results with the application of LUT or Hald is low.

IMG_1227

(ignore white grid line)

hankyungs commented 7 months ago

Loosing quality only in ios. Android is fine

nikolaydymura commented 7 months ago

@hankyungs Please try to disable impeller on iOS. We noticed it is still not stable to be used with shaders.

To disable Impeller on iOS when deploying your app, add the following tags under the top-level tag in your app’s Info.plist file.

content_copy

FLTEnableImpeller
hankyungs commented 7 months ago

Issue resolved. Thanks