comparison src/DLD-FUNCTIONS/__magick_read__.cc @ 12041:1d4212b80713 release-3-2-x

graphics.cc (get_array_limits): require min_pos value to be greater than zero
author John W. Eaton <jwe@octave.org>
date Thu, 16 Jul 2009 11:56:44 -0400
parents 86f475d5e7d1
children 5302df15ad76 8dcae1dfc9a0
comparison
equal deleted inserted replaced
12040:5a68e3e748c5 12041:1d4212b80713
342 return retval; 342 return retval;
343 } 343 }
344 344
345 #endif 345 #endif
346 346
347 DEFUN_DLD (__magick_read__, args, nargout, 347 DEFUN_DLD (magick_read, args, nargout,
348 "-*- texinfo -*-\n\ 348 "-*- texinfo -*-\n\
349 @deftypefn {Function File} {@var{m} =} __magick_read__(@var{fname}, @var{index})\n\ 349 @deftypefn {Function File} {@var{m} =} __magick_read__(@var{fname}, @var{index})\n\
350 @deftypefnx{Function File} {[@var{m}, @var{colormap}] =} __magick_read__(@var{fname}, @var{index})\n\ 350 @deftypefnx{Function File} {[@var{m}, @var{colormap}] =} __magick_read__(@var{fname}, @var{index})\n\
351 @deftypefnx{Function File} {[@var{m}, @var{colormap}, @var{alpha}] =} __magick_read__(@var{fname}, @var{index})\n\ 351 @deftypefnx{Function File} {[@var{m}, @var{colormap}, @var{alpha}] =} __magick_read__(@var{fname}, @var{index})\n\
352 Read images with ImageMagick++. In general you should not be using this function.\n\ 352 Read images with ImageMagick++. In general you should not be using this function.\n\
751 } 751 }
752 } 752 }
753 753
754 #endif 754 #endif
755 755
756 DEFUN_DLD (__magick_write__, args, , 756 DEFUN_DLD (magick_write, args, ,
757 "-*- texinfo -*-\n\ 757 "-*- texinfo -*-\n\
758 @deftypefn {Function File} {} __magick_write__(@var{fname}, @var{fmt}, @var{img})\n\ 758 @deftypefn {Function File} {} __magick_write__(@var{fname}, @var{fmt}, @var{img})\n\
759 @deftypefnx {Function File} {} __magick_write__(@var{fname}, @var{fmt}, @var{img}, @var{map})\n\ 759 @deftypefnx {Function File} {} __magick_write__(@var{fname}, @var{fmt}, @var{img}, @var{map})\n\
760 Write images with ImageMagick++. In general you should not be using this function.\n\ 760 Write images with ImageMagick++. In general you should not be using this function.\n\
761 Instead you should use @code{imwrite}.\n\ 761 Instead you should use @code{imwrite}.\n\
880 { \ 880 { \
881 } 881 }
882 882
883 #endif 883 #endif
884 884
885 DEFUN_DLD (__magick_finfo__, args, , 885 DEFUN_DLD (magick_finfo, args, ,
886 "-*- texinfo -*-\n\ 886 "-*- texinfo -*-\n\
887 @deftypefn {Loadable File} {} __magick_finfo__(@var{fname})\n\ 887 @deftypefn {Loadable File} {} __magick_finfo__(@var{fname})\n\
888 Read image information with GraphicsMagick++. In general you should\n\ 888 Read image information with GraphicsMagick++. In general you should\n\
889 not be using this function. Instead you should use @code{imfinfo}.\n\ 889 not be using this function. Instead you should use @code{imfinfo}.\n\
890 @seealso{imfinfo, imread}\n\ 890 @seealso{imfinfo, imread}\n\