MagickCore/fx-private.h \
MagickCore/gem.c \
MagickCore/gem.h \
+ MagickCore/gem-private.h \
MagickCore/geometry.c \
MagickCore/geometry.h \
MagickCore/hashmap.c \
MagickCore/magick.h \
MagickCore/matrix.c \
MagickCore/matrix.h \
+ MagickCore/matrix-private.h \
MagickCore/memory.c \
MagickCore/memory_.h \
MagickCore/methods.h \
MagickCore/type.h \
MagickCore/utility.c \
MagickCore/utility.h \
+ MagickCore/utility-private.h \
MagickCore/version.c \
MagickCore/version.h \
MagickCore/vms.h \
MagickCore/draw-private.h \
MagickCore/exception-private.h \
MagickCore/fx-private.h \
+ MagickCore/gem-private.h \
MagickCore/image-private.h \
MagickCore/locale-private.h \
MagickCore/log-private.h \
MagickCore/mac.h \
MagickCore/magick-private.h \
MagickCore/magic-private.h \
+ MagickCore/matrix-private.h \
MagickCore/methods-private.h \
MagickCore/mime-private.h \
MagickCore/mime-private.h \
MagickCore/thread-private.h \
MagickCore/token-private.h \
MagickCore/type-private.h \
+ MagickCore/utility-private.h \
MagickCore/vms.h \
MagickCore/widget-private.h \
MagickCore/xwindow-private.h
#include "MagickCore/accelerate.h"
#include "MagickCore/artifact.h"
#include "MagickCore/cache.h"
+#include "MagickCore/cache-private.h"
#include "MagickCore/cache-view.h"
#include "MagickCore/color-private.h"
#include "MagickCore/enhance.h"
#include "MagickCore/string-private.h"
#include "MagickCore/transform.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#include "MagickCore/version.h"
#include "MagickCore/widget.h"
#include "MagickCore/widget-private.h"
#include "MagickCore/transform.h"
#include "MagickCore/type.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#include "MagickCore/xwindow.h"
#include "MagickCore/xwindow-private.h"
#if defined(MAGICKCORE_FREETYPE_DELEGATE)
#include "MagickCore/string-private.h"
#include "MagickCore/token.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#if defined(MAGICKCORE_HAVE_MMAP_FILEIO) && !defined(MAGICKCORE_WINDOWS_SUPPORT)
# include <sys/mman.h>
#endif
*GetVirtualPixelsNexus(const Cache,NexusInfo *);
extern MagickPrivate const void
+ *AcquirePixelCachePixels(const Image *,MagickSizeType *,ExceptionInfo *),
*GetVirtualMetacontentFromNexus(const Cache,NexusInfo *);
extern MagickPrivate MagickBooleanType
CacheComponentGenesis(void),
- SyncAuthenticPixelCacheNexus(Image *,NexusInfo *,ExceptionInfo *);
+ SyncAuthenticPixelCacheNexus(Image *,NexusInfo *,ExceptionInfo *),
+ SyncImagePixelCache(Image *,ExceptionInfo *);
extern MagickPrivate MagickSizeType
GetPixelCacheNexusExtent(const Cache,NexusInfo *);
extern MagickPrivate size_t
GetPixelCacheChannels(const Cache);
+extern MagickPrivate VirtualPixelMethod
+ GetPixelCacheVirtualMethod(const Image *),
+ SetPixelCacheVirtualMethod(const Image *,const VirtualPixelMethod);
+
extern MagickPrivate void
CacheComponentTerminus(void),
ClonePixelCacheMethods(Cache,const Cache),
*GetPixelCacheNexusMetacontent(const Cache,NexusInfo *),
+ *GetPixelCachePixels(Image *,MagickSizeType *,ExceptionInfo *),
GetPixelCacheTileSize(const Image *,size_t *,size_t *),
GetPixelCacheMethods(CacheMethods *),
SetPixelCacheMethods(Cache,CacheMethods *);
#include "MagickCore/string-private.h"
#include "MagickCore/thread-private.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#if defined(MAGICKCORE_ZLIB_DELEGATE)
#include "zlib.h"
#endif
% o exception: return any errors or warnings in this structure.
%
*/
-MagickExport const void *AcquirePixelCachePixels(const Image *image,
+MagickPrivate const void *AcquirePixelCachePixels(const Image *image,
MagickSizeType *length,ExceptionInfo *exception)
{
CacheInfo
% o exception: return any errors or warnings in this structure.
%
*/
-MagickExport void *GetPixelCachePixels(Image *image,MagickSizeType *length,
+MagickPrivate void *GetPixelCachePixels(Image *image,MagickSizeType *length,
ExceptionInfo *exception)
{
CacheInfo
% o image: the image.
%
*/
-MagickExport VirtualPixelMethod GetPixelCacheVirtualMethod(const Image *image)
+MagickPrivate VirtualPixelMethod GetPixelCacheVirtualMethod(const Image *image)
{
CacheInfo
*cache_info;
% o virtual_pixel_method: choose the type of virtual pixel.
%
*/
-MagickExport VirtualPixelMethod SetPixelCacheVirtualMethod(const Image *image,
+MagickPrivate VirtualPixelMethod SetPixelCacheVirtualMethod(const Image *image,
const VirtualPixelMethod virtual_pixel_method)
{
CacheInfo
% %
% %
% %
-% S y n c I m a g e P i x e l C a c h e %
++ S y n c I m a g e P i x e l C a c h e %
% %
% %
% %
% o exception: return any errors or warnings in this structure.
%
*/
-MagickExport MagickBooleanType SyncImagePixelCache(Image *image,
+MagickPrivate MagickBooleanType SyncImagePixelCache(Image *image,
ExceptionInfo *exception)
{
CacheInfo
*GetVirtualPixelQueue(const Image *);
extern MagickExport const void
- *AcquirePixelCachePixels(const Image *,MagickSizeType *,ExceptionInfo *),
*GetVirtualMetacontent(const Image *);
extern MagickExport MagickBooleanType
ExceptionInfo *),
PersistPixelCache(Image *,const char *,const MagickBooleanType,
MagickOffsetType *,ExceptionInfo *),
- SyncAuthenticPixels(Image *,ExceptionInfo *),
- SyncImagePixelCache(Image *,ExceptionInfo *);
+ SyncAuthenticPixels(Image *,ExceptionInfo *);
extern MagickExport MagickSizeType
GetImageExtent(const Image *);
*QueueAuthenticPixels(Image *,const ssize_t,const ssize_t,const size_t,
const size_t,ExceptionInfo *);
-extern MagickExport VirtualPixelMethod
- GetPixelCacheVirtualMethod(const Image *),
- SetPixelCacheVirtualMethod(const Image *,const VirtualPixelMethod);
-
extern MagickExport void
- *GetAuthenticMetacontent(const Image *),
- *GetPixelCachePixels(Image *,MagickSizeType *,ExceptionInfo *);
+ *GetAuthenticMetacontent(const Image *);
#if defined(__cplusplus) || defined(c_plusplus)
}
#include "MagickCore/splay-tree.h"
#include "MagickCore/token.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#include "MagickCore/xml-tree.h"
\f
/*
#include "MagickCore/exception.h"
#include "MagickCore/exception-private.h"
#include "MagickCore/gem.h"
+#include "MagickCore/gem-private.h"
#include "MagickCore/geometry.h"
#include "MagickCore/image-private.h"
#include "MagickCore/memory_.h"
#include "MagickCore/string_.h"
#include "MagickCore/token.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#include "MagickCore/xml-tree.h"
\f
/*
#include "MagickCore/image.h"
#include "MagickCore/image-private.h"
#include "MagickCore/gem.h"
+#include "MagickCore/gem-private.h"
#include "MagickCore/memory_.h"
#include "MagickCore/monitor.h"
#include "MagickCore/monitor-private.h"
#include "MagickCore/string_.h"
#include "MagickCore/thread-private.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#include "MagickCore/version.h"
\f
/*
#include "MagickCore/string_.h"
#include "MagickCore/token.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#include "MagickCore/xml-tree.h"
\f
/*
#include "MagickCore/timer.h"
#include "MagickCore/transform.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
\f
static SemaphoreInfo
*constitute_semaphore = (SemaphoreInfo *) NULL;
#include "MagickCore/string_.h"
#include "MagickCore/token.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#include "MagickCore/xml-tree.h"
\f
/*
#include "MagickCore/transform.h"
#include "MagickCore/threshold.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#include "MagickCore/version.h"
#include "MagickCore/widget.h"
#include "MagickCore/widget-private.h"
#include "MagickCore/image.h"
#include "MagickCore/list.h"
#include "MagickCore/matrix.h"
+#include "MagickCore/matrix-private.h"
#include "MagickCore/memory_.h"
#include "MagickCore/monitor-private.h"
#include "MagickCore/option.h"
#include "MagickCore/exception-private.h"
#include "MagickCore/fx.h"
#include "MagickCore/gem.h"
+#include "MagickCore/gem-private.h"
#include "MagickCore/geometry.h"
#include "MagickCore/histogram.h"
#include "MagickCore/image.h"
#include "MagickCore/memory_.h"
#include "MagickCore/string_.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
\f
/*
Forward declarations.
%
*/
-MagickExport MagickBooleanType ThrowMagickExceptionList(
- ExceptionInfo *exception,const char *module,const char *function,
- const size_t line,const ExceptionType severity,const char *tag,
- const char *format,va_list operands)
+static MagickBooleanType ThrowMagickExceptionList(ExceptionInfo *exception,
+ const char *module,const char *function,const size_t line,
+ const ExceptionType severity,const char *tag,const char *format,
+ va_list operands)
{
char
message[MaxTextExtent],
const char *),
ThrowMagickException(ExceptionInfo *,const char *,const char *,const size_t,
const ExceptionType,const char *,const char *,...)
- magick_attribute((format (printf,7,8))),
- ThrowMagickExceptionList(ExceptionInfo *,const char *,const char *,
- const size_t,const ExceptionType,const char *,const char *,va_list)
- magick_attribute((format (printf,7,0)));
+ magick_attribute((format (printf,7,8)));
extern MagickExport void
CatchException(ExceptionInfo *),
--- /dev/null
+/*
+ Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
+ dedicated to making software imaging solutions freely available.
+
+ You may not use this file except in compliance with the License.
+ obtain a copy of the License at
+
+ http://www.imagemagick.org/script/license.php
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+ MagickCore private graphic gems methods.
+*/
+#ifndef _MAGICKCORE_GEM_PRIVATE_H
+#define _MAGICKCORE_GEM_PRIVATE_H
+
+#if defined(__cplusplus) || defined(c_plusplus)
+extern "C" {
+#endif
+
+extern MagickPrivate void
+ ConvertHSBToRGB(const double,const double,const double,Quantum *,Quantum *,
+ Quantum *),
+ ConvertHWBToRGB(const double,const double,const double,Quantum *,Quantum *,
+ Quantum *),
+ ConvertRGBToHSB(const Quantum,const Quantum,const Quantum,double *,double *,
+ double *),
+ ConvertRGBToHWB(const Quantum,const Quantum,const Quantum,double *,double *,
+ double *);
+
+#if defined(__cplusplus) || defined(c_plusplus)
+}
+#endif
+
+#endif
#include "MagickCore/color-private.h"
#include "MagickCore/draw.h"
#include "MagickCore/gem.h"
+#include "MagickCore/gem-private.h"
#include "MagickCore/image.h"
#include "MagickCore/image-private.h"
#include "MagickCore/log.h"
% o red, green, blue: A pointer to a pixel component of type Quantum.
%
*/
-MagickExport void ConvertHSBToRGB(const double hue,const double saturation,
+MagickPrivate void ConvertHSBToRGB(const double hue,const double saturation,
const double brightness,Quantum *red,Quantum *green,Quantum *blue)
{
MagickRealType
% o red, green, blue: A pointer to a pixel component of type Quantum.
%
*/
-MagickExport void ConvertHWBToRGB(const double hue,const double whiteness,
+MagickPrivate void ConvertHWBToRGB(const double hue,const double whiteness,
const double blackness,Quantum *red,Quantum *green,Quantum *blue)
{
MagickRealType
% component of the HSB color space.
%
*/
-MagickExport void ConvertRGBToHSB(const Quantum red,const Quantum green,
+MagickPrivate void ConvertRGBToHSB(const Quantum red,const Quantum green,
const Quantum blue,double *hue,double *saturation,double *brightness)
{
MagickRealType
% component of the HWB color space.
%
*/
-MagickExport void ConvertRGBToHWB(const Quantum red,const Quantum green,
+MagickPrivate void ConvertRGBToHWB(const Quantum red,const Quantum green,
const Quantum blue,double *hue,double *whiteness,double *blackness)
{
long
See the License for the specific language governing permissions and
limitations under the License.
- MagickCore private graphic gems methods.
+ MagickCore graphic gems methods.
*/
-#ifndef _MAGICKCORE_GEM_PRIVATE_H
-#define _MAGICKCORE_GEM_PRIVATE_H
+#ifndef _MAGICKCORE_GEM_H
+#define _MAGICKCORE_GEM_H
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
GetOptimalKernelWidth2D(const double,const double);
extern MagickExport void
- ConvertHSBToRGB(const double,const double,const double,Quantum *,Quantum *,
- Quantum *),
ConvertHSLToRGB(const double,const double,const double,Quantum *,Quantum *,
Quantum *),
- ConvertHWBToRGB(const double,const double,const double,Quantum *,Quantum *,
- Quantum *),
- ConvertRGBToHSB(const Quantum,const Quantum,const Quantum,double *,double *,
- double *),
ConvertRGBToHSL(const Quantum,const Quantum,const Quantum,double *,double *,
- double *),
- ConvertRGBToHWB(const Quantum,const Quantum,const Quantum,double *,double *,
double *);
#if defined(__cplusplus) || defined(c_plusplus)
#include "MagickCore/string-private.h"
#include "MagickCore/timer.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#include "MagickCore/version.h"
#if defined(MAGICKCORE_LCMS_DELEGATE)
#if defined(MAGICKCORE_HAVE_LCMS_LCMS2_H)
#include "MagickCore/threshold.h"
#include "MagickCore/timer.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#include "MagickCore/version.h"
#include "MagickCore/xwindow-private.h"
\f
#include "MagickCore/string_.h"
#include "MagickCore/token.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#include "MagickCore/xml-tree.h"
\f
/*
#include "MagickCore/thread_.h"
#include "MagickCore/thread-private.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#include "MagickCore/version.h"
#include "MagickCore/xml-tree.h"
\f
#include "MagickCore/string-private.h"
#include "MagickCore/token.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#include "MagickCore/xml-tree.h"
\f
/*
#include "MagickCore/type-private.h"
#include "MagickCore/token.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#include "MagickCore/xwindow-private.h"
\f
/*
--- /dev/null
+/*
+ Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
+ dedicated to making software imaging solutions freely available.
+
+ You may not use this file except in compliance with the License.
+ obtain a copy of the License at
+
+ http://www.imagemagick.org/script/license.php
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+ MagickCore private graphic matrix methods.
+*/
+#ifndef _MAGICKCORE_MATRIX_PRIVATE_H
+#define _MAGICKCORE_MATRIX_PRIVATE_H
+
+#if defined(__cplusplus) || defined(c_plusplus)
+extern "C" {
+#endif
+
+extern MagickPrivate MagickBooleanType
+ GaussJordanElimination(double **,double **,const size_t,const size_t);
+
+extern MagickPrivate void
+ LeastSquaresAddTerms(double **,double **,const double *,const double *,
+ const size_t, const size_t);
+
+#if defined(__cplusplus) || defined(c_plusplus)
+}
+#endif
+
+#endif
*/
#include "MagickCore/studio.h"
#include "MagickCore/matrix.h"
+#include "MagickCore/matrix-private.h"
#include "MagickCore/memory_.h"
#include "MagickCore/utility.h"
\f
% details see http://en.wikipedia.org/wiki/Gauss-Jordan_elimination
%
*/
-MagickExport MagickBooleanType GaussJordanElimination(double **matrix,
+MagickPrivate MagickBooleanType GaussJordanElimination(double **matrix,
double **vectors,const size_t rank,const size_t number_vectors)
{
#define GaussJordanSwap(x,y) \
% RelinquishMagickMatrix(vectors,2UL);
%
*/
-MagickExport void LeastSquaresAddTerms(double **matrix,double **vectors,
+MagickPrivate void LeastSquaresAddTerms(double **matrix,double **vectors,
const double *terms,const double *results,const size_t rank,
const size_t number_vectors)
{
**AcquireMagickMatrix(const size_t,const size_t),
**RelinquishMagickMatrix(double **,const size_t);
-extern MagickExport MagickBooleanType
- GaussJordanElimination(double **,double **,const size_t,const size_t);
-
-extern MagickExport void
- LeastSquaresAddTerms(double **,double **,const double *,const double *,
- const size_t, const size_t);
-
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif
#include "MagickCore/string_.h"
#include "MagickCore/token.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#include "MagickCore/xml-tree.h"
\f
/*
#include "MagickCore/string_.h"
#include "MagickCore/token.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#if defined(MAGICKCORE_MODULES_SUPPORT)
#if defined(MAGICKCORE_LTDL_DELEGATE)
#include "ltdl.h"
#include "MagickCore/resource_.h"
#include "MagickCore/string_.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#include "MagickCore/version.h"
\f
/*
#include "MagickCore/string-private.h"
#include "MagickCore/token.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
\f
/*
#include "MagickCore/string_.h"
#include "MagickCore/token.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#include "MagickCore/xml-tree.h"
\f
/*
#include "MagickCore/string-private.h"
#include "MagickCore/token.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#include "MagickCore/version.h"
#include "MagickCore/xml-tree.h"
\f
#include "MagickCore/transform.h"
#include "MagickCore/signature-private.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
/*
EWA Resampling Options
*/
#include "MagickCore/string-private.h"
#include "MagickCore/thread-private.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#include "MagickCore/version.h"
#if defined(MAGICKCORE_LQR_DELEGATE)
#include <lqr.h>
#include "MagickCore/thread-private.h"
#include "MagickCore/token.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
\f
/*
Typedef declarations.
#include "MagickCore/token.h"
#include "MagickCore/token-private.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
\f
/*
Typedef declaractions.
#include "MagickCore/type-private.h"
#include "MagickCore/token.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#include "MagickCore/xml-tree.h"
#if defined(MAGICKCORE_FONTCONFIG_DELEGATE)
# include "fontconfig/fontconfig.h"
--- /dev/null
+/*
+ Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
+ dedicated to making software imaging solutions freely available.
+
+ You may not use this file except in compliance with the License.
+ obtain a copy of the License at
+
+ http://www.imagemagick.org/script/license.php
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+ MagickCore private utility methods.
+*/
+#ifndef _MAGICKCORE_UTILITY_PRIVATE_H
+#define _MAGICKCORE_UTILITY_PRIVATE_H
+
+#if defined(__cplusplus) || defined(c_plusplus)
+extern "C" {
+#endif
+
+extern MagickPrivate char
+ **GetPathComponents(const char *,size_t *),
+ **ListFiles(const char *,const char *,size_t *);
+
+extern MagickPrivate MagickBooleanType
+ GetExecutionPath(char *,const size_t);
+
+extern MagickPrivate ssize_t
+ GetMagickPageSize(void);
+
+extern MagickPrivate void
+ ChopPathComponents(char *,const size_t),
+ ExpandFilename(char *),
+ MagickDelay(const MagickSizeType);
+
+#if defined(__cplusplus) || defined(c_plusplus)
+}
+#endif
+
+#endif
#include "MagickCore/string_.h"
#include "MagickCore/token.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#if defined(MAGICKCORE_HAVE_PROCESS_H)
#include <process.h>
#endif
% o components: The number of components to chop.
%
*/
-MagickExport void ChopPathComponents(char *path,const size_t components)
+MagickPrivate void ChopPathComponents(char *path,const size_t components)
{
register ssize_t
i;
% path.
%
*/
-MagickExport void ExpandFilename(char *path)
+MagickPrivate void ExpandFilename(char *path)
{
char
expand_path[MaxTextExtent];
% o extent: the maximum extent of the path.
%
*/
-MagickExport MagickBooleanType GetExecutionPath(char *path,const size_t extent)
+MagickPrivate MagickBooleanType GetExecutionPath(char *path,const size_t extent)
{
char
*directory;
% ssize_t GetMagickPageSize()
%
*/
-MagickExport ssize_t GetMagickPageSize(void)
+MagickPrivate ssize_t GetMagickPageSize(void)
{
static ssize_t
page_size = -1;
% o number_components: return the number of components in the list
%
*/
-MagickExport char **GetPathComponents(const char *path,
+MagickPrivate char **GetPathComponents(const char *path,
size_t *number_components)
{
char
#endif
}
-MagickExport char **ListFiles(const char *directory,const char *pattern,
+MagickPrivate char **ListFiles(const char *directory,const char *pattern,
size_t *number_entries)
{
char
% returning.
%
*/
-MagickExport void MagickDelay(const MagickSizeType milliseconds)
+MagickPrivate void MagickDelay(const MagickSizeType milliseconds)
{
if (milliseconds == 0)
return;
%
% o label: This character string is the label.
%
-%
*/
MagickExport size_t MultilineCensus(const char *label)
{
} PathType;
extern MagickExport char
- *Base64Encode(const unsigned char *,const size_t,size_t *),
- **GetPathComponents(const char *,size_t *),
- **ListFiles(const char *,const char *,size_t *);
+ *Base64Encode(const unsigned char *,const size_t,size_t *);
extern MagickExport FILE
*OpenMagickStream(const char *,const char *);
AcquireUniqueSymbolicLink(const char *,char *),
ExpandFilenames(int *,char ***),
GetPathAttributes(const char *,void *),
- GetExecutionPath(char *,const size_t),
IsMagickTrue(const char *),
IsPathAccessible(const char *);
extern MagickExport size_t
MultilineCensus(const char *);
-extern MagickExport ssize_t
- GetMagickPageSize(void);
-
extern MagickExport unsigned char
*Base64Decode(const char *, size_t *);
extern MagickExport void
AppendImageFormat(const char *,char *),
- ChopPathComponents(char *,const size_t),
- ExpandFilename(char *),
- GetPathComponent(const char *,PathType,char *),
- MagickDelay(const MagickSizeType);
+ GetPathComponent(const char *,PathType,char *);
#if defined(__cplusplus) || defined(c_plusplus)
}
#include "MagickCore/option.h"
#include "MagickCore/string_.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#include "MagickCore/version.h"
\f
/*
#define MagickLibAddendum "-0"
#define MagickLibInterface 5
#define MagickLibMinInterface 5
-#define MagickReleaseDate "2011-09-02"
+#define MagickReleaseDate "2011-09-03"
#define MagickChangeDate "20110801"
#define MagickAuthoritativeURL "http://www.imagemagick.org"
#if defined(MAGICKCORE_OPENMP_SUPPORT)
#include "MagickCore/string_.h"
#include "MagickCore/token.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#include "MagickCore/xwindow-private.h"
#include "MagickCore/widget.h"
#include "MagickCore/widget-private.h"
#include "MagickCore/token-private.h"
#include "MagickCore/xml-tree.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
\f
/*
Define declarations.
#include "MagickCore/string-private.h"
#include "MagickCore/transform.h"
#include "MagickCore/utility.h"
+#include "MagickCore/utility-private.h"
#include "MagickCore/widget.h"
#include "MagickCore/widget-private.h"
#include "MagickCore/xwindow.h"
MagickCore/exception-private.h MagickCore/feature.c \
MagickCore/feature.h MagickCore/fourier.c MagickCore/fourier.h \
MagickCore/fx.c MagickCore/fx.h MagickCore/fx-private.h \
- MagickCore/gem.c MagickCore/gem.h MagickCore/geometry.c \
- MagickCore/geometry.h MagickCore/hashmap.c \
- MagickCore/hashmap.h MagickCore/histogram.c \
- MagickCore/histogram.h MagickCore/identify.c \
- MagickCore/identify.h MagickCore/image.c MagickCore/image.h \
- MagickCore/image-private.h MagickCore/image-view.c \
- MagickCore/image-view.h MagickCore/layer.c MagickCore/layer.h \
- MagickCore/list.c MagickCore/list.h MagickCore/locale.c \
- MagickCore/locale_.h MagickCore/log.c MagickCore/log.h \
- MagickCore/mac.h MagickCore/magic.c MagickCore/magic.h \
- MagickCore/magick.c MagickCore/magick-config.h \
- MagickCore/magick-type.h MagickCore/magick.h \
- MagickCore/matrix.c MagickCore/matrix.h MagickCore/memory.c \
+ MagickCore/gem.c MagickCore/gem.h MagickCore/gem-private.h \
+ MagickCore/geometry.c MagickCore/geometry.h \
+ MagickCore/hashmap.c MagickCore/hashmap.h \
+ MagickCore/histogram.c MagickCore/histogram.h \
+ MagickCore/identify.c MagickCore/identify.h MagickCore/image.c \
+ MagickCore/image.h MagickCore/image-private.h \
+ MagickCore/image-view.c MagickCore/image-view.h \
+ MagickCore/layer.c MagickCore/layer.h MagickCore/list.c \
+ MagickCore/list.h MagickCore/locale.c MagickCore/locale_.h \
+ MagickCore/log.c MagickCore/log.h MagickCore/mac.h \
+ MagickCore/magic.c MagickCore/magic.h MagickCore/magick.c \
+ MagickCore/magick-config.h MagickCore/magick-type.h \
+ MagickCore/magick.h MagickCore/matrix.c MagickCore/matrix.h \
+ MagickCore/matrix-private.h MagickCore/memory.c \
MagickCore/memory_.h MagickCore/methods.h MagickCore/mime.c \
MagickCore/mime.h MagickCore/module.c MagickCore/module.h \
MagickCore/monitor.c MagickCore/monitor.h \
MagickCore/token-private.h MagickCore/transform.c \
MagickCore/transform.h MagickCore/threshold.c \
MagickCore/threshold.h MagickCore/type.c MagickCore/type.h \
- MagickCore/utility.c MagickCore/utility.h MagickCore/version.c \
+ MagickCore/utility.c MagickCore/utility.h \
+ MagickCore/utility-private.h MagickCore/version.c \
MagickCore/version.h MagickCore/vms.h MagickCore/widget.c \
MagickCore/widget.h MagickCore/widget-private.h \
MagickCore/xml-tree.c MagickCore/xml-tree.h \
MagickCore/fx-private.h \
MagickCore/gem.c \
MagickCore/gem.h \
+ MagickCore/gem-private.h \
MagickCore/geometry.c \
MagickCore/geometry.h \
MagickCore/hashmap.c \
MagickCore/magick.h \
MagickCore/matrix.c \
MagickCore/matrix.h \
+ MagickCore/matrix-private.h \
MagickCore/memory.c \
MagickCore/memory_.h \
MagickCore/methods.h \
MagickCore/type.h \
MagickCore/utility.c \
MagickCore/utility.h \
+ MagickCore/utility-private.h \
MagickCore/version.c \
MagickCore/version.h \
MagickCore/vms.h \
MagickCore/draw-private.h \
MagickCore/exception-private.h \
MagickCore/fx-private.h \
+ MagickCore/gem-private.h \
MagickCore/image-private.h \
MagickCore/locale-private.h \
MagickCore/log-private.h \
MagickCore/mac.h \
MagickCore/magick-private.h \
MagickCore/magic-private.h \
+ MagickCore/matrix-private.h \
MagickCore/methods-private.h \
MagickCore/mime-private.h \
MagickCore/mime-private.h \
MagickCore/thread-private.h \
MagickCore/token-private.h \
MagickCore/type-private.h \
+ MagickCore/utility-private.h \
MagickCore/vms.h \
MagickCore/widget-private.h \
MagickCore/xwindow-private.h
}
for (x=0; x < (ssize_t) image->columns; x++)
{
- ConvertRGBToHSB(GetPixelRed(image,p),GetPixelGreen(image,p),
+ ConvertRGBToHSL(GetPixelRed(image,p),GetPixelGreen(image,p),
GetPixelBlue(image,p),&hue,&saturation,&brightness);
brightness*=QuantumRange;
brightness_sum_x+=brightness;