MagickCore 6.9.13
Loading...
Searching...
No Matches
_Image Struct Reference
Collaboration diagram for _Image:

Data Fields

ClassType storage_class
 
ColorspaceType colorspace
 
CompressionType compression
 
size_t quality
 
OrientationType orientation
 
MagickBooleanType taint
 
MagickBooleanType matte
 
size_t columns
 
size_t rows
 
size_t depth
 
size_t colors
 
PixelPacketcolormap
 
PixelPacket background_color
 
PixelPacket border_color
 
PixelPacket matte_color
 
double gamma
 
ChromaticityInfo chromaticity
 
RenderingIntent rendering_intent
 
void * profiles
 
ResolutionType units
 
char * montage
 
char * directory
 
char * geometry
 
ssize_t offset
 
double x_resolution
 
double y_resolution
 
RectangleInfo page
 
RectangleInfo extract_info
 
RectangleInfo tile_info
 
double bias
 
double blur
 
double fuzz
 
FilterTypes filter
 
InterlaceType interlace
 
EndianType endian
 
GravityType gravity
 
CompositeOperator compose
 
DisposeType dispose
 
struct _Imageclip_mask
 
size_t scene
 
size_t delay
 
ssize_t ticks_per_second
 
size_t iterations
 
size_t total_colors
 
ssize_t start_loop
 
ErrorInfo error
 
TimerInfo timer
 
MagickProgressMonitor progress_monitor
 
void * client_data
 
void * cache
 
void * attributes
 
Ascii85Infoascii85
 
BlobInfoblob
 
char filename [MaxTextExtent]
 
char magick_filename [MaxTextExtent]
 
char magick [MaxTextExtent]
 
size_t magick_columns
 
size_t magick_rows
 
ExceptionInfo exception
 
MagickBooleanType debug
 
ssize_t reference_count
 
SemaphoreInfosemaphore
 
ProfileInfo color_profile
 
ProfileInfo iptc_profile
 
ProfileInfogeneric_profile
 
size_t generic_profiles
 
size_t signature
 
struct _Imageprevious
 
struct _Imagelist
 
struct _Imagenext
 
InterpolatePixelMethod interpolate
 
MagickBooleanType black_point_compensation
 
PixelPacket transparent_color
 
struct _Imagemask
 
RectangleInfo tile_offset
 
void * properties
 
void * artifacts
 
ImageType type
 
MagickBooleanType dither
 
MagickSizeType extent
 
MagickBooleanType ping
 
size_t channels
 
time_t timestamp
 
PixelIntensityMethod intensity
 
size_t duration
 
long tietz_offset
 
time_t ttl
 

Detailed Description

Definition at line 133 of file image.h.

Field Documentation

◆ artifacts

void * _Image::artifacts

Definition at line 312 of file image.h.

◆ ascii85

Ascii85Info* _Image::ascii85

Definition at line 253 of file image.h.

◆ attributes

void * _Image::attributes

Definition at line 250 of file image.h.

◆ background_color

PixelPacket _Image::background_color

Definition at line 162 of file image.h.

◆ bias

double _Image::bias

Definition at line 199 of file image.h.

◆ black_point_compensation

MagickBooleanType _Image::black_point_compensation

Definition at line 299 of file image.h.

◆ blob

BlobInfo* _Image::blob

Definition at line 256 of file image.h.

◆ blur

double _Image::blur

Definition at line 200 of file image.h.

◆ border_color

PixelPacket _Image::border_color

Definition at line 163 of file image.h.

◆ cache

void * _Image::cache

Definition at line 249 of file image.h.

◆ channels

size_t _Image::channels

Definition at line 327 of file image.h.

◆ chromaticity

ChromaticityInfo _Image::chromaticity

Definition at line 170 of file image.h.

◆ client_data

void* _Image::client_data

Definition at line 248 of file image.h.

◆ clip_mask

struct _Image* _Image::clip_mask

Definition at line 222 of file image.h.

◆ color_profile

ProfileInfo _Image::color_profile

Definition at line 280 of file image.h.

◆ colormap

PixelPacket* _Image::colormap

Definition at line 161 of file image.h.

◆ colors

size_t _Image::colors

Definition at line 158 of file image.h.

◆ colorspace

ColorspaceType _Image::colorspace

Definition at line 139 of file image.h.

◆ columns

size_t _Image::columns

Definition at line 155 of file image.h.

◆ compose

CompositeOperator _Image::compose

Definition at line 216 of file image.h.

◆ compression

CompressionType _Image::compression

Definition at line 142 of file image.h.

◆ debug

MagickBooleanType _Image::debug

Definition at line 271 of file image.h.

◆ delay

size_t _Image::delay

Definition at line 226 of file image.h.

◆ depth

size_t _Image::depth

Definition at line 157 of file image.h.

◆ directory

char * _Image::directory

Definition at line 183 of file image.h.

◆ dispose

DisposeType _Image::dispose

Definition at line 219 of file image.h.

◆ dither

MagickBooleanType _Image::dither

Definition at line 318 of file image.h.

◆ duration

size_t _Image::duration

Definition at line 336 of file image.h.

◆ endian

EndianType _Image::endian

Definition at line 210 of file image.h.

◆ error

ErrorInfo _Image::error

