Hi there, I'm working in linux, trying to use the ImageMagick 'convert' utility. Could someone give me a 'convert' command to transform a jpeg into a .bmp suitable for use as a backdrop on a 5.5th gen ipod video?
The rockbox manual tells me that the bmp must be
"320x240x16 with the last number giving the colour depth in bits"
The simplest thing I've tried is
convert -thumbnail 320x240 arachnid.jpg arachnid.bmp
but this fails to load as a backdrop, and is not the same size file as backdrops I know to work. The backdrop images that function correctly are all of size 226K, whereas the above line produces a 202K image.
Thanks a lot,
Dan