alexcorvi / heic2any

Converting HEIF/HEIF image formats to PNG/GIF/JPEG in the browser
https://alexcorvi.github.io/heic2any/
MIT License
584 stars 74 forks source link

Performance #58

Open drmax24 opened 3 weeks ago

drmax24 commented 3 weeks ago

One of the problems i see is that this library can not change the file dimensions. It processes 4k image to 4k image. Could be cool if it could also rescale the image size

drmax24 commented 2 weeks ago

what is going on is i need to use another library to resize. so this library produces a big file that I feed into another library

could be better If I could resize rightaway