Shell extension jpeg quality
Moderators: helmut, XnTriq, xnview
Shell extension jpeg quality
Is there a way to adjust the jpeg image quality when using the shellextension's image conversion?
Yes, currently i use 80 as default. Perhaps it would be good to have 4 jpeg quality setting???Crysler wrote:You mean configuring in Options > Write > JPEG > Quality?
For testing I set that to 6 which produces a lousy image. The setting is rememberd between XnView sessions but the shellextension's conversion still produces a way better image (about 80).
Pierre.
Like 4 fixed settings to choose from?
Yes I'd like that, but then again: which four to choose? There might be people who'd like 98/90/80/70 while others would prefer 90/75/60/40 or such.
How about a simple config-textfile where we can put our own values?
Like this:would produce a flyout-submenu for the JPG menu item
Yes I'd like that, but then again: which four to choose? There might be people who'd like 98/90/80/70 while others would prefer 90/75/60/40 or such.
How about a simple config-textfile where we can put our own values?
Like this:
Code: Select all
jpegquality1=98
jpegquality2=90
jpegquality3=70
jpegquality4=10
Code: Select all
JPG > Quality1: 98
Quality2: 90
Quality3: 70
Quality4: 10
In other shell extension, how is configured the jpeg quatlity??Crysler wrote:Like 4 fixed settings to choose from?
Yes I'd like that, but then again: which four to choose? There might be people who'd like 98/90/80/70 while others would prefer 90/75/60/40 or such.
How about a simple config-textfile where we can put our own values?
Like this:would produce a flyout-submenu for the JPG menu itemCode: Select all
jpegquality1=98 jpegquality2=90 jpegquality3=70 jpegquality4=10
Code: Select all
JPG > Quality1: 98 Quality2: 90 Quality3: 70 Quality4: 10
Pierre.
This feature is much desired here!
Also, rather than providing some preset values, I'd like to have just single value control provided since I don't want to more items in the context menu than necessary. And if the four choices were to be put in the options menu, why not just provide some config option like in XnView itself?
Also, rather than providing some preset values, I'd like to have just single value control provided since I don't want to more items in the context menu than necessary. And if the four choices were to be put in the options menu, why not just provide some config option like in XnView itself?