View Single Post
Old 03-13-2004, 01:58 PM   #3
stobs
Connoisseur
stobs is on a distinguished road
 
Posts: 62
Karma: 72
Join Date: Oct 2002
Location: Germany
Device: nook
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.
stobs is offline