I cannot find that patch on the list
http://sitescooper.org/pipermail/sitescooper-talk/, yes please post it here.
I solved that problem with a simple patch:
so I get my resolution and color of the pictures.
# diff Main.pm.orig Main.pm
2435,2437c2435,2437
< <Dither value="yes"/>
< <MaximumWidth value="224"/>
< <MaximumHeight value="198"/>
---
> <Dither value="no"/>
> <MaximumWidth value="315"/>
> <MaximumHeight value="315"/>
2441c2441
< <BitDepth4 value="include"/>
---
> <BitDepth4 value="exclude"/>
2443c2443,2445
< <BitDepth16 value="exclude"/>
---
> <BitDepth16 value="include"/>
> <LossyLevel value="all"/>
> <LossyQuality value="75"/>
Quote:
Originally Posted by ignatz
Perhaps you could post your mods again here, with some reasonably explicit instructions as to how people can modify their existing installs of sitescooper to use your new code? That would be great, thanks.
|