PNGout
Posted: Wed Sep 19, 2007 7:35 am
I would like to know if a PNGout plugin would be a good thing?
Various discussion boards for XnView and related products
https://newsgroup.xnview.com/
Drahken ([url=http://newsgroup.xnview.com/viewtopic.php?p=18979#18979]Paste Clipboard, pngout support[/url]) wrote:- PNGOUT (http://advsys.net/ken/utils.htm) plugin support for optimizing PNG files in Save As.
I requested this feature a while back: http://newsgroup.xnview.com/viewtopic.php?t=2063 I also approached the author of pngout about making a version for xnview. He agreed, but said he was busy and it would take a while to get around to it.
-Confirmed, I've it here too.• However, you forgot to remove the (debugging ?) DOS-box…
- I agree, including the terms of the «Strategy» drop-down list (like “Slow”, “Fast”, “Faster” and so on)- I miss a small LNG file to translate…
ouistiti wrote:P.S. Why do you call it "plugin" and put it in the sub-directory "Addon" ?
• Right, I get exactly the same size here with the same settings.PNGout.xnp (Auto/Xtreme!): 106.767 Bytes…
OkXnTriq wrote:Thanks, Pierre!
I ran a few tests on xnviewbox.jpg:
- PNGout.xnp (Auto/Xtreme!): 106.767 Bytes
- XnView (Export: 9/All): 86.413 Bytes
- PNGOUT (standard params): 85.227 Bytes
- Pngout.dll (default settings): 84.356 Bytes
- PNGOUTPS.8bi (default settings): 84.350 Bytes
What am I missing?
Now, that's more like it! I'm getting the exact same results from both add-on and command-line version.xnview wrote:OkI've uploaded a new version...
I wouldn't mind a window for verbose console output. After all, processing an image can take quite some time.Clo wrote:However, you forgot to remove the (debugging ?) DOS-box…
PNGOUT Tutorial wrote:Verbose mode: list chunks to keep and remove. It also lists the /b# block boundaries and records the file length at each stage of the algorithm.
Code: Select all
X:\Test>pngout.exe /v xnviewbox.jpg
In: 30096 bytes xnviewbox.jpg /c2
Out: xnviewbox.png /c2 /f5
Block boundaries: 32c3,7cf3,26051 (4 blocks)
Out: 103155 -15080.3= 88074.6
Out: 87558 -218.2= 87339.7
Out: 86861 -447.7= 86413.2
Out: 86033 -185.3= 85847.6
Out: 85755 -69.2= 85685.7
Out: 85547 -46.3= 85500.6
Out: 85464 -25.7= 85438.2
Out: 85390 -13.2= 85376.7
Out: 85313 -19.3= 85293.6
Out: 85287 -18.2= 85268.7
Out: 85245 -7.3= 85237.6
Out: 85231 -0.6= 85230.3
Out: 85227 -0.2= 85226.7
Out: 85228 -0.3= 85227.6
Out: 85227 bytes
Took 21.074 sec.
Chg: +55131 bytes (283% of original)
Compression level 9 = 86.413 bytes / level 6 = 87.202 bytesClo wrote:I tested too just with “Save as…” >> PNG, I get 87,202 bytes.
Clo wrote:I noticed that the output PNG file contains more colours than the original JPG…