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
If you did ->guess(100); and didn't apply any operations I would expect it to just copy the image unchanged. Instead it creates a new image (100% of quality of original) -- this doesn't make much sense. Basically I would like to use the cache system to move the image into a 3/4/5/a/3/5/f type location without changing it at all.
The text was updated successfully, but these errors were encountered:
Added an information tip about this bug in the Gregwar image library Gregwar/Image#115 which could cause image file sizes to grow a lot after processing.
Added an information tip about this bug in the Gregwar image library Gregwar/Image#115 which could cause image file sizes to grow a lot after processing.
If you did
->guess(100);
and didn't apply any operations I would expect it to just copy the image unchanged. Instead it creates a new image (100% of quality of original) -- this doesn't make much sense. Basically I would like to use the cache system to move the image into a 3/4/5/a/3/5/f type location without changing it at all.The text was updated successfully, but these errors were encountered: