Ouch! Thanks, Fred. I've been caught out by this before...
A note to the developers: please make "-separate" and "-combine" consistent in how their colorspaces are set.
Search found 18 matches
- 2011-04-16T02:36:22-07:00
- Forum: Bugs
- Topic: Colorspace separate and combine - odd results
- Replies: 3
- Views: 7828
- 2011-04-15T05:39:43-07:00
- Forum: Bugs
- Topic: Colorspace separate and combine - odd results
- Replies: 3
- Views: 7828
Colorspace separate and combine - odd results
When I run this simple command to test that a "no-operation" channel separation and re-combination works as expected: convert logo: -colorspace rgb -separate -colorspace rgb -combine -colorspace rgb miff:- | display miff:- - all is well, the output looks the same as the input. But if I change the ...
- 2010-10-05T01:33:53-07:00
- Forum: Users
- Topic: How do I get "-selective-blur" to work?
- Replies: 4
- Views: 10730
Re: How do I get "-selective-blur" to work?
Thanks, Fred, that works. Playing around with the settings, "-selective-blur 4x4+10%" produces good results for colour noise reduction. Cheers!
- 2010-10-04T12:04:39-07:00
- Forum: Users
- Topic: How do I get "-selective-blur" to work?
- Replies: 4
- Views: 10730
Re: How do I get "-selective-blur" to work?
No-one? Fred? Anyone? Does -selective-blur work for you?
- 2010-10-03T00:14:48-07:00
- Forum: Users
- Topic: How do I get "-selective-blur" to work?
- Replies: 4
- Views: 10730
How do I get "-selective-blur" to work?
Using IM 6.6.3.6 on Ubuntu 10.04, no matter what geometry setting I use with "-selective-blur", the command has no effect. The strange thing is that with a higher setting, the processing takes longer, but no effect in the end. Is this a bug or am I doing it wrong? I use it as "-selective-blur 6x16 ...
- 2010-08-19T15:42:27-07:00
- Forum: Users
- Topic: contrast stretch problems
- Replies: 11
- Views: 22763
Re: contrast stretch problems
Haven't we been here before? Isn't the answer to use "-channel rgb", and "-contrast-stretch" with a very small percentage value? On my 15Mp files, I use 0x0.00001%. I've done a lot of tests and can't see any clipping beyond maybe a handful of pixels, difficult to notice. It's also worth adding that ...
- 2010-08-13T14:36:10-07:00
- Forum: Users
- Topic: IM not colour managed?
- Replies: 3
- Views: 7142
Re: IM not colour managed?
Oh, I get it, thanks, Fred! Basically you're saying you have to convert to sRGB and then it will display correctly. Ironically, I've now switched to an all-sRGB workflow so this is no longer needed, but it's good to know for future reference.
- 2010-08-13T00:56:55-07:00
- Forum: Users
- Topic: IM not colour managed?
- Replies: 3
- Views: 7142
IM not colour managed?
I notice that the TIFFs I process with IM, which have the AdobeRGB ICC profile embedded, are displayed by the "display" command as if they were sRGB or had no profile. (In my experience, files with no profile or using sRGB look identical on a computer monitor, understandably.) But when I bring the ...
- 2010-08-07T03:08:16-07:00
- Forum: Users
- Topic: Automating CA correction?
- Replies: 5
- Views: 13691
Re: Automating CA correction?
Thanks for the comprehensive replies, Fred. A few clarifications: The CA I'm concerned with is the one caused by the lens, where it's 0 at centre of image and severe at edges. I have seen different and sometimes contradictory terms used to describe it - lateral, linear, transversal - so I'm not sure ...
- 2010-08-06T02:39:08-07:00
- Forum: Users
- Topic: Automating CA correction?
- Replies: 5
- Views: 13691
Automating CA correction?
I would like to use ImageMagick to correct chromatic aberration, the kind that is caused by the lens, going from 0 at the centre of image to its max at the edges. I think it should be doable, but don't know where to start. I'm surprised that my searches on the internet have revealed no IM methods in ...
- 2010-07-29T04:36:35-07:00
- Forum: Bugs
- Topic: Failed install of 6.6.3-1 on Ubuntu 10.04
- Replies: 3
- Views: 9364
Re: Failed install of 6.6.3-1 on Ubuntu 10.04
As root, type ldconfig /usr/local/lib. I'm a little nervous now... Could you tell me what this will do and when to run it. I've uninstalled 6.6.3, and again have a functioning 6.6.2. I've looked in /usr/local/lib and it contains the ImageMagick-6.6.3 folder with subfolders: ImageMagick-6.6.3 ...
- 2010-07-28T08:21:31-07:00
- Forum: Bugs
- Topic: Failed install of 6.6.3-1 on Ubuntu 10.04
- Replies: 3
- Views: 9364
Re: Failed install of 6.6.3-1 on Ubuntu 10.04
I've just run 'make uninstall' and it seems I'm back to a functioning IM 6.6.2-6. Thank God for that!
- 2010-07-28T08:04:01-07:00
- Forum: Bugs
- Topic: Failed install of 6.6.3-1 on Ubuntu 10.04
- Replies: 3
- Views: 9364
Failed install of 6.6.3-1 on Ubuntu 10.04
I had a functioning IM 6.6.2-6 running on my Ubuntu 10.04 that I had compiled from source and wanted to upgrade to 6.6.3-1 in the same way. I followed the instructions, downloading the archive and running: $ tar xvfz ImageMagick.tar.gz $ cd ImageMagick-6.6.3-1 $ ./configure $ make $ sudo make ...
- 2010-07-28T00:19:56-07:00
- Forum: Developers
- Topic: Please use CIE LCH for transfer modes Colorize, Luminize etc
- Replies: 9
- Views: 19518
Re: Please use CIE LCH for transfer modes Colorize, Luminize
I truly wish I could contribute code, alas, I'm not capable of learning a language such as C or C++. Every time I tried I fell into a coma! I dream of an application, a high level language, that could be used to easily create code, and then the application would translate it into a lower level ...
- 2010-07-27T12:57:16-07:00
- Forum: Developers
- Topic: Please use CIE LCH for transfer modes Colorize, Luminize etc
- Replies: 9
- Views: 19518
Re: Please use CIE LCH for transfer modes Colorize, Luminize
Beautiful! Just the kind of automagic I like... thank you!
Hang on though, does that mean Colorize/Luminize now won't be improved?
Hang on though, does that mean Colorize/Luminize now won't be improved?