3. >>i=imread('filename.jpg'); %to read the image%
>>imshow(i); %you can see image in figure window%
>>imfinfo('filename.jpg')%you can view the image information%
4. >>imwrite(i,'newfilename.png')% your old jpg file formate image change into png file%
No comments:
Post a Comment
Note: only a member of this blog may post a comment.