Search found 29 matches
- 2014-07-29T23:49:10-07:00
- Forum: Users
- Topic: Montage - Colorspace Questions
- Replies: 39
- Views: 17166
Re: Montage - Colorspace Questions
It does not seem correct that you start with unbiased values and end up with biased ones. What happens if you start with biased values? Okay, here are the results. I have updated to the last beta version. Seems the white issue is solved. Even the 8bit CIELab images now have correct white values ...
- 2014-07-28T22:56:58-07:00
- Forum: Users
- Topic: Montage - Colorspace Questions
- Replies: 39
- Views: 17166
Re: Montage - Colorspace Questions
see the bug report at http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25830 This is fixed now. But it doesn't help to solve the issue. I think the explanation from GreenKoopa is right http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=23289&start=15#p97927 The issue is ...
- 2014-07-08T11:51:55-07:00
- Forum: Bugs
- Topic: convert and identify fails with known incorrect sRGB profile
- Replies: 2
- Views: 10204
Re: convert and identify fails with known incorrect sRGB pro
Ah, you are right, that fixed the problem. Thanks. I wouldn't expect such an hard fail, if I didn't have the latest libpng installed. The earlier behavior: issuing a warning but returning cli code 0 is somewhat more friendly. I didn't know enough about installing, configure and make files - Would it ...
- 2014-07-08T09:18:16-07:00
- Forum: Bugs
- Topic: convert and identify fails with known incorrect sRGB profile
- Replies: 2
- Views: 10204
convert and identify fails with known incorrect sRGB profile
IM fails sometimes when working with png images with wrong profiles. This isn't a new issue. In earlier versions, identify issues a warning and send and cli return code 0. Thats okay and one can work around the warnings. In the current version (stable and beta) this isn't the case anymore. IM ...
- 2014-07-03T02:50:31-07:00
- Forum: Users
- Topic: Montage - Colorspace Questions
- Replies: 39
- Views: 17166
Re: Montage - Colorspace Questions
Its an Stork inkjet textile printer Ruby V - based on Mimaki JV5. I have contacted the support people to help me with some question regarding the RIPSoftware. Waiting for more infos.snibgo wrote:What type of printer is it?
- 2014-07-02T23:47:31-07:00
- Forum: Users
- Topic: Montage - Colorspace Questions
- Replies: 39
- Views: 17166
Re: Montage - Colorspace Questions
IM uses 50% biased values. So I am not sure it txt: is fixed or not. I don't think the zero biased values are not going to work correctly when used to define colors via xc: or canvas:. I think I didn't get the hold biased thing right :? I tried the 50% biased values (i hope) $ convert xc:"cielab(99 ...
- 2014-07-02T12:03:30-07:00
- Forum: Users
- Topic: Montage - Colorspace Questions
- Replies: 39
- Views: 17166
Re: Montage - Colorspace Questions
I see, this is fixed now in beta from today. [edit: not fixed] $ convert -size 1x1 xc:white -colorspace Lab txt: # ImageMagick pixel enumeration: 1,1,65535,cielab 0,0: (99.9985%,0.0030518%,-0.00762951%) #FFFE00020000 cielab(99.9985%,0.0030518%,-0.00762951%) $ convert -size 1x1 xc:white -colorspace ...
- 2014-07-02T07:18:43-07:00
- Forum: Users
- Topic: Montage - Colorspace Questions
- Replies: 39
- Views: 17166
Re: Montage - Colorspace Questions
Okay. Thanks again - very much. That issue drives me crazy these days. It's a storck textile printer. (I'm not sure if its based on a mimaki model) I don't know the exact Model yet. I will try to get more information. But I'm afraid that needs until tomorrow. We stripped the data and get some other ...
- 2014-07-02T05:09:34-07:00
- Forum: Users
- Topic: Montage - Colorspace Questions
- Replies: 39
- Views: 17166
Re: Montage - Colorspace Questions
http://we.tl/8DbhSXIEVU rgb.png is the white pixel ps-lab.tif - the file generated with PS, prints fine im-lab-16bit.tif - file generated with IM 16 Bit, prints very light shadow of something im-lab-8bit.tif - file generated with IM 8 Bit, prints very light shadow of something convert rgb.png ...
- 2014-07-02T04:53:46-07:00
- Forum: Users
- Topic: Montage - Colorspace Questions
- Replies: 39
- Views: 17166
Re: Montage - Colorspace Questions
The rounding error from IM is 4 parts in 65536, or 1 part in 16,000. This would not be visible, and is far less than 1 part in 127. Hmm, in every direction an dead end. :( For testing reason we converted one file - 1px rgb white - with photoshop to lab, tif - and one file whith IM. The file from PS ...
- 2014-07-02T04:32:05-07:00
- Forum: Users
- Topic: Montage - Colorspace Questions
- Replies: 39
- Views: 17166
Re: Montage - Colorspace Questions
What gives you "100,0,-1"? What version of IM are you running? Whit cielab notation I mean the one that takes the central value of the a* and b* channels as 0 and the max/min values as -127,127. That what IM generates as white is 100,0,-1 - a light shade of blue, when in get printed. The printer ...
- 2014-07-02T03:03:00-07:00
- Forum: Users
- Topic: Montage - Colorspace Questions
- Replies: 39
- Views: 17166
Re: Montage - Colorspace Questions
The calculator at http://www.brucelindbloom.com/index.html?ColorCalculator.html takes the central value of the a* and b* channels as 0, with values being positive or negative. In current IM, the central values are 50%, not zero. In Lab space, the triplet (x,50%,50%), using the IM convention, is a ...
- 2014-07-01T01:33:20-07:00
- Forum: Users
- Topic: Montage - Colorspace Questions
- Replies: 39
- Views: 17166
Re: Montage - Colorspace Questions
Okay, thanks. I will try to get someone who knows something about the printers. I 'll come back, if I have a solution or another questions. Thanks so far.
- 2014-06-30T13:54:50-07:00
- Forum: Users
- Topic: Montage - Colorspace Questions
- Replies: 39
- Views: 17166
Re: Montage - Colorspace Questions
1: (255,127,127) #FFFFFF cielab(255,127,127) No. #FFFFFF isn't 255,127,127. Whatever the correct numbers are. It should be pure white, but it is not. These printers use LAB colorspace and they know exactly what white is. So ask your printers, and use that value. Sounds somewhat angry. :( With the ...
- 2014-06-30T11:13:19-07:00
- Forum: Users
- Topic: Montage - Colorspace Questions
- Replies: 39
- Views: 17166
Re: Montage - Colorspace Questions
Sorry, but I have to come back. Background: We creates the .tif files for use in textile printers. These printers use LAB colorspace and they know exactly what white is. Problem: all the above solutions gives us a background that is visually (on screen) white, but not for a LAB aware printer. I'm ...