How can i change image file format from .jpg to .tiff?

I am coding for image transformation. I want to convert file format of image from JPEG to TIFF or PNG and viceversa. so pls help me in command or by program code .

回答(3 个)

Use imwrite command to write images in the required format.
but it says: Error using imwrite Too many output arguments. So how to fix it??

1 个评论

imwrite() does not return anything. You cannot assign the result of imwrite() to anything.

请先登录,再进行评论。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by