View Single Post
Old 02-27-2016, 10:26 AM   #925
snakeyou
Junior Member
snakeyou began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Feb 2016
Device: kindle voyage
Quote:
Originally Posted by knc1 View Post
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
snakeyou is offline   Reply With Quote