Changeset 4683
- Timestamp:
- 07/01/11 08:18:22 (23 months ago)
- Location:
- ImageMagick/trunk
- Files:
-
- 4 edited
-
coders/jp2.c (modified) (1 diff)
-
magick/cache.c (modified) (1 diff)
-
magick/deprecate.c (modified) (1 diff)
-
magick/signature.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/coders/jp2.c
r4649 r4683 855 855 return(status); 856 856 /* 857 In tialize JPEG 2000 API.857 Initialize JPEG 2000 API. 858 858 */ 859 859 if (image->colorspace != RGBColorspace) -
ImageMagick/trunk/magick/cache.c
r4656 r4683 4500 4500 % 4501 4501 % QueueAuthenticPixels() queues a mutable pixel region. If the region is 4502 % successfully in tialized a pointer to a PixelPacket array representing the4502 % successfully initialized a pointer to a PixelPacket array representing the 4503 4503 % region is returned, otherwise NULL is returned. The returned pointer may 4504 4504 % point to a temporary working buffer for the pixels or it may point to the -
ImageMagick/trunk/magick/deprecate.c
r4649 r4683 6095 6095 % 6096 6096 % SetImagePixels() queues a mutable pixel region. 6097 % If the region is successfully in tialized a pointer to a PixelPacket6097 % If the region is successfully initialized a pointer to a PixelPacket 6098 6098 % array representing the region is returned, otherwise NULL is returned. 6099 6099 % The returned pointer may point to a temporary working buffer for the -
ImageMagick/trunk/magick/signature.c
r3824 r4683 376 376 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 377 377 % 378 % In tializeSignature() intializes the Signature accumulator.378 % InitializeSignature() initializes the Signature accumulator. 379 379 % 380 380 % The format of the DestroySignatureInfo method is:
Note: See TracChangeset
for help on using the changeset viewer.
