help-octave
[Top][All Lists]
Advanced

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

Re: Profile, imwrite and __magick_write__


From: ijourneaux
Subject: Re: Profile, imwrite and __magick_write__
Date: Wed, 22 Jan 2014 11:16:56 -0800 (PST)

Michael 

Thanks for the comments.  I was using TIFF file format for most of the calls
to imwrite as I didn't want the images compressed but I could use a
different format.

Most of my calls to imwrite are of the form

Tim2=strcat('set',num2str(is),'n2_',num2str(ThresholdWA),'_',num2str(in),'.tif');
imwrite(uint8(aac1*255),Tim2);
 
Although I do have a couple that use jpg

Tim4=strcat('Set',num2str(is),'im',num2str(inm-1),'imf.jpg');
imwrite(uint8(aac1m),Tim4);




--
View this message in context: 
http://octave.1599824.n4.nabble.com/Profile-imwrite-and-magick-write-tp4661277p4661279.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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