comparison scripts/ChangeLog @ 9275:86f475d5e7d1

imwrite.m: convert indexed images to RGB before calling __magick_write__
author John W. Eaton <jwe@octave.org>
date Wed, 27 May 2009 10:34:59 -0400
parents 61abb94f46f4
children f5e4b5fd1f1e
comparison
equal deleted inserted replaced
9274:6e519bd01615 9275:86f475d5e7d1
1 2009-05-27 John W. Eaton <jwe@octave.org> 1 2009-05-27 John W. Eaton <jwe@octave.org>
2
3 * image/imwrite.m: Convert indexed images to RGB before calling
4 __magick_write__.
2 5
3 * image/imshow.m: In demo, convert image to rgb before scaling 6 * image/imshow.m: In demo, convert image to rgb before scaling
4 components. Use imread instead of loadimage. 7 components. Use imread instead of loadimage.
5 8
6 2009-05-26 Ben Abbott <bpabbott@mac.com> 9 2009-05-26 Ben Abbott <bpabbott@mac.com>