From aefa9753d2c77f1bed7d103240fd1f5c1628e73e Mon Sep 17 00:00:00 2001 From: cristy Date: Wed, 18 Nov 2009 17:37:56 +0000 Subject: [PATCH] --- ltdl/Makefile.inc | 38 +++++----- www/ImageMagickObject.html | 2 +- www/advanced-unix-installation.html | 4 +- www/advanced-windows-installation.html | 4 +- www/animate.html | 2 +- www/api.html | 42 +++++------ www/api/animate.html | 2 +- www/api/annotate.html | 4 +- www/api/attribute.html | 2 +- www/api/blob.html | 2 +- www/api/cache-view.html | 2 +- www/api/cache.html | 2 +- www/api/cipher.html | 4 +- www/api/compare.html | 2 +- www/api/constitute.html | 2 +- www/api/decorate.html | 2 +- www/api/deprecate.html | 2 +- www/api/display.html | 2 +- www/api/draw.html | 4 +- www/api/drawing-wand.html | 2 +- www/api/enhance.html | 4 +- www/api/exception.html | 4 +- www/api/fx.html | 4 +- www/api/histogram.html | 2 +- www/api/image.html | 2 +- www/api/list.html | 5 +- www/api/magick-deprecate.html | 4 +- www/api/magick-property.html | 2 +- www/api/magick-wand.html | 2 +- www/api/magick.html | 4 +- www/api/memory.html | 4 +- www/api/module.html | 5 +- www/api/monitor.html | 2 +- www/api/montage.html | 2 +- www/api/pixel-view.html | 4 +- www/api/pixel-wand.html | 4 +- www/api/profile.html | 4 +- www/api/quantize.html | 4 +- www/api/registry.html | 2 +- www/api/resize.html | 2 +- www/api/resource.html | 2 +- www/api/segment.html | 2 +- www/api/shear.html | 4 +- www/api/signature.html | 4 +- www/api/stream.html | 2 +- www/api/transform.html | 4 +- www/api/version.html | 2 +- www/architecture.html | 2 +- www/changelog.html | 4 +- www/color.html | 2 +- www/command-line-options.html | 4 +- www/command-line-processing.html | 2 +- www/command-line-tools.html | 6 +- www/compare.html | 2 +- www/composite.html | 2 +- www/conjure.html | 4 +- www/contact.html | 4 +- www/convert.html | 2 +- www/display.html | 2 +- www/download.html | 2 +- www/examples.html | 6 +- www/formats.html | 2 +- www/fx.html | 3 - www/history.html | 4 +- www/identify.html | 2 +- www/import.html | 2 +- www/jp2.html | 2 +- www/license.html | 4 +- www/links.html | 98 +++++++++++++------------- www/magick-core.html | 4 +- www/magick-wand.html | 2 +- www/mailing-list.html | 12 ++-- www/miff.html | 4 +- www/mirrors.html | 6 +- www/mogrify.html | 2 +- www/montage.html | 2 +- www/motion-picture.html | 2 +- www/quantize.html | 4 +- www/resources.html | 2 +- www/search.html | 4 +- www/sitemap.html | 50 ++++++------- www/sponsors.html | 4 +- www/stream.html | 2 +- www/t-shirt.html | 2 +- 84 files changed, 239 insertions(+), 236 deletions(-) diff --git a/ltdl/Makefile.inc b/ltdl/Makefile.inc index d0299538a..0e29cc7b4 100644 --- a/ltdl/Makefile.inc +++ b/ltdl/Makefile.inc @@ -42,9 +42,9 @@ noinst_LTLIBRARIES += $(LT_DLLOADERS) if INSTALL_LTDL ltdlincludedir = $(includedir)/libltdl -ltdlinclude_HEADERS = ltdl/ltdl/lt_system.h \ - ltdl/ltdl/lt_error.h \ - ltdl/ltdl/lt_dlloader.h +ltdlinclude_HEADERS = ltdl/libltdl/lt_system.h \ + ltdl/libltdl/lt_error.h \ + ltdl/libltdl/lt_dlloader.h include_HEADERS += ltdl/ltdl.h lib_LTLIBRARIES += ltdl/libltdl.la endif @@ -53,15 +53,15 @@ if CONVENIENCE_LTDL noinst_LTLIBRARIES += ltdl/libltdlc.la endif -ltdl_ltdl_la_SOURCES = ltdl/ltdl/lt__alloc.h \ - ltdl/ltdl/lt__dirent.h \ - ltdl/ltdl/lt__glibc.h \ - ltdl/ltdl/lt__private.h \ - ltdl/ltdl/lt__strl.h \ - ltdl/ltdl/lt_dlloader.h \ - ltdl/ltdl/lt_error.h \ - ltdl/ltdl/lt_system.h \ - ltdl/ltdl/slist.h \ +ltdl_libltdl_la_SOURCES = ltdl/libltdl/lt__alloc.h \ + ltdl/libltdl/lt__dirent.h \ + ltdl/libltdl/lt__glibc.h \ + ltdl/libltdl/lt__private.h \ + ltdl/libltdl/lt__strl.h \ + ltdl/libltdl/lt_dlloader.h \ + ltdl/libltdl/lt_error.h \ + ltdl/libltdl/lt_system.h \ + ltdl/libltdl/slist.h \ ltdl/loaders/preopen.c \ ltdl/lt__alloc.c \ ltdl/lt_dlloader.c \ @@ -73,16 +73,16 @@ ltdl_ltdl_la_SOURCES = ltdl/ltdl/lt__alloc.h \ EXTRA_DIST += ltdl/lt__dirent.c \ ltdl/lt__strl.c -ltdl_ltdl_la_CPPFLAGS = -DLTDLOPEN=$(LTDLOPEN) $(AM_CPPFLAGS) -ltdl_ltdl_la_LDFLAGS = $(AM_LDFLAGS) $(LTDL_VERSION_INFO) $(LT_DLPREOPEN) -ltdl_ltdl_la_LIBADD = $(ltdl_LTLIBOBJS) -ltdl_ltdl_la_DEPENDENCIES = $(LT_DLLOADERS) $(ltdl_LTLIBOBJS) +ltdl_libltdl_la_CPPFLAGS = -DLTDLOPEN=$(LTDLOPEN) $(AM_CPPFLAGS) +ltdl_libltdl_la_LDFLAGS = $(AM_LDFLAGS) $(LTDL_VERSION_INFO) $(LT_DLPREOPEN) +ltdl_libltdl_la_LIBADD = $(ltdl_LTLIBOBJS) +ltdl_libltdl_la_DEPENDENCIES = $(LT_DLLOADERS) $(ltdl_LTLIBOBJS) -ltdl_libltdlc_la_SOURCES = $(ltdl_ltdl_la_SOURCES) +ltdl_libltdlc_la_SOURCES = $(ltdl_libltdl_la_SOURCES) ltdl_libltdlc_la_CPPFLAGS = -DLTDLOPEN=$(LTDLOPEN)c $(AM_CPPFLAGS) ltdl_libltdlc_la_LDFLAGS = $(AM_LDFLAGS) $(LT_DLPREOPEN) -ltdl_libltdlc_la_LIBADD = $(ltdl_ltdl_la_LIBADD) -ltdl_libltdlc_la_DEPENDENCIES= $(ltdl_ltdl_la_DEPENDENCIES) +ltdl_libltdlc_la_LIBADD = $(ltdl_libltdl_la_LIBADD) +ltdl_libltdlc_la_DEPENDENCIES= $(ltdl_libltdl_la_DEPENDENCIES) ## The loaders are preopened by libltdl, itself always built from ## pic-objects (either as a shared library, or a convenience library), diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html index 4a285737d..5d67ab243 100644 --- a/www/ImageMagickObject.html +++ b/www/ImageMagickObject.html @@ -211,7 +211,7 @@ Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html index 7b54fc432..d8f6b3a45 100644 --- a/www/advanced-unix-installation.html +++ b/www/advanced-unix-installation.html @@ -124,7 +124,7 @@
diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html index f48df67a7..584ae226d 100644 --- a/www/advanced-windows-installation.html +++ b/www/advanced-windows-installation.html @@ -124,7 +124,7 @@
diff --git a/www/animate.html b/www/animate.html index 1ddda7cab..b4f2884c9 100644 --- a/www/animate.html +++ b/www/animate.html @@ -125,7 +125,7 @@
-

