OTTAA-Project / OTTAAProject

Join us to create the first Augmentative communication platform for speech-impaired children!
https://ottaa-project.github.io/
GNU General Public License v3.0
5 stars 1 forks source link

Quality Image #78

Closed gonojuarez closed 2 years ago

gonojuarez commented 2 years ago

Is your feature request related to a problem? Please describe. When I create a Pictogram the system compresses the image to avoid occupying a lot of space in the online storage. This action generating low-quality pictograms

Describe the solution you'd like We should compress the image to webp format in order to avoid losing the icon quality

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Action Plan

gonojuarez commented 2 years ago

The only way to get the best quality in android is to avoid the transformation with the glide application.

gonojuarez commented 2 years ago
gonojuarez commented 2 years ago

In order to solve the camera pictures quality, we need to change the thumbnail image for the real Image.

I will try to apply this guide to the code

gonojuarez commented 2 years ago

Hector suggest using the cropper library in order to get a high-quality and crop the picture.