1IM_MAGICK(3) Library Functions Manual IM_MAGICK(3)
2
3
4
6 im_magick2vips, im_magick2vips_header - read images with the libMagick
7 library
8
10 #include <vips/vips.h>
11
12 int im_magick2vips( const char *filename, IMAGE *out )
13
14 int im_magick2vips_header( const char *filename, IMAGE *out )
15
16
18 im_magick2vips() reads the image in filename using libMagick, and
19 writes the image out in VIPS format. It can read 8 and 16 bit images,
20 colour or monochrome.
21
22 im_magick2vips_header() reads the just the header into the VIPS image.
23 You can't read any pixels!
24
25
27 im_ismagick(3)
28
30 Hey, you want this? You have it!
31
32
33
34 January 2003 IM_MAGICK(3)