Quote:
Originally Posted by knc1
The forum information comes from the users.
So please post what you found and how you fixed it.
Not just delete the problem image from your post.
Otherwise, no one will be able to learn from your experiences - even if it was PEBKAC.
|
i didnt delete it , its still in attachments.
u answered me in the next reply , so i thought anyone can find the solution quickly.
but ok,maybe i should post it:
i used imageMagick to convert pictures , the command sloved problem was found in
here
Code:
for file in *.png ; do ; convert ${file} -filter LanczosSharp -resize 758x1024 -background black -gravity center -extent 758x1024 -colorspace Gray -dither FloydSteinberg -remap ~SVN/Configs/trunk/Kindle/Touch_Hacks/ScreenSavers/src/linkss/etc/kindle_colors.gif -quality 75 -define png:color-type=0 -define png:bit-depth=8 dithered_${file} ; done