Greetings,
I read with interest about the new Voronoi' Morphology Distance method that "will fill in holes using the nearest non-transparent edge pixel".
Can someone please show me an example how to use this feature?
Thank you!
Search found 28 matches
- 2012-02-08T20:20:25-07:00
- Forum: Users
- Topic: Voronoi' Morphology Distance method
- Replies: 2
- Views: 8011
- 2011-06-07T17:20:03-07:00
- Forum: Developers
- Topic: OpenCL
- Replies: 5
- Views: 15790
Re: OpenCL
Thank you!
So what would be involved for making the general use functions (like the MagicWand API) take advantage of that?
So what would be involved for making the general use functions (like the MagicWand API) take advantage of that?
- 2011-06-07T12:46:53-07:00
- Forum: Developers
- Topic: OpenCL
- Replies: 5
- Views: 15790
OpenCL
Are there any plans to support OpenCL?
I might be able to help if I can...
I might be able to help if I can...
- 2011-04-26T15:28:00-07:00
- Forum: Users
- Topic: Constrain text to vector shape?
- Replies: 1
- Views: 5586
Constrain text to vector shape?
Is it possible to constrain text to flow within a given vector shape?
An example shape may be a circle or rectangle.
Any suggestions are greatly appreciated!
Thanks.
An example shape may be a circle or rectangle.
Any suggestions are greatly appreciated!
Thanks.
- 2011-03-30T19:19:13-07:00
- Forum: Users
- Topic: CMYK Halftone Effect
- Replies: 9
- Views: 58381
Re: CMYK Halftone Effect
I think if we could get variable dots based on the brightness of each channel (as discussed on the other thread) then apply those dots using the overlay composite operator, it would be 100% legit. For my purposes though, I am just trying to closely emulate the effect, and I think fixed dot sizes ...
- 2011-03-30T06:37:22-07:00
- Forum: Users
- Topic: CMYK Halftone Effect
- Replies: 9
- Views: 58381
Re: CMYK Halftone Effect
Thanks Anthony, looks good!
I will play around with your scripts. I think we pretty much have got it!
I used 108, 162, 90 and 45 degrees for CMYK respectively which are the defaults for Photoshop's CMYK halftone.
I will play around with your scripts. I think we pretty much have got it!
I used 108, 162, 90 and 45 degrees for CMYK respectively which are the defaults for Photoshop's CMYK halftone.
- 2011-03-29T10:13:56-07:00
- Forum: Users
- Topic: B/W Halftone Dither
- Replies: 27
- Views: 118556
Re: B/W Halftone Dither
I think I figured out how to create a true CMYK halftone effect, see: viewtopic.php?f=1&t=18409&p=70754#p70754
- 2011-03-29T10:08:57-07:00
- Forum: Users
- Topic: CMYK Halftone Effect
- Replies: 9
- Views: 58381
Re: CMYK Halftone Effect
I think a figured out a way to achieve this. I did the following in Photoshop, but I think it can all be done with IM. The only thing I am not sure about is converting the image to CMYK (from RGB) and extracting each of the channels, since I haven't yet done any CMYK conversions with ImageMagick. I ...
- 2011-03-28T18:51:13-07:00
- Forum: MagickWand
- Topic: Porting convert command to MagickWand
- Replies: 4
- Views: 21161
Re: Porting convert command to MagickWand
BEAUTIFUL! Thank you very very much! I owe you a brew. That did it! I had tried specifying the blur wand as the first wand for the composite argument, but I didn't try doing the linear stretch after the composite! So that is what the +swap does! :o Thanks again! Do you have an iOS device? If so I ...
- 2011-03-28T17:00:52-07:00
- Forum: MagickWand
- Topic: Porting convert command to MagickWand
- Replies: 4
- Views: 21161
Re: Porting convert command to MagickWand
Thanks, but actually doesn't help.
The code I have is working, I think the issue is I don't know what the equivalent composite operators from the convert command are.
The code I have is working, I think the issue is I don't know what the equivalent composite operators from the convert command are.
- 2011-03-28T16:00:17-07:00
- Forum: MagickWand
- Topic: Porting convert command to MagickWand
- Replies: 4
- Views: 21161
Porting convert command to MagickWand
Greetings, I am trying to port this convert command to the MagickWand API: convert ~/input.png \( +clone -blur 0x6 \) +swap -compose divide -composite -linear-stretch 15%x0% ~/output.png This is what I am doing, but it does not come out the same: // magick_wand contains the input.png data MagickWand ...
- 2011-03-28T06:54:31-07:00
- Forum: Users
- Topic: CMYK Halftone Effect
- Replies: 9
- Views: 58381
CMYK Halftone Effect
Greetings, I have looked at all of the available halftone presets, and I can't figure out how to make something similar to a true CMYK halftone. Pixelmator (based on ImageMagick) does exactly what I am trying to achieve, here is an example: http://3DTOPO.com/CMYK_halftone.png Any suggestions would ...
- 2011-02-02T10:37:23-07:00
- Forum: Users
- Topic: Reduce to points?
- Replies: 6
- Views: 16192
Reduce to points?
Greetings,
I could be wrong, but I think I remember reading of a way to reduce areas of an image to a single pixel using ImageMagick.
I am trying to achieve something like the results of the right hand image:
Any suggestions would be greatly appreciated!
I could be wrong, but I think I remember reading of a way to reduce areas of an image to a single pixel using ImageMagick.
I am trying to achieve something like the results of the right hand image:
Any suggestions would be greatly appreciated!
- 2011-01-01T20:46:55-07:00
- Forum: MagickWand
- Topic: Reading as GrayScale
- Replies: 1
- Views: 10412
Reading as GrayScale
Greetings, I am reading in a grayscale image, but it seems like somehow the wand is reading it as an RGB image. The reason I suspect this is because if I run this: MagickLevelImageChannel(magick_wand2, GrayChannel, (0.5f * QuantumRange), 0.6666f, (0.8f * QuantumRange)); It apparently is only doing ...
- 2010-12-30T20:19:23-07:00
- Forum: Users
- Topic: Need help Optimizing Sharpen and Blur in iPhone Application
- Replies: 3
- Views: 10150
Re: Need help Optimizing Sharpen and Blur in iPhone Applicat
Greetings, iOS 4 added an Accelerate framework, that according to Apple: ...the Accelerate Framework, which contains C APIs for vector and matrix math, digital signal processing, large number handling, and image processing. Documentation and sample code is here: http://developer.apple.com/library ...