Search found 6 matches

by michael.huber.1841
2015-09-10T03:03:43-07:00
Forum: Digital Image Processing
Topic: Extracting a reflection to overlay a banner
Replies: 1
Views: 8484

Extracting a reflection to overlay a banner

I have some real problems to extract a reflection from a given image. My goal is to overlay a banner with a solid color but keep the reflection intact. So my idea was to extract the reflection first to be able to overlay the reflection over the banner afterwards. As a result I want the image to look...
by michael.huber.1841
2015-09-07T01:20:08-07:00
Forum: Fred's Scripts
Topic: Fred's ImageMagick Curves script to duplicate PS curves
Replies: 30
Views: 69606

Re: Fred's ImageMagick Curves script to duplicate PS curves

Thanks a bunch for all the great responses!

Is there any speed benefit to use "clut" instead of "hald-clut"? What's the faster way?
by michael.huber.1841
2015-09-03T09:05:19-07:00
Forum: Fred's Scripts
Topic: Fred's ImageMagick Curves script to duplicate PS curves
Replies: 30
Views: 69606

Re: Fred's ImageMagick Curves script to duplicate PS curves

Or in other words: why trying to replicate the interpolation of photoshop when it's easier to use photoshop itself.
by michael.huber.1841
2015-09-03T08:58:50-07:00
Forum: Fred's Scripts
Topic: Fred's ImageMagick Curves script to duplicate PS curves
Replies: 30
Views: 69606

Re: Fred's ImageMagick Curves script to duplicate PS curves

The curves that I want to simulate from photoshop have about 13 control points in each channel. There are no adjustments in the curves-dialog on the "rgb"-channel. In my opinion a grayscale-clut is the perfect solution because it covers all possible shiftings. In every channel, there are m...
by michael.huber.1841
2015-09-03T08:33:08-07:00
Forum: Fred's Scripts
Topic: Fred's ImageMagick Curves script to duplicate PS curves
Replies: 30
Views: 69606

Re: Fred's ImageMagick Curves script to duplicate PS curves

Of course it does. But if I understand "-hald-clut" correctly it does shift whole color-values (so all 3 components of a pixel) and interpolates between them if one color isn't found directly in the lookup-table. But "clut" works on one component separetly - exactly like curves o...
by michael.huber.1841
2015-09-03T08:17:54-07:00
Forum: Fred's Scripts
Topic: Fred's ImageMagick Curves script to duplicate PS curves
Replies: 30
Views: 69606

Re: Fred's ImageMagick Curves script to duplicate PS curves

Sorry for replying to this old thread. But this could be interesting for anybody that wants to emulate/duplicate photoshop curves within ImageMagick: I developed an own method that does not need any crypted spline-methods, weird linux-scripts or some other difficult stuff. Just download the followin...