Feature #11798
Limited size jpeg file export
20%
Description
Let choose quality or max size when exporting to a jpeg file (used for forum)
History
#1
Updated by Tobias Ellinghaus about 2 years ago
With "size" you probably mean file size in megabytes or something like that?
#2
Updated by Sylvain Escofet about 2 years ago
Tobias Ellinghaus wrote:
With "size" you probably mean file size in megabytes or something like that?
Yes. To avoid testing with various quality to obtain the needed file size to be imported in forum.
#3
Updated by Tobias Ellinghaus about 2 years ago
- System changed from Windows to all
- Affected Version changed from 2.2.5 to git master branch
- % Done changed from 0 to 20
- Status changed from New to Triaged
That would require some binary search by trying different quality settings and comparing resulting file sizes. If image resolution shall be changed, too, then it will be harder and slower, as several runs of the export pipe might be required.
So, it should be doable, but I am not sure if anyone will invest the time to write the code.
#4
Updated by Kevin Ertel almost 2 years ago
Just want to mention that I would love to see this feature implemented as well.