You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Would you consider extending APIs with image quality parameters? Reason why I am asking for this are memory issues I have experienced.
All calls should be changed to this: UIGraphicsBeginImageContextWithOptions(self.size, NO, quality);
Here is screenshot what happens when I try to apply dark effect on image from camera:
The text was updated successfully, but these errors were encountered:
Hi,
Would you consider extending APIs with image quality parameters? Reason why I am asking for this are memory issues I have experienced.
All calls should be changed to this:
UIGraphicsBeginImageContextWithOptions(self.size, NO, quality);
Here is screenshot what happens when I try to apply dark effect on image from camera:
The text was updated successfully, but these errors were encountered: