From: Ibtesam Saleh on
hi..
Is there any way to convert my image from any format (jpg, gif, png...) to bmp?
I am don't want to save the new file in my directory..
I am only want to save it in a variable and do some processing...

thanks
ibtesam
From: ImageAnalyst on
ibtesam:
There is no format when an image is in the variable - it's just an
array of numbers. BMP format applies only when the image is residing
on the disk in a file, not after it's been read into a variable. You
get it into a variable through use of the imread() function.
ImageAnalyst

 | 
Pages: 1
Prev: higuchi matlab code
Next: Voronoi on map of europe