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
We have a requirement to generate preview images for mobile use. By default , the user accesses a low quality compressed image, until he click the ’raw image‘ button.
So, I want to use the project not only to generate preview images but also to generate the compressed images, If the raw file is a image.
This way, I don't have to look for additional compressed libraries, because I think they should have almost the same dependencies, and I want to put them in the one project of mine.
That mean is I don't want to change the width and height of the image, but I want to change the quality (file size) of it
Prerequisites
The text was updated successfully, but these errors were encountered:
Feature description and goals
We have a requirement to generate preview images for mobile use. By default , the user accesses a low quality compressed image, until he click the ’raw image‘ button.
So, I want to use the project not only to generate preview images but also to generate the compressed images, If the raw file is a image.
This way, I don't have to look for additional compressed libraries, because I think they should have almost the same dependencies, and I want to put them in the one project of mine.
That mean is I don't want to change the width and height of the image, but I want to change the quality (file size) of it
Prerequisites
The text was updated successfully, but these errors were encountered: