SHOW AND SAVE

SHOW IMAGE

COMMAND
imshow(im)

NOTE
*Display the image
*Replace "im" with your image from a file



SAVE IMAGE

COMMAND
imwrite(im,'D:\test\image name.bmp','bmp')

NOTE
*Replace "im" with your image from a file
*Save part "D:\test\image name.bmp"
*Image format can change with format below


KEMBALI KEATAS