G2F implements an Ada 95 binding to a subset of the low-level MagickCore library.

+

G2F implements an Ada 95 binding to a subset of the low-level MagickCore library.

C

@@ -175,7 +175,7 @@

Ch

-

ChMagick is a Ch binding to the MagickCore and MagickWand API. Ch is an embeddable C/C++ interpreter for cross-platform scripting.

+

ChMagick is a Ch binding to the MagickCore and MagickWand API. Ch is an embeddable C/C++ interpreter for cross-platform scripting.

COM+

@@ -187,31 +187,31 @@

C++

-

Magick++ provides an object-oriented C++ interface to ImageMagick. See A Gentle Introduction to Magick++ for an introductory tutorial to Magick++. We include the source if you want to correct, enhance, or expand the tutorial.

+

Magick++ provides an object-oriented C++ interface to ImageMagick. See A Gentle Introduction to Magick++ for an introductory tutorial to Magick++. We include the source if you want to correct, enhance, or expand the tutorial.

Java

-

JMagick provides an object-oriented Java interface to ImageMagick. Im4java is a pure-java interface to the ImageMagick command-line.

+

JMagick provides an object-oriented Java interface to ImageMagick. Im4java is a pure-java interface to the ImageMagick command-line.

LabVIEW

-

LVOOP ImageMagick is an object-oriented LabVIEW interface to ImageMagick.

