Re: i need professional's help
Posted: 2008-10-27T09:05:16-07:00
Try this command:
It crops a square from the original image, changes white to transparency, resizes to 16x16 and saves as a V4 BMP.
Paint Shop Pro X does not show the transparency in p.bmp but ImageMagick's imdisplay program does, so if the program you're using understands a V4 bitmap file this should work.
Pete
Code: Select all
convert wscl1pfire2ds7.jpg -crop 250x250+50+0 +repage -fuzz 20% -transparent white -resize 16x16 p.bmp
Paint Shop Pro X does not show the transparency in p.bmp but ImageMagick's imdisplay program does, so if the program you're using understands a V4 bitmap file this should work.
Pete