Definition at line 239 of file image.h.

◆ exception

ExceptionInfo _Image::exception

Definition at line 268 of file image.h.

◆ extent

MagickSizeType _Image::extent

Definition at line 321 of file image.h.

◆ extract_info

RectangleInfo _Image::extract_info

Definition at line 195 of file image.h.

◆ filename

char _Image::filename[MaxTextExtent]

Definition at line 259 of file image.h.

◆ filter

FilterTypes _Image::filter

Definition at line 204 of file image.h.

◆ fuzz

double _Image::fuzz

Definition at line 201 of file image.h.

◆ gamma

double _Image::gamma

Definition at line 167 of file image.h.

◆ generic_profile

ProfileInfo * _Image::generic_profile

Definition at line 282 of file image.h.

◆ generic_profiles

size_t _Image::generic_profiles

Definition at line 285 of file image.h.

◆ geometry

char * _Image::geometry

Definition at line 184 of file image.h.

◆ gravity

GravityType _Image::gravity

Definition at line 213 of file image.h.

◆ intensity

PixelIntensityMethod _Image::intensity

Definition at line 333 of file image.h.

◆ interlace

InterlaceType _Image::interlace

Definition at line 207 of file image.h.

◆ interpolate

InterpolatePixelMethod _Image::interpolate

Definition at line 296 of file image.h.

◆ iptc_profile

ProfileInfo _Image::iptc_profile

Definition at line 281 of file image.h.

◆ iterations

size_t _Image::iterations

Definition at line 232 of file image.h.

◆ list

struct _Image * _Image::list

Definition at line 292 of file image.h.

◆ magick

char _Image::magick[MaxTextExtent]

Definition at line 261 of file image.h.

◆ magick_columns

size_t _Image::magick_columns

Definition at line 264 of file image.h.

◆ magick_filename

char _Image::magick_filename[MaxTextExtent]

Definition at line 260 of file image.h.

◆ magick_rows

size_t _Image::magick_rows

Definition at line 265 of file image.h.

◆ mask

struct _Image* _Image::mask

Definition at line 305 of file image.h.

◆ matte

MagickBooleanType _Image::matte

Definition at line 152 of file image.h.

◆ matte_color

PixelPacket _Image::matte_color

Definition at line 164 of file image.h.

◆ montage

char* _Image::montage

Definition at line 182 of file image.h.

◆ next

struct _Image * _Image::next

Definition at line 293 of file image.h.

◆ offset

ssize_t _Image::offset

Definition at line 187 of file image.h.

◆ orientation

OrientationType _Image::orientation

Definition at line 148 of file image.h.

◆ page

RectangleInfo _Image::page

Definition at line 194 of file image.h.

◆ ping

MagickBooleanType _Image::ping

Definition at line 324 of file image.h.

◆ previous

struct _Image* _Image::previous

Definition at line 291 of file image.h.

◆ profiles

void* _Image::profiles

Definition at line 176 of file image.h.

◆ progress_monitor

MagickProgressMonitor _Image::progress_monitor

Definition at line 245 of file image.h.

◆ properties

void* _Image::properties

Definition at line 311 of file image.h.

◆ quality

size_t _Image::quality

Definition at line 145 of file image.h.

◆ reference_count

ssize_t _Image::reference_count

Definition at line 274 of file image.h.

◆ rendering_intent

RenderingIntent _Image::rendering_intent

Definition at line 173 of file image.h.

◆ rows

size_t _Image::rows

Definition at line 156 of file image.h.

◆ scene

size_t _Image::scene

Definition at line 225 of file image.h.

◆ semaphore

SemaphoreInfo* _Image::semaphore

Definition at line 277 of file image.h.

◆ signature

size_t _Image::signature

Definition at line 288 of file image.h.

◆ start_loop

ssize_t _Image::start_loop

Definition at line 236 of file image.h.

◆ storage_class

ClassType _Image::storage_class

Definition at line 136 of file image.h.

◆ taint

MagickBooleanType _Image::taint

Definition at line 151 of file image.h.

◆ ticks_per_second

ssize_t _Image::ticks_per_second

Definition at line 229 of file image.h.

◆ tietz_offset

long _Image::tietz_offset

Definition at line 339 of file image.h.

◆ tile_info

RectangleInfo _Image::tile_info

Definition at line 196 of file image.h.

◆ tile_offset

RectangleInfo _Image::tile_offset

Definition at line 308 of file image.h.

◆ timer

TimerInfo _Image::timer

Definition at line 242 of file image.h.

◆ timestamp

time_t _Image::timestamp

Definition at line 330 of file image.h.

◆ total_colors

size_t _Image::total_colors

Definition at line 233 of file image.h.

◆ transparent_color

PixelPacket _Image::transparent_color

Definition at line 302 of file image.h.

◆ ttl

time_t _Image::ttl

Definition at line 342 of file image.h.

◆ type

ImageType _Image::type

Definition at line 315 of file image.h.

◆ units

ResolutionType _Image::units

Definition at line 179 of file image.h.

◆ x_resolution

double _Image::x_resolution

Definition at line 190 of file image.h.

◆ y_resolution

double _Image::y_resolution

Definition at line 191 of file image.h.


The documentation for this struct was generated from the following file: