Home
last modified time | relevance | path

Searched refs:wand (Results 1 – 25 of 1653) sorted by relevance

12345678910>>...67

/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/TclMagick/tests/
H A Dtest-wand.tcl210 debug $wand
217 debug $wand
268 debug $wand
274 debug $wand
292 debug $wand
311 debug $wand
318 debug $wand
324 set wand [magick create wand]
335 set wand [magick create wand]
1155 set wand [magick create wand imgX]
[all …]
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/wand/
H A Dmagick-image.c711 status=AnimateImages(wand->image_info,wand->images); in MagickAnimateImages()
2816 status=DisplayImages(wand->image_info,wand->images); in MagickDisplayImages()
3505 flip_image=FlipImage(wand->images,wand->exception); in MagickFlipImage()
3580 y % wand->images->rows,&target,wand->exception); in MagickFloodfillPaintImage()
3625 flop_image=FlopImage(wand->images,wand->exception); in MagickFlopImage()
4215 return(ImageToBlob(wand->image_info,wand->images,length,wand->exception)); in MagickGetImageBlob()
6188 return(GetImageType(wand->images,wand->exception)); in MagickGetImageType()
6761 *wand; in MagickInverseFourierTransformImage() local
7864 wand->images=GetNextImageInList(wand->images); in MagickNextImage()
8560 wand->images=GetPreviousImageInList(wand->images); in MagickPreviousImage()
[all …]
H A Dpixel-wand.c236 wand->exception=DestroyExceptionInfo(wand->exception); in DestroyPixelWand()
239 wand=(PixelWand *) RelinquishMagickMemory(wand); in DestroyPixelWand()
240 return(wand); in DestroyPixelWand()
281 wand[i]=DestroyPixelWand(wand[i]); in DestroyPixelWands()
282 wand=(PixelWand **) RelinquishMagickMemory(wand); in DestroyPixelWands()
283 return(wand); in DestroyPixelWands()
388 *wand; in NewPixelWand() local
397 wand=(PixelWand *) AcquireCriticalMemory(sizeof(*wand)); in NewPixelWand()
398 (void) memset(wand,0,sizeof(*wand)); in NewPixelWand()
1288 (wand->pixel.red*(QuantumRange-wand->pixel.index)+wand->pixel.index)); in PixelGetQuantumColor()
[all …]
H A DMakefile.am38 wand/drawing-wand.c \
48 wand/magick-wand.c \
49 wand/magick-wand.h \
59 wand/pixel-wand.c \
60 wand/pixel-wand.h \
65 wand/wand.c \
66 wand/wand.h \
67 wand/wand-view.c \
68 wand/wand-view.h
92 wand/wand-view.h
[all …]
H A Dmagick-property.c86 if (wand->debug != MagickFalse) in MagickDeleteImageArtifact()
127 if (wand->debug != MagickFalse) in MagickDeleteImageProperty()
640 wand->name); in MagickGetImageArtifacts()
791 wand->name); in MagickGetImageProfiles()
928 wand->name); in MagickGetImageProperties()
1129 wand->name); in MagickGetOptions()
1730 InheritException(wand->exception,&wand->images->exception); in MagickProfileImage()
2046 wand->image_info->extract=DestroyString(wand->image_info->extract); in MagickSetExtract()
2257 InheritException(wand->exception,&wand->images->exception); in MagickSetImageArtifact()
2313 InheritException(wand->exception,&wand->images->exception); in MagickSetImageProfile()
[all …]
H A Ddrawing-wand.c218 wand->mvg[wand->mvg_length]=' '; in MVGPrintf()
222 wand->mvg[wand->mvg_length]='\0'; in MVGPrintf()
242 wand->mvg[wand->mvg_length]='\0'; in MVGPrintf()
243 if ((wand->mvg_length > 1) && (wand->mvg[wand->mvg_length-1] == '\n')) in MVGPrintf()
388 wand->image=DestroyImage(wand->image); in AcquireDrawingWand()
423 for ( ; wand->index > 0; wand->index--) in ClearDrawingWand()
430 wand->mvg=DestroyString(wand->mvg); in ClearDrawingWand()
432 wand->image=DestroyImage(wand->image); in ClearDrawingWand()
571 for ( ; wand->index > 0; wand->index--) in DestroyDrawingWand()
578 wand->mvg=DestroyString(wand->mvg); in DestroyDrawingWand()
[all …]
H A Dmagick-wand.c84 wand->image_info=DestroyImageInfo(wand->image_info); in ClearMagickWand()
85 wand->images=DestroyImageList(wand->images); in ClearMagickWand()
172 wand->images=DestroyImageList(wand->images); in DestroyMagickWand()
176 wand->image_info=DestroyImageInfo(wand->image_info); in DestroyMagickWand()
181 wand=(MagickWand *) RelinquishMagickMemory(wand); in DestroyMagickWand()
834 wand->images=GetFirstImageInList(wand->images); in MagickResetIterator()
878 wand->images=GetFirstImageInList(wand->images); in MagickSetFirstIterator()
984 wand->images=GetLastImageInList(wand->images); in MagickSetLastIterator()
1064 *wand; in NewMagickWand() local
1077 (void) memset(wand,0,sizeof(*wand)); in NewMagickWand()
[all …]
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/wand/
H A Dmagick-image.c711 status=AnimateImages(wand->image_info,wand->images); in MagickAnimateImages()
2816 status=DisplayImages(wand->image_info,wand->images); in MagickDisplayImages()
3505 flip_image=FlipImage(wand->images,wand->exception); in MagickFlipImage()
3580 y % wand->images->rows,&target,wand->exception); in MagickFloodfillPaintImage()
3625 flop_image=FlopImage(wand->images,wand->exception); in MagickFlopImage()
4215 return(ImageToBlob(wand->image_info,wand->images,length,wand->exception)); in MagickGetImageBlob()
6188 return(GetImageType(wand->images,wand->exception)); in MagickGetImageType()
6761 *wand; in MagickInverseFourierTransformImage() local
7864 wand->images=GetNextImageInList(wand->images); in MagickNextImage()
8560 wand->images=GetPreviousImageInList(wand->images); in MagickPreviousImage()
[all …]
H A Dpixel-wand.c236 wand->exception=DestroyExceptionInfo(wand->exception); in DestroyPixelWand()
239 wand=(PixelWand *) RelinquishMagickMemory(wand); in DestroyPixelWand()
240 return(wand); in DestroyPixelWand()
281 wand[i]=DestroyPixelWand(wand[i]); in DestroyPixelWands()
282 wand=(PixelWand **) RelinquishMagickMemory(wand); in DestroyPixelWands()
283 return(wand); in DestroyPixelWands()
388 *wand; in NewPixelWand() local
397 wand=(PixelWand *) AcquireCriticalMemory(sizeof(*wand)); in NewPixelWand()
398 (void) memset(wand,0,sizeof(*wand)); in NewPixelWand()
1288 (wand->pixel.red*(QuantumRange-wand->pixel.index)+wand->pixel.index)); in PixelGetQuantumColor()
[all …]
H A DMakefile.am38 wand/drawing-wand.c \
48 wand/magick-wand.c \
49 wand/magick-wand.h \
59 wand/pixel-wand.c \
60 wand/pixel-wand.h \
65 wand/wand.c \
66 wand/wand.h \
67 wand/wand-view.c \
68 wand/wand-view.h
92 wand/wand-view.h
[all …]
H A Dmagick-property.c86 if (wand->debug != MagickFalse) in MagickDeleteImageArtifact()
127 if (wand->debug != MagickFalse) in MagickDeleteImageProperty()
640 wand->name); in MagickGetImageArtifacts()
791 wand->name); in MagickGetImageProfiles()
928 wand->name); in MagickGetImageProperties()
1129 wand->name); in MagickGetOptions()
1730 InheritException(wand->exception,&wand->images->exception); in MagickProfileImage()
2046 wand->image_info->extract=DestroyString(wand->image_info->extract); in MagickSetExtract()
2257 InheritException(wand->exception,&wand->images->exception); in MagickSetImageArtifact()
2313 InheritException(wand->exception,&wand->images->exception); in MagickSetImageProfile()
[all …]
H A Ddrawing-wand.c218 wand->mvg[wand->mvg_length]=' '; in MVGPrintf()
222 wand->mvg[wand->mvg_length]='\0'; in MVGPrintf()
242 wand->mvg[wand->mvg_length]='\0'; in MVGPrintf()
243 if ((wand->mvg_length > 1) && (wand->mvg[wand->mvg_length-1] == '\n')) in MVGPrintf()
388 wand->image=DestroyImage(wand->image); in AcquireDrawingWand()
423 for ( ; wand->index > 0; wand->index--) in ClearDrawingWand()
430 wand->mvg=DestroyString(wand->mvg); in ClearDrawingWand()
432 wand->image=DestroyImage(wand->image); in ClearDrawingWand()
571 for ( ; wand->index > 0; wand->index--) in DestroyDrawingWand()
578 wand->mvg=DestroyString(wand->mvg); in DestroyDrawingWand()
[all …]
H A Dmagick-wand.c84 wand->image_info=DestroyImageInfo(wand->image_info); in ClearMagickWand()
85 wand->images=DestroyImageList(wand->images); in ClearMagickWand()
172 wand->images=DestroyImageList(wand->images); in DestroyMagickWand()
176 wand->image_info=DestroyImageInfo(wand->image_info); in DestroyMagickWand()
181 wand=(MagickWand *) RelinquishMagickMemory(wand); in DestroyMagickWand()
834 wand->images=GetFirstImageInList(wand->images); in MagickResetIterator()
878 wand->images=GetFirstImageInList(wand->images); in MagickSetFirstIterator()
984 wand->images=GetLastImageInList(wand->images); in MagickSetLastIterator()
1064 *wand; in NewMagickWand() local
1077 (void) memset(wand,0,sizeof(*wand)); in NewMagickWand()
[all …]
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickWand/
H A Dmagick-image.c660 status=AnimateImages(wand->image_info,wand->images,wand->exception); in MagickAnimateImages()
748 status=AutoGammaImage(wand->images,wand->exception); in MagickAutoGammaImage()
786 status=AutoLevelImage(wand->images,wand->exception); in MagickAutoLevelImage()
1490 return(ClampImage(wand->images,wand->exception)); in MagickClampImage()
1527 status=ClipImage(wand->images,wand->exception); in MagickClipImage()
2964 status=DisplayImages(wand->image_info,wand->images,wand->exception); in MagickDisplayImages()
3619 wand->images->columns,y % wand->images->rows,&target,wand->exception); in MagickFloodfillPaintImage()
4240 wand->images),length,wand->exception); in MagickGetImagesBlob()
6731 *wand; in MagickInverseFourierTransformImage() local
7870 wand->images=GetNextImageInList(wand->images); in MagickNextImage()
[all …]
H A Dpixel-wand.c236 wand->exception=DestroyExceptionInfo(wand->exception); in DestroyPixelWand()
239 wand=(PixelWand *) RelinquishMagickMemory(wand); in DestroyPixelWand()
240 return(wand); in DestroyPixelWand()
281 wand[i]=DestroyPixelWand(wand[i]); in DestroyPixelWands()
282 wand=(PixelWand **) RelinquishMagickMemory(wand); in DestroyPixelWands()
388 *wand; in NewPixelWand() local
397 wand=(PixelWand *) AcquireCriticalMemory(sizeof(*wand)); in NewPixelWand()
398 (void) memset(wand,0,sizeof(*wand)); in NewPixelWand()
1314 (wand->pixel.red*(QuantumRange-wand->pixel.black)+wand->pixel.black)), in PixelGetQuantumPixel()
1317 (wand->pixel.green*(QuantumRange-wand->pixel.black)+wand->pixel.black)), in PixelGetQuantumPixel()
[all …]
H A Dmagick-property.c86 if (wand->debug != MagickFalse) in MagickDeleteImageArtifact()
620 (void) GetImageProperty(wand->images,"exif:*",wand->exception); in MagickGetImageArtifacts()
641 wand->name); in MagickGetImageArtifacts()
792 wand->name); in MagickGetImageProfiles()
847 value=GetImageProperty(wand->images,property,wand->exception); in MagickGetImageProperty()
908 (void) GetImageProperty(wand->images,"exif:*",wand->exception); in MagickGetImageProperties()
929 wand->name); in MagickGetImageProperties()
1726 return(ProfileImage(wand->images,name,profile,length,wand->exception)); in MagickProfileImage()
2040 wand->image_info->extract=DestroyString(wand->image_info->extract); in MagickSetExtract()
2300 status=SetImageProfile(wand->images,name,profile_info,wand->exception); in MagickSetImageProfile()
[all …]
H A Ddrawing-wand.c218 wand->mvg[wand->mvg_length]=' '; in MVGPrintf()
222 wand->mvg[wand->mvg_length]='\0'; in MVGPrintf()
242 wand->mvg[wand->mvg_length]='\0'; in MVGPrintf()
243 if ((wand->mvg_length > 1) && (wand->mvg[wand->mvg_length-1] == '\n')) in MVGPrintf()
387 wand->image=DestroyImage(wand->image); in AcquireDrawingWand()
422 for ( ; wand->index > 0; wand->index--) in ClearDrawingWand()
429 wand->mvg=DestroyString(wand->mvg); in ClearDrawingWand()
431 wand->image=DestroyImage(wand->image); in ClearDrawingWand()
570 for ( ; wand->index > 0; wand->index--) in DestroyDrawingWand()
577 wand->mvg=DestroyString(wand->mvg); in DestroyDrawingWand()
[all …]
H A Dmagick-wand.c83 wand->image_info=DestroyImageInfo(wand->image_info); in ClearMagickWand()
84 wand->images=DestroyImageList(wand->images); in ClearMagickWand()
169 wand->images=DestroyImageList(wand->images); in DestroyMagickWand()
171 wand->image_info=DestroyImageInfo(wand->image_info); in DestroyMagickWand()
176 wand=(MagickWand *) RelinquishMagickMemory(wand); in DestroyMagickWand()
826 wand->images=GetFirstImageInList(wand->images); in MagickResetIterator()
870 wand->images=GetFirstImageInList(wand->images); in MagickSetFirstIterator()
973 wand->images=GetLastImageInList(wand->images); in MagickSetLastIterator()
1053 *wand; in NewMagickWand() local
1066 (void) memset(wand,0,sizeof(*wand)); in NewMagickWand()
[all …]
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickWand/
H A Dmagick-image.c660 status=AnimateImages(wand->image_info,wand->images,wand->exception); in MagickAnimateImages()
748 status=AutoGammaImage(wand->images,wand->exception); in MagickAutoGammaImage()
786 status=AutoLevelImage(wand->images,wand->exception); in MagickAutoLevelImage()
1490 return(ClampImage(wand->images,wand->exception)); in MagickClampImage()
1527 status=ClipImage(wand->images,wand->exception); in MagickClipImage()
2964 status=DisplayImages(wand->image_info,wand->images,wand->exception); in MagickDisplayImages()
3619 wand->images->columns,y % wand->images->rows,&target,wand->exception); in MagickFloodfillPaintImage()
4240 wand->images),length,wand->exception); in MagickGetImagesBlob()
6731 *wand; in MagickInverseFourierTransformImage() local
7870 wand->images=GetNextImageInList(wand->images); in MagickNextImage()
[all …]
H A Dpixel-wand.c236 wand->exception=DestroyExceptionInfo(wand->exception); in DestroyPixelWand()
239 wand=(PixelWand *) RelinquishMagickMemory(wand); in DestroyPixelWand()
240 return(wand); in DestroyPixelWand()
281 wand[i]=DestroyPixelWand(wand[i]); in DestroyPixelWands()
282 wand=(PixelWand **) RelinquishMagickMemory(wand); in DestroyPixelWands()
388 *wand; in NewPixelWand() local
397 wand=(PixelWand *) AcquireCriticalMemory(sizeof(*wand)); in NewPixelWand()
398 (void) memset(wand,0,sizeof(*wand)); in NewPixelWand()
1314 (wand->pixel.red*(QuantumRange-wand->pixel.black)+wand->pixel.black)), in PixelGetQuantumPixel()
1317 (wand->pixel.green*(QuantumRange-wand->pixel.black)+wand->pixel.black)), in PixelGetQuantumPixel()
[all …]
H A Dmagick-property.c86 if (wand->debug != MagickFalse) in MagickDeleteImageArtifact()
620 (void) GetImageProperty(wand->images,"exif:*",wand->exception); in MagickGetImageArtifacts()
641 wand->name); in MagickGetImageArtifacts()
792 wand->name); in MagickGetImageProfiles()
847 value=GetImageProperty(wand->images,property,wand->exception); in MagickGetImageProperty()
908 (void) GetImageProperty(wand->images,"exif:*",wand->exception); in MagickGetImageProperties()
929 wand->name); in MagickGetImageProperties()
1726 return(ProfileImage(wand->images,name,profile,length,wand->exception)); in MagickProfileImage()
2040 wand->image_info->extract=DestroyString(wand->image_info->extract); in MagickSetExtract()
2300 status=SetImageProfile(wand->images,name,profile_info,wand->exception); in MagickSetImageProfile()
[all …]
H A Ddrawing-wand.c218 wand->mvg[wand->mvg_length]=' '; in MVGPrintf()
222 wand->mvg[wand->mvg_length]='\0'; in MVGPrintf()
242 wand->mvg[wand->mvg_length]='\0'; in MVGPrintf()
243 if ((wand->mvg_length > 1) && (wand->mvg[wand->mvg_length-1] == '\n')) in MVGPrintf()
387 wand->image=DestroyImage(wand->image); in AcquireDrawingWand()
422 for ( ; wand->index > 0; wand->index--) in ClearDrawingWand()
429 wand->mvg=DestroyString(wand->mvg); in ClearDrawingWand()
431 wand->image=DestroyImage(wand->image); in ClearDrawingWand()
570 for ( ; wand->index > 0; wand->index--) in DestroyDrawingWand()
577 wand->mvg=DestroyString(wand->mvg); in DestroyDrawingWand()
[all …]
H A Dmagick-wand.c83 wand->image_info=DestroyImageInfo(wand->image_info); in ClearMagickWand()
84 wand->images=DestroyImageList(wand->images); in ClearMagickWand()
169 wand->images=DestroyImageList(wand->images); in DestroyMagickWand()
171 wand->image_info=DestroyImageInfo(wand->image_info); in DestroyMagickWand()
176 wand=(MagickWand *) RelinquishMagickMemory(wand); in DestroyMagickWand()
826 wand->images=GetFirstImageInList(wand->images); in MagickResetIterator()
870 wand->images=GetFirstImageInList(wand->images); in MagickSetFirstIterator()
973 wand->images=GetLastImageInList(wand->images); in MagickSetLastIterator()
1053 *wand; in NewMagickWand() local
1066 (void) memset(wand,0,sizeof(*wand)); in NewMagickWand()
[all …]
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/wand/
H A Dmagick_wand.c319 wand->images=GetFirstImageInList(wand->image); in MagickAdaptiveThresholdImage()
372 wand->images=GetFirstImageInList(wand->image); in MagickAddImage()
415 wand->images=GetFirstImageInList(wand->image); in MagickAddNoiseImage()
467 wand->images=GetFirstImageInList(wand->image); in MagickAffineTransformImage()
693 wand->images=GetFirstImageInList(wand->image); in MagickAutoOrientImage()
828 wand->images=GetFirstImageInList(wand->image); in MagickBlurImage()
886 wand->images=GetFirstImageInList(wand->image); in MagickBorderImage()
1269 y % wand->image->rows,&wand->exception); in MagickColorFloodfillImage()
5715 y % wand->image->rows,&wand->exception); in MagickMatteFloodfillImage()
7474 wand->image=wand->images; in MagickResetIterator()
[all …]
H A Dpixel_wand.c225 MagickFreeMemory(wand); in DestroyPixelWand()
250 *wand; in NewPixelWand() local
265 return(wand); in NewPixelWand()
346 wand->exception.severity,wand->exception.reason),MaxTextExtent); in PixelGetException()
351 wand->exception.severity,wand->exception.description),MaxTextExtent); in PixelGetException()
543 return(wand->count); in PixelGetColorCount()
1117 wand->matte=0; in PixelSetColor()
1122 wand->pixel.index=0; in PixelSetColor()
1155 wand->count=count; in PixelSetColorCount()
1187 wand->pixel.red=1.0; in PixelSetCyan()
[all …]

12345678910>>...67