Search found 37 matches

by JoaCHIP
2012-07-15T13:47:55-07:00
Forum: Bugs
Topic: IM Install Error
Replies: 13
Views: 31440

Re: IM Install Error

Uhm... I'm a bit of a noob when it comes to compile issues. I'm on FreeBSD 9.0 (32-bit Intel) and I'm only getting to this point, when doing a "make". Would the above trick work here? (And what exactly did you do? I'm not sure I get it.) CC coders/MagickCore_libMagickCore_la-jbig.lo CC cod...
by JoaCHIP
2012-07-13T03:44:33-07:00
Forum: Users
Topic: Blurring A or B channel in LAB color space
Replies: 12
Views: 25155

Re: Blurring A or B channel in LAB color space

Great works, guys. I'm gonna take a shot at playing around with all this as soon as I get the time. PS: When embedding color profiles into png and jpeg images, each browser has its own surprising way to interpret it. My best work-around for this has been to convert images to sRGB and then completely...
by JoaCHIP
2012-06-13T06:31:54-07:00
Forum: Users
Topic: IM ignores alpha channel and lowers bit depth
Replies: 9
Views: 18146

Re: Hey, that works for me

I just ran into the same problem, but with "ImageMagick 6.7.5-10 2012-05-23 Q16" adding -type truecolormatte PNG32:output worked perfectly. Thank you! :o Edit: It worked when scaling to 32x32 pixels, but not when scaling to 16x16 pixels. How odd. Works: find . -iname '*.png' -execdir conve...
by JoaCHIP
2012-05-26T14:18:47-07:00
Forum: Users
Topic: Blurring A or B channel in LAB color space
Replies: 12
Views: 25155

Re: Blurring A or B channel in LAB color space

I used Photoshop indeed. I didn't display them as grayscale in order to show what colors they actually are, but yes, they are represented as grayscale inside Photoshop. The exact steps in Photoshop are: 1) Convert the original to LAB color 2) Select the A and B channels (the color portion of the ima...
by JoaCHIP
2012-05-26T12:43:42-07:00
Forum: Users
Topic: Blurring A or B channel in LAB color space
Replies: 12
Views: 25155

Re: Blurring A or B channel in LAB color space

Well basically the L channel of LAB is perceptual brightness, i.e. a grayscale image. The A channel contains values ranging from green to magenta, with values around 50% being neutral gray. The B channel ranges from a cold yellow to sky blue. Because all values are going from a minimum value to a ma...
by JoaCHIP
2012-05-26T11:57:18-07:00
Forum: Users
Topic: Blurring A or B channel in LAB color space
Replies: 12
Views: 25155

Re: Blurring A or B channel in LAB color space

Thanks for the update on the blur. Here's the original image, so that people can give it a try: http://www.robotplanet.dk/f/imagick/noisy.jpg When blurring the A and B channels you should get the following result. You can see that the tiny color variations in the noise have become less prominent, an...
by JoaCHIP
2012-05-26T10:14:50-07:00
Forum: Users
Topic: Blurring A or B channel in LAB color space
Replies: 12
Views: 25155

Blurring A or B channel in LAB color space

Hello, I was just trying to remove some nasty color noise by converting my image into LAB color space, and then blurring the A and B channels, leaving the L channel intact. This is giving me some surprising results. What am I doing wrong? Here are the command lines I used and the resulting images: T...
by JoaCHIP
2010-07-22T00:40:41-07:00
Forum: Developers
Topic: Building on FreeBSD 7.2
Replies: 1
Views: 5313

Update

The version that kept appearing when installing ImageMagick was even older than 6.6.1.10 (which actually does have the FFT feature.)

I'm up an running. Please disregard above post. :oops:
by JoaCHIP
2010-07-21T01:01:59-07:00
Forum: Developers
Topic: Building on FreeBSD 7.2
Replies: 1
Views: 5313

Building on FreeBSD 7.2

Can anyone give me a few hints on how to make ImageMagick 6.6.3-0 compile on FreeBSD? I guess I have to use "gmake" rather than "make", but I get this error: magick/.libs/libMagickCore.so: undefined reference to `carg' gmake[1]: *** [utilities/animate] Error 1 gmake[1]: Leaving d...
by JoaCHIP
2010-07-20T09:19:58-07:00
Forum: Users
Topic: make or gmake (FreeBSD)
Replies: 1
Views: 4963

.

moved
by JoaCHIP
2010-07-20T07:31:21-07:00
Forum: Users
Topic: make or gmake (FreeBSD)
Replies: 1
Views: 4963

make or gmake (FreeBSD)

The install guide on the web page says "Install from Unix source" and mentions these commands: $magick> cd ImageMagick-6.6.3 $magick> ./configure $magick> make Under FreeBSD I'm pretty sure you have to use "gmake" rather than "make". This might confuse less experienced ...
by JoaCHIP
2010-07-11T05:08:04-07:00
Forum: Users
Topic: Common colors?
Replies: 17
Views: 49229

Re: Subdued brown vs. yellow

Just a thought on the sideline here: The subdued brown color you mention is probably just yellow in a very dark version, because dark yellow is basically some sort of brown. I've found out that when comparing colors (like for example searching through a database with images), comparing colors in the...
by JoaCHIP
2010-05-25T05:03:58-07:00
Forum: Users
Topic: Common colors?
Replies: 17
Views: 49229

Re: Common colors?

fmw42 wrote:convert logo: -colors 16 -depth 8 -format "%c" histogram:info: | sort -r -k 1 | head -n 3
Ahh brilliant. I'm pretty sure this solves my problem at least. I'll try this when i get home from work.
by JoaCHIP
2010-05-24T10:57:07-07:00
Forum: Users
Topic: Common colors?
Replies: 17
Views: 49229

Re: Common colors?

convert logo.jpg -colors 16 -depth 8 -format "%c" histogram:info: | head -n 3 colors.txt This one keeps the first three colors out of 16. ImageMagick sorts the colors by brightness, so you're throwing away the brighter colors, and not the less common ones. I wish there were a way to sort ...
by JoaCHIP
2009-10-13T16:00:17-07:00
Forum: Kudos and Rants
Topic: Abstract oil paintings
Replies: 7
Views: 87598

Re: Abstract oil paintings

Hah! Great suggestions. This sort of thing can be tweaked endlessly. I've been asked for a "desktop sized version" a few times too. I might make such a thing, but it would be an "image of the day" sort of thing, in order to not stress the server too much. :wink: