Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: load image resolution decreased, draw flowchart
Posted:
Sep 25, 2011 12:41 PM
|
|
Have you tried exporting the image as .gif? GIF is ideal for art works. When reading it to MATLAB make sure to display that as:
imshow(image,colormap) % When reading GIF files, MATLAB loads the data into a matrix called "cdata" and its % indexed colors as colormap.
|
|
|
|