Products / Plugins:AI Effects
Platform / Framework:iOS
Last updated:2021-09-09 19:57
intensity
parameter, it means the path to the color lookup table isn't correctly set up.intensity
parameter, it means the image resources of the color lookup table are compressed.For case 1, check whether the path to the color lookup table is set up correctly. For more details, see Common features - Beauty.
For case 2, do the following based on the actual situation:
If the image resources of the color lookup table are packaged into your App:
a. Open Xcode, and select the project target.
b. Select Build Settings, and enter PNG
in the search box.
c. Under Compress PNG Files - Packaging, set Compress PNG Files and Remove Text Metadata From PNG Files to NO
.
If the image resources are downloaded dynamically over the internet, check whether the downloaded images are compressed. The Alpha channel of the PNG files needs to be preserved.