mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
imagemagick: bump version.
This commit is contained in:
@@ -6,16 +6,16 @@ SVG, and TIFF. Use ImageMagick to resize, flip, mirror, rotate, distort, shear \
|
|||||||
and transform images, adjust image colors, apply various special effects, or \
|
and transform images, adjust image colors, apply various special effects, or \
|
||||||
draw text, lines, polygons, ellipses and Bézier curves."
|
draw text, lines, polygons, ellipses and Bézier curves."
|
||||||
HOMEPAGE="http://www.imagemagick.org"
|
HOMEPAGE="http://www.imagemagick.org"
|
||||||
ARCHITECTURES="x86_gcc2"
|
|
||||||
SECONDARY_ARCHITECTURES="x86"
|
|
||||||
LICENSE="IMAGEMAGICK"
|
|
||||||
COPYRIGHT="1999-2014 ImageMagick Studio LLC"
|
COPYRIGHT="1999-2014 ImageMagick Studio LLC"
|
||||||
|
LICENSE="IMAGEMAGICK"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
|
SOURCE_URI="http://www.imagemagick.org/download/ImageMagick-6.9.4-1.tar.xz"
|
||||||
|
CHECKSUM_SHA256="2ea0fef839cd5d6f134502b7cf7ee0e57a3f230b19771515d4aa44354f4c6b3b"
|
||||||
|
SOURCE_DIR="ImageMagick-6.9.4-1"
|
||||||
|
PATCHES="imagemagick-$portVersion.patchset"
|
||||||
|
|
||||||
SOURCE_URI="http://www.imagemagick.org/download/releases/ImageMagick-6.8.9-8.tar.gz"
|
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||||
CHECKSUM_SHA256="31e14dc50c65947c3eb75fd540d94b8bbecba9e5f9a0b11a917bb01290491a5f"
|
SECONDARY_ARCHITECTURES="x86"
|
||||||
SOURCE_DIR="ImageMagick-6.8.9-8"
|
|
||||||
PATCHES="imagemagick-6.8.9_8.patchset"
|
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
imagemagick$secondaryArchSuffix = $portVersion
|
imagemagick$secondaryArchSuffix = $portVersion
|
||||||
@@ -35,50 +35,59 @@ PROVIDES="
|
|||||||
cmd:mogrify
|
cmd:mogrify
|
||||||
cmd:montage
|
cmd:montage
|
||||||
cmd:stream
|
cmd:stream
|
||||||
lib:libMagick++_6.Q16 = 5.0.0 compat >= 5
|
lib:libMagick++_6.Q16 = 6.0.0 compat >= 6
|
||||||
lib:libMagickCore_6.Q16 = 2.0.0 compat >= 2
|
lib:libMagickCore_6.Q16 = 2.0.0 compat >= 2
|
||||||
lib:libMagickWand_6.Q16 = 2.0.0 compat >= 2
|
lib:libMagickWand_6.Q16 = 2.0.0 compat >= 2
|
||||||
"
|
"
|
||||||
|
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku
|
haiku
|
||||||
lib:libbz2
|
lib:libbz2
|
||||||
lib:libfreetype
|
lib:libfreetype
|
||||||
lib:libjpeg
|
lib:libjpeg
|
||||||
lib:libltdl
|
lib:libltdl
|
||||||
lib:libpng15
|
lib:libpng16
|
||||||
lib:libtiff
|
lib:libtiff
|
||||||
lib:libwebp
|
lib:libwebp
|
||||||
lib:libz
|
lib:libz
|
||||||
"
|
"
|
||||||
|
|
||||||
|
PROVIDES_devel="
|
||||||
|
imagemagick${secondaryArchSuffix}_devel = $portVersion
|
||||||
|
devel:libMagick++_6.Q16 = 6.0.0 compat >= 6
|
||||||
|
devel:libMagickCore_6.Q16 = 2.0.0 compat >= 2
|
||||||
|
devel:libMagickWand_6.Q16 = 2.0.0 compat >= 2
|
||||||
|
"
|
||||||
|
REQUIRES_devel="
|
||||||
|
imagemagick${secondaryArchSuffix} == $portVersion base
|
||||||
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libbz2$secondaryArchSuffix
|
devel:libbz2$secondaryArchSuffix
|
||||||
devel:libfreetype$secondaryArchSuffix
|
devel:libfreetype$secondaryArchSuffix
|
||||||
devel:libjpeg$secondaryArchSuffix
|
devel:libjpeg$secondaryArchSuffix
|
||||||
devel:libltdl$secondaryArchSuffix
|
devel:libltdl$secondaryArchSuffix
|
||||||
devel:libpng$secondaryArchSuffix
|
devel:libpng16$secondaryArchSuffix
|
||||||
devel:libtiff$secondaryArchSuffix
|
devel:libtiff$secondaryArchSuffix
|
||||||
devel:libwebp$secondaryArchSuffix
|
devel:libwebp$secondaryArchSuffix
|
||||||
devel:libxml2$secondaryArchSuffix
|
devel:libxml2$secondaryArchSuffix
|
||||||
devel:libz$secondaryArchSuffix
|
devel:libz$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
# devel:libopenexr
|
# devel:libopenexr
|
||||||
# devel:libcms
|
# devel:libcms
|
||||||
|
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
|
||||||
cmd:aclocal
|
cmd:aclocal
|
||||||
cmd:autoconf
|
cmd:autoconf
|
||||||
cmd:automake
|
cmd:automake
|
||||||
cmd:gcc$secondaryArchSuffix
|
cmd:gcc$secondaryArchSuffix
|
||||||
cmd:libtoolize
|
cmd:libtoolize$secondaryArchSuffix
|
||||||
cmd:make
|
cmd:make
|
||||||
cmd:perl
|
cmd:perl
|
||||||
cmd:pkg_config$secondaryArchSuffix
|
cmd:pkg_config$secondaryArchSuffix
|
||||||
cmd:sed
|
cmd:sed
|
||||||
cmd:svnversion
|
cmd:svnversion
|
||||||
"
|
"
|
||||||
|
|
||||||
GLOBAL_WRITABLE_FILES="
|
GLOBAL_WRITABLE_FILES="
|
||||||
settings/ImageMagick-6/coder.xml keep-old
|
settings/ImageMagick-6/coder.xml keep-old
|
||||||
@@ -94,7 +103,7 @@ GLOBAL_WRITABLE_FILES="
|
|||||||
settings/ImageMagick-6/type-ghostscript.xml keep-old
|
settings/ImageMagick-6/type-ghostscript.xml keep-old
|
||||||
settings/ImageMagick-6/type-windows.xml keep-old
|
settings/ImageMagick-6/type-windows.xml keep-old
|
||||||
settings/ImageMagick-6/type.xml keep-old
|
settings/ImageMagick-6/type.xml keep-old
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
@@ -114,14 +123,3 @@ INSTALL()
|
|||||||
|
|
||||||
packageEntries devel $developDir
|
packageEntries devel $developDir
|
||||||
}
|
}
|
||||||
|
|
||||||
PROVIDES_devel="
|
|
||||||
imagemagick${secondaryArchSuffix}_devel = $portVersion
|
|
||||||
devel:libMagick++_6.Q16 = 5.0.0 compat >= 5
|
|
||||||
devel:libMagickCore_6.Q16 = 2.0.0 compat >= 2
|
|
||||||
devel:libMagickWand_6.Q16 = 2.0.0 compat >= 2
|
|
||||||
"
|
|
||||||
|
|
||||||
REQUIRES_devel="
|
|
||||||
imagemagick${secondaryArchSuffix} == $portVersion base
|
|
||||||
"
|
|
||||||
@@ -1,14 +1,14 @@
|
|||||||
From 657a25b8d57bf979173b710cd9456f5611695c07 Mon Sep 17 00:00:00 2001
|
From d02c6270afd73d4d6dc405b08ead2b3a1dc3cc88 Mon Sep 17 00:00:00 2001
|
||||||
From: Adrien Destugues <pulkomandy@gmail.com>
|
From: Adrien Destugues <pulkomandy@gmail.com>
|
||||||
Date: Sun, 26 Oct 2014 17:46:46 +0100
|
Date: Sun, 26 Oct 2014 17:46:46 +0100
|
||||||
Subject: Make gcc2 happy.
|
Subject: Make gcc2 happy.
|
||||||
|
|
||||||
|
|
||||||
diff --git a/Magick++/lib/Blob.cpp b/Magick++/lib/Blob.cpp
|
diff --git a/Magick++/lib/Blob.cpp b/Magick++/lib/Blob.cpp
|
||||||
index 5b3fd24..9cc033e 100644
|
index 2e5e5a2..71448c5 100644
|
||||||
--- a/Magick++/lib/Blob.cpp
|
--- a/Magick++/lib/Blob.cpp
|
||||||
+++ b/Magick++/lib/Blob.cpp
|
+++ b/Magick++/lib/Blob.cpp
|
||||||
@@ -111,7 +111,7 @@ std::string Magick::Blob::base64(void)
|
@@ -112,7 +112,7 @@ std::string Magick::Blob::base64(void)
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -18,10 +18,10 @@ index 5b3fd24..9cc033e 100644
|
|||||||
|
|
||||||
const void* Magick::Blob::data(void) const
|
const void* Magick::Blob::data(void) const
|
||||||
diff --git a/Magick++/lib/ChannelMoments.cpp b/Magick++/lib/ChannelMoments.cpp
|
diff --git a/Magick++/lib/ChannelMoments.cpp b/Magick++/lib/ChannelMoments.cpp
|
||||||
index e33cd5c..1783328 100644
|
index 5289c62..b4029d5 100644
|
||||||
--- a/Magick++/lib/ChannelMoments.cpp
|
--- a/Magick++/lib/ChannelMoments.cpp
|
||||||
+++ b/Magick++/lib/ChannelMoments.cpp
|
+++ b/Magick++/lib/ChannelMoments.cpp
|
||||||
@@ -108,7 +108,7 @@ double Magick::ChannelMoments::huInvariants(const size_t index_) const
|
@@ -109,7 +109,7 @@ double Magick::ChannelMoments::huInvariants(const size_t index_) const
|
||||||
if (index_ > 7)
|
if (index_ > 7)
|
||||||
throw ErrorOption("Valid range for index is 0-7");
|
throw ErrorOption("Valid range for index is 0-7");
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ index e33cd5c..1783328 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
Magick::ImageMoments::ImageMoments(void)
|
Magick::ImageMoments::ImageMoments(void)
|
||||||
@@ -134,7 +134,7 @@ Magick::ChannelMoments Magick::ImageMoments::channel(
|
@@ -135,7 +135,7 @@ Magick::ChannelMoments Magick::ImageMoments::channel(
|
||||||
if (it->channel() == channel_)
|
if (it->channel() == channel_)
|
||||||
return(*it);
|
return(*it);
|
||||||
}
|
}
|
||||||
@@ -38,13 +38,13 @@ index e33cd5c..1783328 100644
|
|||||||
+ return ChannelMoments();
|
+ return ChannelMoments();
|
||||||
}
|
}
|
||||||
|
|
||||||
Magick::ImageMoments::ImageMoments(const MagickCore::Image *image)
|
Magick::ImageMoments::ImageMoments(const Image &image_)
|
||||||
diff --git a/Magick++/lib/Image.cpp b/Magick++/lib/Image.cpp
|
diff --git a/Magick++/lib/Image.cpp b/Magick++/lib/Image.cpp
|
||||||
index bd855d5..8c0c38e 100644
|
index 97f621d..08c0316 100644
|
||||||
--- a/Magick++/lib/Image.cpp
|
--- a/Magick++/lib/Image.cpp
|
||||||
+++ b/Magick++/lib/Image.cpp
|
+++ b/Magick++/lib/Image.cpp
|
||||||
@@ -499,9 +499,9 @@ Magick::Image Magick::Image::clipMask(void) const
|
@@ -509,9 +509,9 @@ Magick::Image Magick::Image::clipMask(void) const
|
||||||
ThrowPPException;
|
ThrowImageException;
|
||||||
|
|
||||||
if (image == (MagickCore::Image *) NULL)
|
if (image == (MagickCore::Image *) NULL)
|
||||||
- return(Magick::Image());
|
- return(Magick::Image());
|
||||||
@@ -55,7 +55,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::colorFuzz(const double fuzz_)
|
void Magick::Image::colorFuzz(const double fuzz_)
|
||||||
@@ -579,9 +579,9 @@ std::string Magick::Image::comment(void) const
|
@@ -589,9 +589,9 @@ std::string Magick::Image::comment(void) const
|
||||||
value=GetImageProperty(constImage(),"Comment");
|
value=GetImageProperty(constImage(),"Comment");
|
||||||
|
|
||||||
if (value)
|
if (value)
|
||||||
@@ -67,7 +67,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::compose(const CompositeOperator compose_)
|
void Magick::Image::compose(const CompositeOperator compose_)
|
||||||
@@ -591,7 +591,7 @@ void Magick::Image::compose(const CompositeOperator compose_)
|
@@ -601,7 +601,7 @@ void Magick::Image::compose(const CompositeOperator compose_)
|
||||||
|
|
||||||
Magick::CompositeOperator Magick::Image::compose(void) const
|
Magick::CompositeOperator Magick::Image::compose(void) const
|
||||||
{
|
{
|
||||||
@@ -76,7 +76,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::compressType(const CompressionType compressType_)
|
void Magick::Image::compressType(const CompressionType compressType_)
|
||||||
@@ -603,7 +603,7 @@ void Magick::Image::compressType(const CompressionType compressType_)
|
@@ -613,7 +613,7 @@ void Magick::Image::compressType(const CompressionType compressType_)
|
||||||
|
|
||||||
Magick::CompressionType Magick::Image::compressType(void) const
|
Magick::CompressionType Magick::Image::compressType(void) const
|
||||||
{
|
{
|
||||||
@@ -85,7 +85,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::debug(const bool flag_)
|
void Magick::Image::debug(const bool flag_)
|
||||||
@@ -683,7 +683,7 @@ std::string Magick::Image::directory(void) const
|
@@ -693,7 +693,7 @@ std::string Magick::Image::directory(void) const
|
||||||
throwExceptionExplicit(CorruptImageWarning,
|
throwExceptionExplicit(CorruptImageWarning,
|
||||||
"Image does not contain a directory");
|
"Image does not contain a directory");
|
||||||
|
|
||||||
@@ -94,7 +94,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::endian(const Magick::EndianType endian_)
|
void Magick::Image::endian(const Magick::EndianType endian_)
|
||||||
@@ -695,7 +695,7 @@ void Magick::Image::endian(const Magick::EndianType endian_)
|
@@ -705,7 +705,7 @@ void Magick::Image::endian(const Magick::EndianType endian_)
|
||||||
|
|
||||||
Magick::EndianType Magick::Image::endian(void) const
|
Magick::EndianType Magick::Image::endian(void) const
|
||||||
{
|
{
|
||||||
@@ -103,7 +103,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::exifProfile(const Magick::Blob &exifProfile_)
|
void Magick::Image::exifProfile(const Magick::Blob &exifProfile_)
|
||||||
@@ -720,10 +720,10 @@ Magick::Blob Magick::Image::exifProfile(void) const
|
@@ -730,10 +730,10 @@ Magick::Blob Magick::Image::exifProfile(void) const
|
||||||
|
|
||||||
exif_profile=GetImageProfile(constImage(),"exif");
|
exif_profile=GetImageProfile(constImage(),"exif");
|
||||||
if (exif_profile == (StringInfo *) NULL)
|
if (exif_profile == (StringInfo *) NULL)
|
||||||
@@ -117,7 +117,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::fileName(const std::string &fileName_)
|
void Magick::Image::fileName(const std::string &fileName_)
|
||||||
@@ -738,12 +738,12 @@ void Magick::Image::fileName(const std::string &fileName_)
|
@@ -748,12 +748,12 @@ void Magick::Image::fileName(const std::string &fileName_)
|
||||||
|
|
||||||
std::string Magick::Image::fileName(void) const
|
std::string Magick::Image::fileName(void) const
|
||||||
{
|
{
|
||||||
@@ -132,7 +132,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::fillColor(const Magick::Color &fillColor_)
|
void Magick::Image::fillColor(const Magick::Color &fillColor_)
|
||||||
@@ -759,7 +759,7 @@ void Magick::Image::fillColor(const Magick::Color &fillColor_)
|
@@ -764,7 +764,7 @@ void Magick::Image::fillColor(const Magick::Color &fillColor_)
|
||||||
|
|
||||||
Magick::Color Magick::Image::fillColor(void) const
|
Magick::Color Magick::Image::fillColor(void) const
|
||||||
{
|
{
|
||||||
@@ -141,7 +141,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::fillRule(const Magick::FillRule &fillRule_)
|
void Magick::Image::fillRule(const Magick::FillRule &fillRule_)
|
||||||
@@ -770,7 +770,7 @@ void Magick::Image::fillRule(const Magick::FillRule &fillRule_)
|
@@ -775,7 +775,7 @@ void Magick::Image::fillRule(const Magick::FillRule &fillRule_)
|
||||||
|
|
||||||
Magick::FillRule Magick::Image::fillRule(void) const
|
Magick::FillRule Magick::Image::fillRule(void) const
|
||||||
{
|
{
|
||||||
@@ -150,8 +150,8 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::fillPattern(const Image &fillPattern_)
|
void Magick::Image::fillPattern(const Image &fillPattern_)
|
||||||
@@ -804,7 +804,7 @@ Magick::Image Magick::Image::fillPattern(void) const
|
@@ -809,7 +809,7 @@ Magick::Image Magick::Image::fillPattern(void) const
|
||||||
ThrowPPException;
|
ThrowImageException;
|
||||||
}
|
}
|
||||||
|
|
||||||
- return(texture);
|
- return(texture);
|
||||||
@@ -159,7 +159,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::filterType(const Magick::FilterTypes filterType_)
|
void Magick::Image::filterType(const Magick::FilterTypes filterType_)
|
||||||
@@ -815,7 +815,7 @@ void Magick::Image::filterType(const Magick::FilterTypes filterType_)
|
@@ -820,7 +820,7 @@ void Magick::Image::filterType(const Magick::FilterTypes filterType_)
|
||||||
|
|
||||||
Magick::FilterTypes Magick::Image::filterType(void) const
|
Magick::FilterTypes Magick::Image::filterType(void) const
|
||||||
{
|
{
|
||||||
@@ -168,7 +168,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::font(const std::string &font_)
|
void Magick::Image::font(const std::string &font_)
|
||||||
@@ -826,7 +826,7 @@ void Magick::Image::font(const std::string &font_)
|
@@ -831,7 +831,7 @@ void Magick::Image::font(const std::string &font_)
|
||||||
|
|
||||||
std::string Magick::Image::font(void) const
|
std::string Magick::Image::font(void) const
|
||||||
{
|
{
|
||||||
@@ -176,9 +176,9 @@ index bd855d5..8c0c38e 100644
|
|||||||
+ return constOptions()->font();
|
+ return constOptions()->font();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::fontPointsize(const double pointSize_)
|
void Magick::Image::fontFamily(const std::string &family_)
|
||||||
@@ -850,10 +850,10 @@ std::string Magick::Image::format(void) const
|
@@ -867,10 +867,10 @@ std::string Magick::Image::format(void) const
|
||||||
ThrowPPException;
|
ThrowImageException;
|
||||||
|
|
||||||
if ((magick_info != 0) && (*magick_info->description != '\0'))
|
if ((magick_info != 0) && (*magick_info->description != '\0'))
|
||||||
- return(std::string(magick_info->description));
|
- return(std::string(magick_info->description));
|
||||||
@@ -189,13 +189,22 @@ index bd855d5..8c0c38e 100644
|
|||||||
+ return std::string();
|
+ return std::string();
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string Magick::Image::formatExpression(const std::string expression)
|
void Magick::Image::fontStyle(const StyleType pointSize_)
|
||||||
@@ -871,22 +871,22 @@ std::string Magick::Image::formatExpression(const std::string expression)
|
@@ -892,7 +892,7 @@ void Magick::Image::fontWeight(const size_t weight_)
|
||||||
|
|
||||||
|
size_t Magick::Image::fontWeight(void) const
|
||||||
|
{
|
||||||
|
- return(constOptions()->fontWeight());
|
||||||
|
+ return constOptions()->fontWeight();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -912,12 +912,12 @@ std::string Magick::Image::formatExpression(const std::string expression)
|
||||||
text=DestroyString(text);
|
text=DestroyString(text);
|
||||||
}
|
}
|
||||||
throwImageException();
|
throwImageException();
|
||||||
- return(result);
|
- return(text_string);
|
||||||
+ return result;
|
+ return text_string;
|
||||||
}
|
}
|
||||||
|
|
||||||
double Magick::Image::gamma(void) const
|
double Magick::Image::gamma(void) const
|
||||||
@@ -205,10 +214,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
Magick::Geometry Magick::Image::geometry(void) const
|
Magick::Geometry Magick::Image::geometry(void) const
|
||||||
{
|
@@ -927,7 +927,7 @@ Magick::Geometry Magick::Image::geometry(void) const
|
||||||
if (constImage()->geometry)
|
|
||||||
- return(Geometry(constImage()->geometry));
|
|
||||||
+ return Geometry(constImage()->geometry);
|
|
||||||
|
|
||||||
throwExceptionExplicit(OptionWarning,"Image does not contain a geometry");
|
throwExceptionExplicit(OptionWarning,"Image does not contain a geometry");
|
||||||
|
|
||||||
@@ -217,7 +223,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::gifDisposeMethod(const size_t disposeMethod_)
|
void Magick::Image::gifDisposeMethod(const size_t disposeMethod_)
|
||||||
@@ -898,7 +898,7 @@ void Magick::Image::gifDisposeMethod(const size_t disposeMethod_)
|
@@ -939,7 +939,7 @@ void Magick::Image::gifDisposeMethod(const size_t disposeMethod_)
|
||||||
size_t Magick::Image::gifDisposeMethod(void) const
|
size_t Magick::Image::gifDisposeMethod(void) const
|
||||||
{
|
{
|
||||||
// FIXME: It would be better to return an enumeration
|
// FIXME: It would be better to return an enumeration
|
||||||
@@ -226,7 +232,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::highlightColor(const Color color_)
|
void Magick::Image::highlightColor(const Color color_)
|
||||||
@@ -974,9 +974,9 @@ Magick::Blob Magick::Image::iptcProfile(void) const
|
@@ -1014,9 +1014,9 @@ Magick::Blob Magick::Image::iptcProfile(void) const
|
||||||
|
|
||||||
iptc_profile=GetImageProfile(constImage(),"iptc");
|
iptc_profile=GetImageProfile(constImage(),"iptc");
|
||||||
if (iptc_profile == (StringInfo *) NULL)
|
if (iptc_profile == (StringInfo *) NULL)
|
||||||
@@ -238,8 +244,8 @@ index bd855d5..8c0c38e 100644
|
|||||||
+ iptc_profile));
|
+ iptc_profile));
|
||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::isValid(const bool isValid_)
|
bool Magick::Image::isOpaque(void) const
|
||||||
@@ -997,7 +997,7 @@ void Magick::Image::isValid(const bool isValid_)
|
@@ -1048,7 +1048,7 @@ void Magick::Image::isValid(const bool isValid_)
|
||||||
|
|
||||||
bool Magick::Image::isValid(void) const
|
bool Magick::Image::isValid(void) const
|
||||||
{
|
{
|
||||||
@@ -248,7 +254,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::label(const std::string &label_)
|
void Magick::Image::label(const std::string &label_)
|
||||||
@@ -1017,9 +1017,9 @@ std::string Magick::Image::label(void) const
|
@@ -1068,9 +1068,9 @@ std::string Magick::Image::label(void) const
|
||||||
value=GetImageProperty(constImage(),"Label");
|
value=GetImageProperty(constImage(),"Label");
|
||||||
|
|
||||||
if (value)
|
if (value)
|
||||||
@@ -260,7 +266,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::lowlightColor(const Color color_)
|
void Magick::Image::lowlightColor(const Color color_)
|
||||||
@@ -1044,9 +1044,9 @@ void Magick::Image::magick(const std::string &magick_)
|
@@ -1103,9 +1103,9 @@ void Magick::Image::magick(const std::string &magick_)
|
||||||
std::string Magick::Image::magick(void) const
|
std::string Magick::Image::magick(void) const
|
||||||
{
|
{
|
||||||
if (*(constImage()->magick) != '\0')
|
if (*(constImage()->magick) != '\0')
|
||||||
@@ -272,8 +278,8 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::mask(const Magick::Image &mask_)
|
void Magick::Image::mask(const Magick::Image &mask_)
|
||||||
@@ -1069,9 +1069,9 @@ Magick::Image Magick::Image::mask(void) const
|
@@ -1128,9 +1128,9 @@ Magick::Image Magick::Image::mask(void) const
|
||||||
ThrowPPException;
|
ThrowImageException;
|
||||||
|
|
||||||
if (image == (MagickCore::Image *) NULL)
|
if (image == (MagickCore::Image *) NULL)
|
||||||
- return(Magick::Image());
|
- return(Magick::Image());
|
||||||
@@ -284,7 +290,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::matte(const bool matteFlag_)
|
void Magick::Image::matte(const bool matteFlag_)
|
||||||
@@ -1119,13 +1119,13 @@ void Magick::Image::matteColor(const Color &matteColor_)
|
@@ -1178,13 +1178,13 @@ void Magick::Image::matteColor(const Color &matteColor_)
|
||||||
|
|
||||||
Magick::Color Magick::Image::matteColor(void) const
|
Magick::Color Magick::Image::matteColor(void) const
|
||||||
{
|
{
|
||||||
@@ -301,16 +307,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::modulusDepth(const size_t depth_)
|
void Magick::Image::modulusDepth(const size_t depth_)
|
||||||
@@ -1143,7 +1143,7 @@ size_t Magick::Image::modulusDepth(void) const
|
@@ -1213,28 +1213,28 @@ void Magick::Image::monochrome(const bool monochromeFlag_)
|
||||||
GetPPException;
|
|
||||||
depth=GetImageDepth(constImage(),exceptionInfo);
|
|
||||||
ThrowPPException;
|
|
||||||
- return(depth);
|
|
||||||
+ return depth;
|
|
||||||
}
|
|
||||||
|
|
||||||
void Magick::Image::monochrome(const bool monochromeFlag_)
|
|
||||||
@@ -1154,28 +1154,28 @@ void Magick::Image::monochrome(const bool monochromeFlag_)
|
|
||||||
|
|
||||||
bool Magick::Image::monochrome(void) const
|
bool Magick::Image::monochrome(void) const
|
||||||
{
|
{
|
||||||
@@ -344,7 +341,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::orientation(const Magick::OrientationType orientation_)
|
void Magick::Image::orientation(const Magick::OrientationType orientation_)
|
||||||
@@ -1186,7 +1186,7 @@ void Magick::Image::orientation(const Magick::OrientationType orientation_)
|
@@ -1245,7 +1245,7 @@ void Magick::Image::orientation(const Magick::OrientationType orientation_)
|
||||||
|
|
||||||
Magick::OrientationType Magick::Image::orientation(void) const
|
Magick::OrientationType Magick::Image::orientation(void) const
|
||||||
{
|
{
|
||||||
@@ -353,7 +350,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::page(const Magick::Geometry &pageSize_)
|
void Magick::Image::page(const Magick::Geometry &pageSize_)
|
||||||
@@ -1198,10 +1198,10 @@ void Magick::Image::page(const Magick::Geometry &pageSize_)
|
@@ -1257,10 +1257,10 @@ void Magick::Image::page(const Magick::Geometry &pageSize_)
|
||||||
|
|
||||||
Magick::Geometry Magick::Image::page(void) const
|
Magick::Geometry Magick::Image::page(void) const
|
||||||
{
|
{
|
||||||
@@ -366,7 +363,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::penColor(const Color &penColor_)
|
void Magick::Image::penColor(const Color &penColor_)
|
||||||
@@ -1213,7 +1213,7 @@ void Magick::Image::penColor(const Color &penColor_)
|
@@ -1272,7 +1272,7 @@ void Magick::Image::penColor(const Color &penColor_)
|
||||||
|
|
||||||
Magick::Color Magick::Image::penColor(void) const
|
Magick::Color Magick::Image::penColor(void) const
|
||||||
{
|
{
|
||||||
@@ -375,16 +372,16 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::penTexture(const Image &penTexture_)
|
void Magick::Image::penTexture(const Image &penTexture_)
|
||||||
@@ -1246,7 +1246,7 @@ Magick::Image Magick::Image::penTexture(void) const
|
@@ -1305,7 +1305,7 @@ Magick::Image Magick::Image::penTexture(void) const
|
||||||
texture.replaceImage(image);
|
texture.replaceImage(image);
|
||||||
ThrowPPException;
|
ThrowImageException;
|
||||||
}
|
}
|
||||||
- return(texture);
|
- return(texture);
|
||||||
+ return texture;
|
+ return texture;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::quality(const size_t quality_)
|
void Magick::Image::quality(const size_t quality_)
|
||||||
@@ -1258,7 +1258,7 @@ void Magick::Image::quality(const size_t quality_)
|
@@ -1317,7 +1317,7 @@ void Magick::Image::quality(const size_t quality_)
|
||||||
|
|
||||||
size_t Magick::Image::quality(void) const
|
size_t Magick::Image::quality(void) const
|
||||||
{
|
{
|
||||||
@@ -393,7 +390,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::quantizeColors(const size_t colors_)
|
void Magick::Image::quantizeColors(const size_t colors_)
|
||||||
@@ -1269,7 +1269,7 @@ void Magick::Image::quantizeColors(const size_t colors_)
|
@@ -1328,7 +1328,7 @@ void Magick::Image::quantizeColors(const size_t colors_)
|
||||||
|
|
||||||
size_t Magick::Image::quantizeColors(void) const
|
size_t Magick::Image::quantizeColors(void) const
|
||||||
{
|
{
|
||||||
@@ -402,7 +399,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::quantizeColorSpace(
|
void Magick::Image::quantizeColorSpace(
|
||||||
@@ -1281,7 +1281,7 @@ void Magick::Image::quantizeColorSpace(
|
@@ -1340,7 +1340,7 @@ void Magick::Image::quantizeColorSpace(
|
||||||
|
|
||||||
Magick::ColorspaceType Magick::Image::quantizeColorSpace(void) const
|
Magick::ColorspaceType Magick::Image::quantizeColorSpace(void) const
|
||||||
{
|
{
|
||||||
@@ -411,7 +408,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::quantizeDither(const bool ditherFlag_)
|
void Magick::Image::quantizeDither(const bool ditherFlag_)
|
||||||
@@ -1292,7 +1292,7 @@ void Magick::Image::quantizeDither(const bool ditherFlag_)
|
@@ -1351,7 +1351,7 @@ void Magick::Image::quantizeDither(const bool ditherFlag_)
|
||||||
|
|
||||||
bool Magick::Image::quantizeDither(void) const
|
bool Magick::Image::quantizeDither(void) const
|
||||||
{
|
{
|
||||||
@@ -420,7 +417,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::quantizeDitherMethod(const DitherMethod ditherMethod_)
|
void Magick::Image::quantizeDitherMethod(const DitherMethod ditherMethod_)
|
||||||
@@ -1303,7 +1303,7 @@ void Magick::Image::quantizeDitherMethod(const DitherMethod ditherMethod_)
|
@@ -1362,7 +1362,7 @@ void Magick::Image::quantizeDitherMethod(const DitherMethod ditherMethod_)
|
||||||
|
|
||||||
MagickCore::DitherMethod Magick::Image::quantizeDitherMethod(void) const
|
MagickCore::DitherMethod Magick::Image::quantizeDitherMethod(void) const
|
||||||
{
|
{
|
||||||
@@ -429,7 +426,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::quantizeTreeDepth(const size_t treeDepth_)
|
void Magick::Image::quantizeTreeDepth(const size_t treeDepth_)
|
||||||
@@ -1314,7 +1314,7 @@ void Magick::Image::quantizeTreeDepth(const size_t treeDepth_)
|
@@ -1373,7 +1373,7 @@ void Magick::Image::quantizeTreeDepth(const size_t treeDepth_)
|
||||||
|
|
||||||
size_t Magick::Image::quantizeTreeDepth(void) const
|
size_t Magick::Image::quantizeTreeDepth(void) const
|
||||||
{
|
{
|
||||||
@@ -437,8 +434,8 @@ index bd855d5..8c0c38e 100644
|
|||||||
+ return constOptions()->quantizeTreeDepth();
|
+ return constOptions()->quantizeTreeDepth();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::renderingIntent(
|
void Magick::Image::quiet(const bool quiet_)
|
||||||
@@ -1326,8 +1326,8 @@ void Magick::Image::renderingIntent(
|
@@ -1396,8 +1396,8 @@ void Magick::Image::renderingIntent(
|
||||||
|
|
||||||
Magick::RenderingIntent Magick::Image::renderingIntent(void) const
|
Magick::RenderingIntent Magick::Image::renderingIntent(void) const
|
||||||
{
|
{
|
||||||
@@ -449,16 +446,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::resolutionUnits(
|
void Magick::Image::resolutionUnits(
|
||||||
@@ -1340,7 +1340,7 @@ void Magick::Image::resolutionUnits(
|
@@ -1421,7 +1421,7 @@ void Magick::Image::scene(const size_t scene_)
|
||||||
|
|
||||||
Magick::ResolutionType Magick::Image::resolutionUnits(void) const
|
|
||||||
{
|
|
||||||
- return(constOptions()->resolutionUnits());
|
|
||||||
+ return constOptions()->resolutionUnits();
|
|
||||||
}
|
|
||||||
|
|
||||||
void Magick::Image::scene(const size_t scene_)
|
|
||||||
@@ -1351,7 +1351,7 @@ void Magick::Image::scene(const size_t scene_)
|
|
||||||
|
|
||||||
size_t Magick::Image::scene(void) const
|
size_t Magick::Image::scene(void) const
|
||||||
{
|
{
|
||||||
@@ -467,7 +455,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::size(const Geometry &geometry_)
|
void Magick::Image::size(const Geometry &geometry_)
|
||||||
@@ -1364,7 +1364,7 @@ void Magick::Image::size(const Geometry &geometry_)
|
@@ -1434,7 +1434,7 @@ void Magick::Image::size(const Geometry &geometry_)
|
||||||
|
|
||||||
Magick::Geometry Magick::Image::size(void) const
|
Magick::Geometry Magick::Image::size(void) const
|
||||||
{
|
{
|
||||||
@@ -476,7 +464,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::strokeAntiAlias(const bool flag_)
|
void Magick::Image::strokeAntiAlias(const bool flag_)
|
||||||
@@ -1375,7 +1375,7 @@ void Magick::Image::strokeAntiAlias(const bool flag_)
|
@@ -1445,7 +1445,7 @@ void Magick::Image::strokeAntiAlias(const bool flag_)
|
||||||
|
|
||||||
bool Magick::Image::strokeAntiAlias(void) const
|
bool Magick::Image::strokeAntiAlias(void) const
|
||||||
{
|
{
|
||||||
@@ -485,7 +473,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::strokeColor(const Magick::Color &strokeColor_)
|
void Magick::Image::strokeColor(const Magick::Color &strokeColor_)
|
||||||
@@ -1391,7 +1391,7 @@ void Magick::Image::strokeColor(const Magick::Color &strokeColor_)
|
@@ -1461,7 +1461,7 @@ void Magick::Image::strokeColor(const Magick::Color &strokeColor_)
|
||||||
|
|
||||||
Magick::Color Magick::Image::strokeColor(void) const
|
Magick::Color Magick::Image::strokeColor(void) const
|
||||||
{
|
{
|
||||||
@@ -494,7 +482,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::strokeDashArray(const double *strokeDashArray_)
|
void Magick::Image::strokeDashArray(const double *strokeDashArray_)
|
||||||
@@ -1402,7 +1402,7 @@ void Magick::Image::strokeDashArray(const double *strokeDashArray_)
|
@@ -1472,7 +1472,7 @@ void Magick::Image::strokeDashArray(const double *strokeDashArray_)
|
||||||
|
|
||||||
const double *Magick::Image::strokeDashArray(void) const
|
const double *Magick::Image::strokeDashArray(void) const
|
||||||
{
|
{
|
||||||
@@ -503,7 +491,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::strokeDashOffset(const double strokeDashOffset_)
|
void Magick::Image::strokeDashOffset(const double strokeDashOffset_)
|
||||||
@@ -1413,7 +1413,7 @@ void Magick::Image::strokeDashOffset(const double strokeDashOffset_)
|
@@ -1483,7 +1483,7 @@ void Magick::Image::strokeDashOffset(const double strokeDashOffset_)
|
||||||
|
|
||||||
double Magick::Image::strokeDashOffset(void) const
|
double Magick::Image::strokeDashOffset(void) const
|
||||||
{
|
{
|
||||||
@@ -512,7 +500,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::strokeLineCap(const Magick::LineCap lineCap_)
|
void Magick::Image::strokeLineCap(const Magick::LineCap lineCap_)
|
||||||
@@ -1424,7 +1424,7 @@ void Magick::Image::strokeLineCap(const Magick::LineCap lineCap_)
|
@@ -1494,7 +1494,7 @@ void Magick::Image::strokeLineCap(const Magick::LineCap lineCap_)
|
||||||
|
|
||||||
Magick::LineCap Magick::Image::strokeLineCap(void) const
|
Magick::LineCap Magick::Image::strokeLineCap(void) const
|
||||||
{
|
{
|
||||||
@@ -521,7 +509,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::strokeLineJoin(const Magick::LineJoin lineJoin_)
|
void Magick::Image::strokeLineJoin(const Magick::LineJoin lineJoin_)
|
||||||
@@ -1435,7 +1435,7 @@ void Magick::Image::strokeLineJoin(const Magick::LineJoin lineJoin_)
|
@@ -1505,7 +1505,7 @@ void Magick::Image::strokeLineJoin(const Magick::LineJoin lineJoin_)
|
||||||
|
|
||||||
Magick::LineJoin Magick::Image::strokeLineJoin(void) const
|
Magick::LineJoin Magick::Image::strokeLineJoin(void) const
|
||||||
{
|
{
|
||||||
@@ -530,16 +518,16 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::strokeMiterLimit(const size_t strokeMiterLimit_)
|
void Magick::Image::strokeMiterLimit(const size_t strokeMiterLimit_)
|
||||||
@@ -1478,7 +1478,7 @@ Magick::Image Magick::Image::strokePattern(void) const
|
@@ -1548,7 +1548,7 @@ Magick::Image Magick::Image::strokePattern(void) const
|
||||||
texture.replaceImage(image);
|
texture.replaceImage(image);
|
||||||
ThrowPPException;
|
ThrowImageException;
|
||||||
}
|
}
|
||||||
- return(texture);
|
- return(texture);
|
||||||
+ return texture;
|
+ return texture;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::strokeWidth(const double strokeWidth_)
|
void Magick::Image::strokeWidth(const double strokeWidth_)
|
||||||
@@ -1494,7 +1494,7 @@ void Magick::Image::strokeWidth(const double strokeWidth_)
|
@@ -1564,7 +1564,7 @@ void Magick::Image::strokeWidth(const double strokeWidth_)
|
||||||
|
|
||||||
double Magick::Image::strokeWidth(void) const
|
double Magick::Image::strokeWidth(void) const
|
||||||
{
|
{
|
||||||
@@ -548,7 +536,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::subImage(const size_t subImage_)
|
void Magick::Image::subImage(const size_t subImage_)
|
||||||
@@ -1505,7 +1505,7 @@ void Magick::Image::subImage(const size_t subImage_)
|
@@ -1575,7 +1575,7 @@ void Magick::Image::subImage(const size_t subImage_)
|
||||||
|
|
||||||
size_t Magick::Image::subImage(void) const
|
size_t Magick::Image::subImage(void) const
|
||||||
{
|
{
|
||||||
@@ -557,7 +545,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::subRange(const size_t subRange_)
|
void Magick::Image::subRange(const size_t subRange_)
|
||||||
@@ -1516,7 +1516,7 @@ void Magick::Image::subRange(const size_t subRange_)
|
@@ -1586,7 +1586,7 @@ void Magick::Image::subRange(const size_t subRange_)
|
||||||
|
|
||||||
size_t Magick::Image::subRange(void) const
|
size_t Magick::Image::subRange(void) const
|
||||||
{
|
{
|
||||||
@@ -566,7 +554,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::textDirection(DirectionType direction_)
|
void Magick::Image::textDirection(DirectionType direction_)
|
||||||
@@ -1527,7 +1527,7 @@ void Magick::Image::textDirection(DirectionType direction_)
|
@@ -1597,7 +1597,7 @@ void Magick::Image::textDirection(DirectionType direction_)
|
||||||
|
|
||||||
Magick::DirectionType Magick::Image::textDirection(void) const
|
Magick::DirectionType Magick::Image::textDirection(void) const
|
||||||
{
|
{
|
||||||
@@ -575,7 +563,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::textEncoding(const std::string &encoding_)
|
void Magick::Image::textEncoding(const std::string &encoding_)
|
||||||
@@ -1538,7 +1538,7 @@ void Magick::Image::textEncoding(const std::string &encoding_)
|
@@ -1608,7 +1608,7 @@ void Magick::Image::textEncoding(const std::string &encoding_)
|
||||||
|
|
||||||
std::string Magick::Image::textEncoding(void) const
|
std::string Magick::Image::textEncoding(void) const
|
||||||
{
|
{
|
||||||
@@ -584,7 +572,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::textGravity(GravityType gravity_)
|
void Magick::Image::textGravity(GravityType gravity_)
|
||||||
@@ -1549,7 +1549,7 @@ void Magick::Image::textGravity(GravityType gravity_)
|
@@ -1619,7 +1619,7 @@ void Magick::Image::textGravity(GravityType gravity_)
|
||||||
|
|
||||||
Magick::GravityType Magick::Image::textGravity(void) const
|
Magick::GravityType Magick::Image::textGravity(void) const
|
||||||
{
|
{
|
||||||
@@ -593,7 +581,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::textInterlineSpacing(double spacing_)
|
void Magick::Image::textInterlineSpacing(double spacing_)
|
||||||
@@ -1560,7 +1560,7 @@ void Magick::Image::textInterlineSpacing(double spacing_)
|
@@ -1630,7 +1630,7 @@ void Magick::Image::textInterlineSpacing(double spacing_)
|
||||||
|
|
||||||
double Magick::Image::textInterlineSpacing(void) const
|
double Magick::Image::textInterlineSpacing(void) const
|
||||||
{
|
{
|
||||||
@@ -602,7 +590,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::textInterwordSpacing(double spacing_)
|
void Magick::Image::textInterwordSpacing(double spacing_)
|
||||||
@@ -1571,7 +1571,7 @@ void Magick::Image::textInterwordSpacing(double spacing_)
|
@@ -1641,7 +1641,7 @@ void Magick::Image::textInterwordSpacing(double spacing_)
|
||||||
|
|
||||||
double Magick::Image::textInterwordSpacing(void) const
|
double Magick::Image::textInterwordSpacing(void) const
|
||||||
{
|
{
|
||||||
@@ -611,7 +599,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::textKerning(double kerning_)
|
void Magick::Image::textKerning(double kerning_)
|
||||||
@@ -1582,7 +1582,7 @@ void Magick::Image::textKerning(double kerning_)
|
@@ -1652,7 +1652,7 @@ void Magick::Image::textKerning(double kerning_)
|
||||||
|
|
||||||
double Magick::Image::textKerning(void) const
|
double Magick::Image::textKerning(void) const
|
||||||
{
|
{
|
||||||
@@ -619,8 +607,8 @@ index bd855d5..8c0c38e 100644
|
|||||||
+ return constOptions()->textKerning();
|
+ return constOptions()->textKerning();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::tileName(const std::string &tileName_)
|
void Magick::Image::textUnderColor(const Color &underColor_)
|
||||||
@@ -1593,7 +1593,7 @@ void Magick::Image::tileName(const std::string &tileName_)
|
@@ -1674,7 +1674,7 @@ void Magick::Image::tileName(const std::string &tileName_)
|
||||||
|
|
||||||
std::string Magick::Image::tileName(void) const
|
std::string Magick::Image::tileName(void) const
|
||||||
{
|
{
|
||||||
@@ -628,17 +616,8 @@ index bd855d5..8c0c38e 100644
|
|||||||
+ return constOptions()->tileName();
|
+ return constOptions()->tileName();
|
||||||
}
|
}
|
||||||
|
|
||||||
size_t Magick::Image::totalColors(void)
|
size_t Magick::Image::totalColors(void) const
|
||||||
@@ -1604,7 +1604,7 @@ size_t Magick::Image::totalColors(void)
|
@@ -1716,11 +1716,11 @@ void Magick::Image::type(const Magick::ImageType type_)
|
||||||
GetPPException;
|
|
||||||
colors=GetNumberColors(image(),0,exceptionInfo);
|
|
||||||
ThrowPPException;
|
|
||||||
- return(colors);
|
|
||||||
+ return colors;
|
|
||||||
}
|
|
||||||
|
|
||||||
void Magick::Image::transformRotation(const double angle_)
|
|
||||||
@@ -1635,11 +1635,11 @@ void Magick::Image::type(const Magick::ImageType type_)
|
|
||||||
Magick::ImageType Magick::Image::type(void) const
|
Magick::ImageType Magick::Image::type(void) const
|
||||||
{
|
{
|
||||||
if (constOptions()->type() != UndefinedType)
|
if (constOptions()->type() != UndefinedType)
|
||||||
@@ -653,7 +632,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::verbose(const bool verboseFlag_)
|
void Magick::Image::verbose(const bool verboseFlag_)
|
||||||
@@ -1650,7 +1650,7 @@ void Magick::Image::verbose(const bool verboseFlag_)
|
@@ -1731,7 +1731,7 @@ void Magick::Image::verbose(const bool verboseFlag_)
|
||||||
|
|
||||||
bool Magick::Image::verbose(void) const
|
bool Magick::Image::verbose(void) const
|
||||||
{
|
{
|
||||||
@@ -662,7 +641,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::view(const std::string &view_)
|
void Magick::Image::view(const std::string &view_)
|
||||||
@@ -1661,7 +1661,7 @@ void Magick::Image::view(const std::string &view_)
|
@@ -1742,7 +1742,7 @@ void Magick::Image::view(const std::string &view_)
|
||||||
|
|
||||||
std::string Magick::Image::view(void) const
|
std::string Magick::Image::view(void) const
|
||||||
{
|
{
|
||||||
@@ -671,7 +650,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::virtualPixelMethod(
|
void Magick::Image::virtualPixelMethod(
|
||||||
@@ -1674,7 +1674,7 @@ void Magick::Image::virtualPixelMethod(
|
@@ -1755,7 +1755,7 @@ void Magick::Image::virtualPixelMethod(
|
||||||
|
|
||||||
Magick::VirtualPixelMethod Magick::Image::virtualPixelMethod(void) const
|
Magick::VirtualPixelMethod Magick::Image::virtualPixelMethod(void) const
|
||||||
{
|
{
|
||||||
@@ -680,7 +659,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::x11Display(const std::string &display_)
|
void Magick::Image::x11Display(const std::string &display_)
|
||||||
@@ -1685,17 +1685,17 @@ void Magick::Image::x11Display(const std::string &display_)
|
@@ -1766,17 +1766,17 @@ void Magick::Image::x11Display(const std::string &display_)
|
||||||
|
|
||||||
std::string Magick::Image::x11Display(void) const
|
std::string Magick::Image::x11Display(void) const
|
||||||
{
|
{
|
||||||
@@ -701,7 +680,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::adaptiveBlur(const double radius_,const double sigma_)
|
void Magick::Image::adaptiveBlur(const double radius_,const double sigma_)
|
||||||
@@ -1940,8 +1940,8 @@ std::string Magick::Image::artifact(const std::string &name_)
|
@@ -2023,8 +2023,8 @@ std::string Magick::Image::artifact(const std::string &name_) const
|
||||||
|
|
||||||
value=GetImageArtifact(constImage(),name_.c_str());
|
value=GetImageArtifact(constImage(),name_.c_str());
|
||||||
if (value)
|
if (value)
|
||||||
@@ -712,7 +691,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::attribute(const std::string name_,const std::string value_)
|
void Magick::Image::attribute(const std::string name_,const std::string value_)
|
||||||
@@ -1958,9 +1958,9 @@ std::string Magick::Image::attribute(const std::string name_)
|
@@ -2041,9 +2041,9 @@ std::string Magick::Image::attribute(const std::string name_) const
|
||||||
value=GetImageProperty(constImage(),name_.c_str());
|
value=GetImageProperty(constImage(),name_.c_str());
|
||||||
|
|
||||||
if (value)
|
if (value)
|
||||||
@@ -724,7 +703,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::autoGamma(void)
|
void Magick::Image::autoGamma(void)
|
||||||
@@ -2313,13 +2313,13 @@ Magick::Color Magick::Image::colorMap(const size_t index_) const
|
@@ -2391,13 +2391,13 @@ Magick::Color Magick::Image::colorMap(const size_t index_) const
|
||||||
if (!constImage()->colormap)
|
if (!constImage()->colormap)
|
||||||
{
|
{
|
||||||
throwExceptionExplicit(OptionError,"Image does not contain a colormap");
|
throwExceptionExplicit(OptionError,"Image does not contain a colormap");
|
||||||
@@ -740,7 +719,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::colorMatrix(const size_t order_,
|
void Magick::Image::colorMatrix(const size_t order_,
|
||||||
@@ -2359,7 +2359,7 @@ bool Magick::Image::compare(const Image &reference_)
|
@@ -2437,7 +2437,7 @@ bool Magick::Image::compare(const Image &reference_)
|
||||||
ref.modifyImage();
|
ref.modifyImage();
|
||||||
status=static_cast<bool>(IsImagesEqual(image(),ref.constImage()));
|
status=static_cast<bool>(IsImagesEqual(image(),ref.constImage()));
|
||||||
throwImageException();
|
throwImageException();
|
||||||
@@ -749,27 +728,9 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
double Magick::Image::compare(const Image &reference_,const MetricType metric_)
|
double Magick::Image::compare(const Image &reference_,const MetricType metric_)
|
||||||
@@ -2371,7 +2371,7 @@ double Magick::Image::compare(const Image &reference_,const MetricType metric_)
|
@@ -2476,9 +2476,9 @@ Magick::Image Magick::Image::compare(const Image &reference_,
|
||||||
GetImageDistortion(image(),reference_.constImage(),metric_,&distortion,
|
|
||||||
exceptionInfo);
|
exceptionInfo);
|
||||||
ThrowPPException;
|
ThrowImageException;
|
||||||
- return(distortion);
|
|
||||||
+ return distortion;
|
|
||||||
}
|
|
||||||
|
|
||||||
double Magick::Image::compareChannel(const ChannelType channel_,
|
|
||||||
@@ -2384,7 +2384,7 @@ double Magick::Image::compareChannel(const ChannelType channel_,
|
|
||||||
GetImageChannelDistortion(image(),reference_.constImage(),channel_,metric_,
|
|
||||||
&distortion,exceptionInfo);
|
|
||||||
ThrowPPException;
|
|
||||||
- return(distortion);
|
|
||||||
+ return distortion;
|
|
||||||
}
|
|
||||||
|
|
||||||
Magick::Image Magick::Image::compare(const Image &reference_,
|
|
||||||
@@ -2398,9 +2398,9 @@ Magick::Image Magick::Image::compare(const Image &reference_,
|
|
||||||
exceptionInfo);
|
|
||||||
ThrowPPException;
|
|
||||||
if (newImage == (MagickCore::Image *) NULL)
|
if (newImage == (MagickCore::Image *) NULL)
|
||||||
- return(Magick::Image());
|
- return(Magick::Image());
|
||||||
+ return Magick::Image();
|
+ return Magick::Image();
|
||||||
@@ -779,9 +740,9 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
Magick::Image Magick::Image::compareChannel(const ChannelType channel_,
|
Magick::Image Magick::Image::compareChannel(const ChannelType channel_,
|
||||||
@@ -2414,9 +2414,9 @@ Magick::Image Magick::Image::compareChannel(const ChannelType channel_,
|
@@ -2492,9 +2492,9 @@ Magick::Image Magick::Image::compareChannel(const ChannelType channel_,
|
||||||
metric_,distortion,exceptionInfo);
|
metric_,distortion,exceptionInfo);
|
||||||
ThrowPPException;
|
ThrowImageException;
|
||||||
if (newImage == (MagickCore::Image *) NULL)
|
if (newImage == (MagickCore::Image *) NULL)
|
||||||
- return(Magick::Image());
|
- return(Magick::Image());
|
||||||
+ return Magick::Image();
|
+ return Magick::Image();
|
||||||
@@ -791,7 +752,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::composite(const Image &compositeImage_,
|
void Magick::Image::composite(const Image &compositeImage_,
|
||||||
@@ -2557,8 +2557,8 @@ bool Magick::Image::defineSet(const std::string &magick_,
|
@@ -2662,8 +2662,8 @@ bool Magick::Image::defineSet(const std::string &magick_,
|
||||||
key=magick_ + ":" + key_;
|
key=magick_ + ":" + key_;
|
||||||
option=GetImageOption(constImageInfo(),key.c_str());
|
option=GetImageOption(constImageInfo(),key.c_str());
|
||||||
if (option)
|
if (option)
|
||||||
@@ -802,7 +763,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::defineValue(const std::string &magick_,
|
void Magick::Image::defineValue(const std::string &magick_,
|
||||||
@@ -2584,8 +2584,8 @@ std::string Magick::Image::defineValue(const std::string &magick_,
|
@@ -2689,8 +2689,8 @@ std::string Magick::Image::defineValue(const std::string &magick_,
|
||||||
definition=magick_ + ":" + key_;
|
definition=magick_ + ":" + key_;
|
||||||
option=GetImageOption(constImageInfo(),definition.c_str());
|
option=GetImageOption(constImageInfo(),definition.c_str());
|
||||||
if (option)
|
if (option)
|
||||||
@@ -813,16 +774,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::deskew(const double threshold_)
|
void Magick::Image::deskew(const double threshold_)
|
||||||
@@ -2618,7 +2618,7 @@ Magick::ImageType Magick::Image::determineType(void) const
|
@@ -3243,7 +3243,7 @@ const Magick::IndexPacket* Magick::Image::getConstIndexes(void) const
|
||||||
GetPPException;
|
|
||||||
image_type=GetImageType(constImage(),exceptionInfo);
|
|
||||||
ThrowPPException;
|
|
||||||
- return(image_type);
|
|
||||||
+ return image_type;
|
|
||||||
}
|
|
||||||
|
|
||||||
void Magick::Image::display(void)
|
|
||||||
@@ -3137,7 +3137,7 @@ const Magick::IndexPacket* Magick::Image::getConstIndexes(void) const
|
|
||||||
if (!result)
|
if (!result)
|
||||||
throwImageException();
|
throwImageException();
|
||||||
|
|
||||||
@@ -831,16 +783,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
const Magick::PixelPacket* Magick::Image::getConstPixels(const ssize_t x_,
|
const Magick::PixelPacket* Magick::Image::getConstPixels(const ssize_t x_,
|
||||||
@@ -3149,7 +3149,7 @@ const Magick::PixelPacket* Magick::Image::getConstPixels(const ssize_t x_,
|
@@ -3268,7 +3268,7 @@ Magick::IndexPacket *Magick::Image::getIndexes(void)
|
||||||
GetPPException;
|
|
||||||
result=(*GetVirtualPixels)(constImage(),x_,y_,columns_,rows_,exceptionInfo);
|
|
||||||
ThrowPPException;
|
|
||||||
- return(result);
|
|
||||||
+ return result;
|
|
||||||
}
|
|
||||||
|
|
||||||
Magick::IndexPacket *Magick::Image::getIndexes(void)
|
|
||||||
@@ -3162,7 +3162,7 @@ Magick::IndexPacket *Magick::Image::getIndexes(void)
|
|
||||||
if(!result)
|
if(!result)
|
||||||
throwImageException();
|
throwImageException();
|
||||||
|
|
||||||
@@ -849,16 +792,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
Magick::PixelPacket *Magick::Image::getPixels(const ssize_t x_,
|
Magick::PixelPacket *Magick::Image::getPixels(const ssize_t x_,
|
||||||
@@ -3175,7 +3175,7 @@ Magick::PixelPacket *Magick::Image::getPixels(const ssize_t x_,
|
@@ -3840,7 +3840,7 @@ Magick::Color Magick::Image::pixelColor(const ssize_t x_,
|
||||||
GetPPException;
|
|
||||||
result=(*GetAuthenticPixels)(image(),x_,y_,columns_,rows_,exceptionInfo);
|
|
||||||
ThrowPPException;
|
|
||||||
- return(result);
|
|
||||||
+ return result;
|
|
||||||
}
|
|
||||||
|
|
||||||
void Magick::Image::grayscale(const PixelIntensityMethod method_)
|
|
||||||
@@ -3677,7 +3677,7 @@ Magick::Color Magick::Image::pixelColor(const ssize_t x_,
|
|
||||||
|
|
||||||
pixel=getConstPixels(x_,y_,1,1);
|
pixel=getConstPixels(x_,y_,1,1);
|
||||||
if (pixel)
|
if (pixel)
|
||||||
@@ -867,7 +801,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
else if (storage_class == PseudoClass)
|
else if (storage_class == PseudoClass)
|
||||||
{
|
{
|
||||||
@@ -3686,10 +3686,10 @@ Magick::Color Magick::Image::pixelColor(const ssize_t x_,
|
@@ -3849,10 +3849,10 @@ Magick::Color Magick::Image::pixelColor(const ssize_t x_,
|
||||||
|
|
||||||
indexes=getConstIndexes();
|
indexes=getConstIndexes();
|
||||||
if(indexes)
|
if(indexes)
|
||||||
@@ -880,7 +814,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::polaroid(const std::string &caption_,const double angle_)
|
void Magick::Image::polaroid(const std::string &caption_,const double angle_)
|
||||||
@@ -3758,9 +3758,9 @@ Magick::Blob Magick::Image::profile(const std::string name_) const
|
@@ -3921,9 +3921,9 @@ Magick::Blob Magick::Image::profile(const std::string name_) const
|
||||||
profile=GetImageProfile(constImage(),name_.c_str());
|
profile=GetImageProfile(constImage(),name_.c_str());
|
||||||
|
|
||||||
if (profile == (StringInfo *) NULL)
|
if (profile == (StringInfo *) NULL)
|
||||||
@@ -893,9 +827,9 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::quantize(const bool measureError_)
|
void Magick::Image::quantize(const bool measureError_)
|
||||||
@@ -4146,9 +4146,9 @@ Magick::Image Magick::Image::separate(const ChannelType channel_)
|
@@ -4329,9 +4329,9 @@ Magick::Image Magick::Image::separate(const ChannelType channel_) const
|
||||||
image=SeparateImage(constImage(),channel_,exceptionInfo);
|
image=SeparateImage(constImage(),channel_,exceptionInfo);
|
||||||
ThrowPPException;
|
ThrowImageException;
|
||||||
if (image == (MagickCore::Image *) NULL)
|
if (image == (MagickCore::Image *) NULL)
|
||||||
- return(Magick::Image());
|
- return(Magick::Image());
|
||||||
+ return Magick::Image();
|
+ return Magick::Image();
|
||||||
@@ -905,16 +839,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::sepiaTone(const double threshold_)
|
void Magick::Image::sepiaTone(const double threshold_)
|
||||||
@@ -4172,7 +4172,7 @@ Magick::PixelPacket *Magick::Image::setPixels(const ssize_t x_,
|
@@ -4455,7 +4455,7 @@ std::string Magick::Image::signature(const bool force_) const
|
||||||
GetPPException;
|
|
||||||
result=(*QueueAuthenticPixels)(image(),x_, y_,columns_,rows_,exceptionInfo);
|
|
||||||
ThrowPPException;
|
|
||||||
- return(result);
|
|
||||||
+ return result;
|
|
||||||
}
|
|
||||||
|
|
||||||
void Magick::Image::shade(const double azimuth_,const double elevation_,
|
|
||||||
@@ -4272,7 +4272,7 @@ std::string Magick::Image::signature(const bool force_) const
|
|
||||||
|
|
||||||
property=GetImageProperty(constImage(),"Signature");
|
property=GetImageProperty(constImage(),"Signature");
|
||||||
|
|
||||||
@@ -923,7 +848,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::sketch(const double radius_,const double sigma_,
|
void Magick::Image::sketch(const double radius_,const double sigma_,
|
||||||
@@ -4430,9 +4430,9 @@ Magick::Image Magick::Image::subImageSearch(const Image &reference_,
|
@@ -4628,9 +4628,9 @@ Magick::Image Magick::Image::subImageSearch(const Image &reference_,
|
||||||
if (offset_ != (Geometry *) NULL)
|
if (offset_ != (Geometry *) NULL)
|
||||||
*offset_=offset;
|
*offset_=offset;
|
||||||
if (newImage == (MagickCore::Image *) NULL)
|
if (newImage == (MagickCore::Image *) NULL)
|
||||||
@@ -935,9 +860,9 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::swirl(const double degrees_)
|
void Magick::Image::swirl(const double degrees_)
|
||||||
@@ -4622,9 +4622,9 @@ Magick::Image Magick::Image::uniqueColors(void)
|
@@ -4820,9 +4820,9 @@ Magick::Image Magick::Image::uniqueColors(void) const
|
||||||
image=UniqueImageColors(constImage(),exceptionInfo);
|
image=UniqueImageColors(constImage(),exceptionInfo);
|
||||||
ThrowPPException;
|
ThrowImageException;
|
||||||
if (image == (MagickCore::Image *) NULL)
|
if (image == (MagickCore::Image *) NULL)
|
||||||
- return(Magick::Image());
|
- return(Magick::Image());
|
||||||
+ return Magick::Image();
|
+ return Magick::Image();
|
||||||
@@ -947,7 +872,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::unsharpmask(const double radius_,const double sigma_,
|
void Magick::Image::unsharpmask(const double radius_,const double sigma_,
|
||||||
@@ -4811,42 +4811,42 @@ Magick::Image::Image(MagickCore::Image *image_)
|
@@ -5022,42 +5022,42 @@ Magick::Image::Image(MagickCore::Image *image_)
|
||||||
|
|
||||||
MagickCore::Image *&Magick::Image::image(void)
|
MagickCore::Image *&Magick::Image::image(void)
|
||||||
{
|
{
|
||||||
@@ -998,16 +923,7 @@ index bd855d5..8c0c38e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Image::modifyImage(void)
|
void Magick::Image::modifyImage(void)
|
||||||
@@ -4881,7 +4881,7 @@ ssize_t Magick::Image::registerId(void)
|
@@ -5100,7 +5100,7 @@ MagickCore::Image *Magick::Image::replaceImage(MagickCore::Image *replacement_)
|
||||||
SetImageRegistry(ImageRegistryType,id,image(),exceptionInfo);
|
|
||||||
ThrowPPException;
|
|
||||||
}
|
|
||||||
- return(_imgRef->id());
|
|
||||||
+ return _imgRef->id();
|
|
||||||
}
|
|
||||||
|
|
||||||
MagickCore::Image *Magick::Image::replaceImage(MagickCore::Image *replacement_)
|
|
||||||
@@ -4911,7 +4911,7 @@ MagickCore::Image *Magick::Image::replaceImage(MagickCore::Image *replacement_)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1017,10 +933,10 @@ index bd855d5..8c0c38e 100644
|
|||||||
|
|
||||||
void Magick::Image::throwImageException(void) const
|
void Magick::Image::throwImageException(void) const
|
||||||
diff --git a/Magick++/lib/Options.cpp b/Magick++/lib/Options.cpp
|
diff --git a/Magick++/lib/Options.cpp b/Magick++/lib/Options.cpp
|
||||||
index 9804453..c2512bd 100644
|
index d72535a..6f27fa5 100644
|
||||||
--- a/Magick++/lib/Options.cpp
|
--- a/Magick++/lib/Options.cpp
|
||||||
+++ b/Magick++/lib/Options.cpp
|
+++ b/Magick++/lib/Options.cpp
|
||||||
@@ -102,9 +102,9 @@ void Magick::Options::backgroundTexture(const std::string &backgroundTexture_)
|
@@ -105,9 +105,9 @@ void Magick::Options::backgroundTexture(const std::string &backgroundTexture_)
|
||||||
std::string Magick::Options::backgroundTexture(void) const
|
std::string Magick::Options::backgroundTexture(void) const
|
||||||
{
|
{
|
||||||
if (_imageInfo->texture)
|
if (_imageInfo->texture)
|
||||||
@@ -1032,7 +948,7 @@ index 9804453..c2512bd 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Options::borderColor(const Color &color_)
|
void Magick::Options::borderColor(const Color &color_)
|
||||||
@@ -187,7 +187,7 @@ Magick::Geometry Magick::Options::density(void) const
|
@@ -190,7 +190,7 @@ Magick::Geometry Magick::Options::density(void) const
|
||||||
if (_imageInfo->density)
|
if (_imageInfo->density)
|
||||||
return(Geometry(_imageInfo->density));
|
return(Geometry(_imageInfo->density));
|
||||||
|
|
||||||
@@ -1041,7 +957,7 @@ index 9804453..c2512bd 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Options::depth(size_t depth_)
|
void Magick::Options::depth(size_t depth_)
|
||||||
@@ -297,7 +297,7 @@ std::string Magick::Options::font(void) const
|
@@ -301,7 +301,7 @@ std::string Magick::Options::font(void) const
|
||||||
if (_imageInfo->font)
|
if (_imageInfo->font)
|
||||||
return(std::string(_imageInfo->font));
|
return(std::string(_imageInfo->font));
|
||||||
|
|
||||||
@@ -1049,8 +965,8 @@ index 9804453..c2512bd 100644
|
|||||||
+ return std::string();
|
+ return std::string();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Options::fontPointsize(double pointSize_)
|
void Magick::Options::fontFamily(const std::string &family_)
|
||||||
@@ -324,7 +324,7 @@ std::string Magick::Options::format(void) const
|
@@ -374,7 +374,7 @@ std::string Magick::Options::format(void) const
|
||||||
if ((magick_info != 0) && (*magick_info->description != '\0'))
|
if ((magick_info != 0) && (*magick_info->description != '\0'))
|
||||||
return(std::string(magick_info->description));
|
return(std::string(magick_info->description));
|
||||||
|
|
||||||
@@ -1059,8 +975,8 @@ index 9804453..c2512bd 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Options::interlaceType(Magick::InterlaceType interlace_)
|
void Magick::Options::interlaceType(Magick::InterlaceType interlace_)
|
||||||
@@ -354,7 +354,7 @@ std::string Magick::Options::magick(void) const
|
@@ -410,7 +410,7 @@ std::string Magick::Options::magick(void) const
|
||||||
if (*_imageInfo->magick)
|
if ( _imageInfo->magick[0] != '\0' )
|
||||||
return(std::string(_imageInfo->magick));
|
return(std::string(_imageInfo->magick));
|
||||||
|
|
||||||
- return(std::string());
|
- return(std::string());
|
||||||
@@ -1068,7 +984,7 @@ index 9804453..c2512bd 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Options::matteColor(const Magick::Color &matteColor_)
|
void Magick::Options::matteColor(const Magick::Color &matteColor_)
|
||||||
@@ -390,7 +390,7 @@ Magick::Geometry Magick::Options::page(void) const
|
@@ -446,7 +446,7 @@ Magick::Geometry Magick::Options::page(void) const
|
||||||
if (_imageInfo->page)
|
if (_imageInfo->page)
|
||||||
return(Geometry(_imageInfo->page));
|
return(Geometry(_imageInfo->page));
|
||||||
|
|
||||||
@@ -1077,7 +993,7 @@ index 9804453..c2512bd 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Options::quality(size_t quality_)
|
void Magick::Options::quality(size_t quality_)
|
||||||
@@ -478,7 +478,7 @@ std::string Magick::Options::samplingFactor(void) const
|
@@ -544,7 +544,7 @@ std::string Magick::Options::samplingFactor(void) const
|
||||||
if (_imageInfo->sampling_factor)
|
if (_imageInfo->sampling_factor)
|
||||||
return(std::string(_imageInfo->sampling_factor));
|
return(std::string(_imageInfo->sampling_factor));
|
||||||
|
|
||||||
@@ -1086,7 +1002,7 @@ index 9804453..c2512bd 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Options::size(const Geometry &geometry_)
|
void Magick::Options::size(const Geometry &geometry_)
|
||||||
@@ -494,7 +494,7 @@ Magick::Geometry Magick::Options::size(void) const
|
@@ -560,7 +560,7 @@ Magick::Geometry Magick::Options::size(void) const
|
||||||
if (_imageInfo->size)
|
if (_imageInfo->size)
|
||||||
return(Geometry(_imageInfo->size));
|
return(Geometry(_imageInfo->size));
|
||||||
|
|
||||||
@@ -1095,7 +1011,7 @@ index 9804453..c2512bd 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Options::strokeAntiAlias(bool flag_)
|
void Magick::Options::strokeAntiAlias(bool flag_)
|
||||||
@@ -652,7 +652,7 @@ std::string Magick::Options::textEncoding(void) const
|
@@ -725,7 +725,7 @@ std::string Magick::Options::textEncoding(void) const
|
||||||
if (_drawInfo->encoding && *_drawInfo->encoding)
|
if (_drawInfo->encoding && *_drawInfo->encoding)
|
||||||
return(std::string(_drawInfo->encoding));
|
return(std::string(_drawInfo->encoding));
|
||||||
|
|
||||||
@@ -1104,7 +1020,7 @@ index 9804453..c2512bd 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Options::textGravity(GravityType gravity_)
|
void Magick::Options::textGravity(GravityType gravity_)
|
||||||
@@ -707,7 +707,7 @@ std::string Magick::Options::tileName(void) const
|
@@ -797,7 +797,7 @@ std::string Magick::Options::tileName(void) const
|
||||||
{
|
{
|
||||||
if (_imageInfo->tile)
|
if (_imageInfo->tile)
|
||||||
return(std::string(_imageInfo->tile));
|
return(std::string(_imageInfo->tile));
|
||||||
@@ -1113,7 +1029,7 @@ index 9804453..c2512bd 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Options::transformOrigin(double tx_,double ty_)
|
void Magick::Options::transformOrigin(double tx_,double ty_)
|
||||||
@@ -889,7 +889,7 @@ std::string Magick::Options::view(void) const
|
@@ -979,7 +979,7 @@ std::string Magick::Options::view(void) const
|
||||||
if (_imageInfo->view)
|
if (_imageInfo->view)
|
||||||
return(std::string(_imageInfo->view));
|
return(std::string(_imageInfo->view));
|
||||||
|
|
||||||
@@ -1122,7 +1038,7 @@ index 9804453..c2512bd 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::Options::x11Display(const std::string &display_)
|
void Magick::Options::x11Display(const std::string &display_)
|
||||||
@@ -906,7 +906,7 @@ std::string Magick::Options::x11Display(void) const
|
@@ -996,7 +996,7 @@ std::string Magick::Options::x11Display(void) const
|
||||||
if (_imageInfo->server_name)
|
if (_imageInfo->server_name)
|
||||||
return(std::string(_imageInfo->server_name));
|
return(std::string(_imageInfo->server_name));
|
||||||
|
|
||||||
@@ -1132,10 +1048,10 @@ index 9804453..c2512bd 100644
|
|||||||
|
|
||||||
MagickCore::DrawInfo *Magick::Options::drawInfo(void)
|
MagickCore::DrawInfo *Magick::Options::drawInfo(void)
|
||||||
diff --git a/Magick++/lib/STL.cpp b/Magick++/lib/STL.cpp
|
diff --git a/Magick++/lib/STL.cpp b/Magick++/lib/STL.cpp
|
||||||
index 2778ec7..8941aca 100644
|
index 08ae27f..5428bc9 100644
|
||||||
--- a/Magick++/lib/STL.cpp
|
--- a/Magick++/lib/STL.cpp
|
||||||
+++ b/Magick++/lib/STL.cpp
|
+++ b/Magick++/lib/STL.cpp
|
||||||
@@ -850,7 +850,7 @@ Magick::Geometry Magick::ReadOptions::density(void) const
|
@@ -853,7 +853,7 @@ Magick::Geometry Magick::ReadOptions::density(void) const
|
||||||
if (_imageInfo->density)
|
if (_imageInfo->density)
|
||||||
return(Geometry(_imageInfo->density));
|
return(Geometry(_imageInfo->density));
|
||||||
|
|
||||||
@@ -1144,7 +1060,7 @@ index 2778ec7..8941aca 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Magick::ReadOptions::depth(size_t depth_)
|
void Magick::ReadOptions::depth(size_t depth_)
|
||||||
@@ -876,7 +876,7 @@ Magick::Geometry Magick::ReadOptions::size(void) const
|
@@ -889,7 +889,7 @@ Magick::Geometry Magick::ReadOptions::size(void) const
|
||||||
if (_imageInfo->size)
|
if (_imageInfo->size)
|
||||||
return(Geometry(_imageInfo->size));
|
return(Geometry(_imageInfo->size));
|
||||||
|
|
||||||
@@ -1154,10 +1070,10 @@ index 2778ec7..8941aca 100644
|
|||||||
|
|
||||||
MagickCore::ImageInfo *Magick::ReadOptions::imageInfo(void)
|
MagickCore::ImageInfo *Magick::ReadOptions::imageInfo(void)
|
||||||
--
|
--
|
||||||
1.8.3.4
|
2.2.2
|
||||||
|
|
||||||
|
|
||||||
From 440fbab037cdc40010da4b864a21521ae1513767 Mon Sep 17 00:00:00 2001
|
From 69d12afe6f20ee70b14265d1260df081374ff62a Mon Sep 17 00:00:00 2001
|
||||||
From: Adrien Destugues <pulkomandy@gmail.com>
|
From: Adrien Destugues <pulkomandy@gmail.com>
|
||||||
Date: Sun, 26 Oct 2014 17:47:29 +0100
|
Date: Sun, 26 Oct 2014 17:47:29 +0100
|
||||||
Subject: Don't reset LIBRARY_PATH.
|
Subject: Don't reset LIBRARY_PATH.
|
||||||
@@ -1166,10 +1082,10 @@ Using a variable named LIBRARY_PATH is not a good idea on Haiku. Just
|
|||||||
rename it.
|
rename it.
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
diff --git a/configure.ac b/configure.ac
|
||||||
index f7b167a..2c95828 100755
|
index bdce73d..0ff7103 100644
|
||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -3041,15 +3041,15 @@ AC_DEFINE_UNQUOTED(EXECUTABLE_PATH,"$DEFINE_EXECUTABLE_PATH",[Directory where ex
|
@@ -2865,15 +2865,15 @@ AC_DEFINE_UNQUOTED(EXECUTABLE_PATH,"$DEFINE_EXECUTABLE_PATH",[Directory where ex
|
||||||
AC_SUBST(EXECUTABLE_PATH)
|
AC_SUBST(EXECUTABLE_PATH)
|
||||||
|
|
||||||
# Path to ImageMagick lib
|
# Path to ImageMagick lib
|
||||||
@@ -1190,7 +1106,7 @@ index f7b167a..2c95828 100755
|
|||||||
|
|
||||||
#
|
#
|
||||||
# path to local binaries
|
# path to local binaries
|
||||||
@@ -3066,7 +3066,7 @@ AC_SUBST(LIB_BIN_DIR)
|
@@ -2890,7 +2890,7 @@ AC_SUBST(LIB_BIN_DIR)
|
||||||
|
|
||||||
LIB_BIN_DIR_RELATIVE_PATH=$LIB_BIN_DIR
|
LIB_BIN_DIR_RELATIVE_PATH=$LIB_BIN_DIR
|
||||||
AC_SUBST(LIB_BIN_DIR_RELATIVE_PATH)
|
AC_SUBST(LIB_BIN_DIR_RELATIVE_PATH)
|
||||||
@@ -1199,7 +1115,7 @@ index f7b167a..2c95828 100755
|
|||||||
AC_SUBST(LIB_BIN_DIR_PATH)
|
AC_SUBST(LIB_BIN_DIR_PATH)
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -3086,7 +3086,7 @@ AC_SUBST(MODULES_DIRNAME)
|
@@ -2910,7 +2910,7 @@ AC_SUBST(MODULES_DIRNAME)
|
||||||
|
|
||||||
MODULES_RELATIVE_PATH="${MODULES_DIRNAME}"
|
MODULES_RELATIVE_PATH="${MODULES_DIRNAME}"
|
||||||
AC_SUBST(MODULES_RELATIVE_PATH)
|
AC_SUBST(MODULES_RELATIVE_PATH)
|
||||||
@@ -1208,15 +1124,15 @@ index f7b167a..2c95828 100755
|
|||||||
AC_SUBST(MODULES_PATH)
|
AC_SUBST(MODULES_PATH)
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -3179,7 +3179,7 @@ AC_SUBST(SHAREARCH_DIRNAME)
|
@@ -3003,7 +3003,7 @@ AC_SUBST(SHAREARCH_DIRNAME)
|
||||||
|
|
||||||
SHAREARCH_RELATIVE_PATH="${SHAREARCH_DIRNAME}"
|
SHAREARCH_RELATIVE_PATH="${SHAREARCH_DIRNAME}"
|
||||||
AC_SUBST(SHAREARCH_RELATIVE_PATH)
|
AC_SUBST(SHAREARCH_RELATIVE_PATH)
|
||||||
-SHAREARCH_PATH="${LIBRARY_PATH}/${SHAREARCH_RELATIVE_PATH}"
|
-SHAREARCH_PATH="${LIBRARY_PATH}/${SHAREARCH_RELATIVE_PATH}"
|
||||||
+SHAREARCH_PATH="${XLIBRARY_PATH}/${SHAREARCH_RELATIVE_PATH}"
|
+SHAREARCH_PATH="${XLIBRARY_PATH}/${SHAREARCH_RELATIVE_PATH}"
|
||||||
AC_SUBST(SHAREARCH_PATH)
|
AC_SUBST(SHAREARCH_PATH)
|
||||||
#
|
|
||||||
# program_transform_name is formed for use in a Makefile, so create a
|
#
|
||||||
--
|
--
|
||||||
1.8.3.4
|
2.2.2
|
||||||
|
|
||||||
Reference in New Issue
Block a user