ftp.nice.ch/pub/next/unix/graphics/ImageMagick.3.8.6.s.tar.gz#/ImageMagick/magick/plug-ins.h

This is plug-ins.h in view mode; [Download] [Up]

/*
  Plug-in include declaractions.
*/
#if defined(HasDPS)
#include <DPS/dpsXclient.h>
#include <DPS/dpsXpreview.h>
#endif
#if defined(HasJBIG)
#include "jbig.h"
#endif
#if defined(HasJPEG)
#if !defined(HasPNG)
#include <setjmp.h>
#endif
#include "jpeglib.h"
#include "jerror.h"
#endif
#if defined(HasMPEG)
#undef BitmapPad
#include "mpeg.h"
#endif
#if defined(HasPNG)
#include "png.h"
#endif
#if defined(HasTIFF)
#include "tiffio.h"
#endif

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.