+

LVOOP ImageMagick is an object-oriented LabVIEW interface to ImageMagick.

Lisp

-

CL-Magick provides a Common Lisp interface to the ImageMagick library.

+

CL-Magick provides a Common Lisp interface to the ImageMagick library.

Neko

-

NMagick is a port of the ImageMagick library to the haXe and Neko platforms. It provides image manipulation capabilities to both web and desktop applications using Neko.

+

NMagick is a port of the ImageMagick library to the haXe and Neko platforms. It provides image manipulation capabilities to both web and desktop applications using Neko.

.NET

@@ -225,7 +225,7 @@

Pascal

-

PascalMagick a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.

+

PascalMagick a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.

Perl

@@ -237,50 +237,50 @@

PHP

-

MagickWand for PHP a native PHP-extension to the ImageMagick MagickWand API.

+

MagickWand for PHP a native PHP-extension to the ImageMagick MagickWand API.

-

IMagick is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available here.

+

IMagick is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available here.

-

phMagick is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick's power by issuing system calls to it's command-line programs.

+

phMagick is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick's power by issuing system calls to it's command-line programs.

Python

-

PythonMagick an object-oriented Python interface to ImageMagick.

+

PythonMagick an object-oriented Python interface to ImageMagick.

-

PythonMagickWand an object-oriented Python interface to MagickWand based on ctypes.

+

PythonMagickWand an object-oriented Python interface to MagickWand based on ctypes.

REALbasic

-

The MBS Realbasic ImageMagick is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.

+

The MBS Realbasic ImageMagick is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.

Ruby

-

RMagick is an interface between the Ruby programming language and the MagickCore image processing libraries. Get started with RMagick by perusing the documentation.

+

RMagick is an interface between the Ruby programming language and the MagickCore image processing libraries. Get started with RMagick by perusing the documentation.

-

MagickWand for Ruby is an interface between the Ruby programming language and the MagickWand image processing libraries. Get started with MagickWand for PHP by perusing the documentation.

+

MagickWand for Ruby is an interface between the Ruby programming language and the MagickWand image processing libraries. Get started with MagickWand for PHP by perusing the documentation.

-

MiniMagick is a Ruby wrapper for ImageMagick command line. MiniMagick gives you convenient access to all the command line options ImageMagick supports.

+

MiniMagick is a Ruby wrapper for ImageMagick command line. MiniMagick gives you convenient access to all the command line options ImageMagick supports.

-

QuickMagick is a gem for easily accessing ImageMagick command line tools from Ruby programs.

+

QuickMagick is a gem for easily accessing ImageMagick command line tools from Ruby programs.

Tcl/Tk

-

TclMagick a native Tcl-extension to the ImageMagick MagickWand API.

+

TclMagick a native Tcl-extension to the ImageMagick MagickWand API.

XML RPC

-

RemoteMagick is an XML-RPC web service that creates image thumbnails.

+

RemoteMagick is an XML-RPC web service that creates image thumbnails.

@@ -289,7 +289,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/animate.html b/www/api/animate.html index 93b22af67..a8979fe04 100644 --- a/www/api/animate.html +++ b/www/api/animate.html @@ -124,7 +124,7 @@
diff --git a/www/api/cache-view.html b/www/api/cache-view.html index b98c9b9b0..586b6bbef 100644 --- a/www/api/cache-view.html +++ b/www/api/cache-view.html @@ -124,7 +124,7 @@