option=(const StringInfo *) GetNextValueInLinkedList(options);
}
options=DestroyConfigureOptions(options);
- if ((coder_list == (SplayTreeInfo *) NULL) ||
+ if ((coder_list == (SplayTreeInfo *) NULL) ||
(GetNumberOfNodesInSplayTree(coder_list) == 0))
status|=LoadCoderList(CoderMap,"built-in",0,exception);
return(status != 0 ? MagickTrue : MagickFalse);
x=X/0.9504559271;
if (x > (216/24389.0))
x=pow(x,1.0/3.0);
- else
+ else
x=(7.787*x)+(16.0/116.0);
y=Y/1.00000;
if (y > (216/24389.0))
{
register long
x;
-
+
if (status == MagickFalse)
continue;
for (x=0; x < (long) image->columns; x+=texture->columns)
{
MagickBooleanType
thread_status;
-
+
thread_status=CompositeImage(image,image->compose,texture,x+
texture->tile_offset.x,y+texture->tile_offset.y);
if (thread_status == MagickFalse)
{
MagickBooleanType
proceed;
-
+
#if defined(_OPENMP) && (_OPENMP >= 200203)
#pragma omp critical (MagickCore_TextureImage)
#endif
*random_info;
static MagickRealType
- o2[4]={0.2f, 0.6f, 0.8f, 0.4f},
- o3[9]={0.1f, 0.6f, 0.3f, 0.7f, 0.5f, 0.8f, 0.4f, 0.9f, 0.2f},
+ o2[4]={0.2f, 0.6f, 0.8f, 0.4f},
+ o3[9]={0.1f, 0.6f, 0.3f, 0.7f, 0.5f, 0.8f, 0.4f, 0.9f, 0.2f},
o4[16]={0.1f, 0.7f, 1.1f, 0.3f, 1.0f, 0.5f, 1.5f, 0.8f, 1.4f, 1.6f, 0.6f,
- 1.2f, 0.4f, 0.9f, 1.3f, 0.2f},
+ 1.2f, 0.4f, 0.9f, 1.3f, 0.2f},
threshold=128;
unsigned long
%
% SetImageAttribute() searches the list of image attributes and replaces the
% attribute value. If it is not found in the list, the attribute name
-% and value is added to the list.
+% and value is added to the list.
%
% The format of the SetImageAttribute method is:
%
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
-% GenerateDifferentialNoise()
+% GenerateDifferentialNoise() generates differentual noise.
%
% The format of the GenerateDifferentialNoise method is:
%
option=(const StringInfo *) GetNextValueInLinkedList(options);
}
options=DestroyConfigureOptions(options);
- if ((magic_list == (LinkedListInfo *) NULL) ||
+ if ((magic_list == (LinkedListInfo *) NULL) ||
(IsLinkedListEmpty(magic_list) != MagickFalse))
{
(void) ThrowMagickException(exception,GetMagickModule(),ConfigureWarning,
option=(const StringInfo *) GetNextValueInLinkedList(options);
}
options=DestroyConfigureOptions(options);
- if ((mime_list == (LinkedListInfo *) NULL) ||
+ if ((mime_list == (LinkedListInfo *) NULL) ||
(IsLinkedListEmpty(mime_list) != MagickFalse))
status|=LoadMimeList(MimeMap,"built-in",0,exception);
else
"GPL Ghostscript",
"GNU Ghostscript",
"AFPL Ghostscript",
- "Aladdin Ghostscript"
+ "Aladdin Ghostscript"
};
/*
int
i,
extent;
-
+
static const char
*product_family = (const char *) NULL;
quantum[8];
p=(double *) quantum;
- *p=(double) (pixel*quantum_state->inverse_scale+quantum_state->minimum);
+ *p=(double) (pixel*quantum_state->inverse_scale+quantum_state->minimum);
if (quantum_state->endian != LSBEndian)
{
*pixels++=quantum[7];
p=(float *) quantum;
*p=(float) ((double) pixel*quantum_state->inverse_scale+
- quantum_state->minimum);
+ quantum_state->minimum);
if (quantum_state->endian != LSBEndian)
{
*pixels++=quantum[3];
{
register RegistryInfo
*p;
-
+
p=(RegistryInfo *) registry_info;
switch (p->type)
{
p->value=(void *) DestroyImageInfo((ImageInfo *) p->value);
break;
}
- }
+ }
return(RelinquishMagickMemory(p));
}
Typedef declarations.
*/
struct _SignatureInfo
-{
+{
unsigned int
digestsize,
blocksize;