EFQRCode icon indicating copy to clipboard operation
EFQRCode copied to clipboard

Compressed image will not be set as watermark

Open vin-zhou opened this issue 6 years ago • 2 comments

The judgement of isGIF in GeneratorController.swift Line 1079 will defend using the compressed image returned from selectedAlbumPhotosIncludingGifWithPHAssets, which seems a bug.

vin-zhou avatar Jan 16 '18 12:01 vin-zhou

Only type 'kUTTypeGIF' image will make 'isGIF' true, in GeneratorController.swift Line 1079.

EyreFree avatar Feb 01 '18 11:02 EyreFree

Might be relevant https://developer.apple.com/documentation/photokit/phimagerequestoptions/1616934-networkaccessallowed

ApolloZhu avatar Aug 25 '21 09:08 ApolloZhu