Prev: higuchi matlab code
Next: Voronoi on map of europe
From: Ibtesam Saleh on 30 May 2010 15:00 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 30 May 2010 15:54 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 |