26 lines
667 B
Groff
26 lines
667 B
Groff
.TH IM_MAGICK 3 "January 2003"
|
|
.SH NAME
|
|
im_magick2vips, im_magick2vips_header \- read images with the libMagick
|
|
library
|
|
.SH SYNOPSIS
|
|
#include <vips/vips.h>
|
|
|
|
int im_magick2vips( const char *filename, IMAGE *out )
|
|
|
|
int im_magick2vips_header( const char *filename, IMAGE *out )
|
|
|
|
.SH DESCRIPTION
|
|
.B im_magick2vips()
|
|
reads the image in filename using libMagick, and writes the image out
|
|
in VIPS format. It should be able to read any ImageMagick image, including
|
|
the float and double formats.
|
|
|
|
.B im_magick2vips_header()
|
|
reads the just the header into the VIPS image. You can't read any
|
|
pixels!
|
|
|
|
.SH SEE ALSO
|
|
im_ismagick(3)
|
|
.SH COPYRIGHT
|
|
Hey, you want this? You have it!
|