help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

imwrite


From: Yaowang
Subject: imwrite
Date: Mon, 07 Nov 2011 04:40:02 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20111031 Thunderbird/7.0.1

Dear Mr. /Ms

I processed a image like that:

I=imread("~/Desktop/1149.tiff")
J=ifft(I)
imwrite(J, 1149, ".tiff")

error: invalid conversion from complex matrix to uint8 matrix


if I use
imwrite(J, "1149", ".tiff")

error: imwrite: .tiff: unsupported or invalid image format

so what should I do?

Best wishes,

Yao

reply via email to

[Prev in Thread] Current Thread [Next in Thread]