PMXBOT Log file Viewer

Help | Karma | Search:

#pil logs for Monday the 21st of July, 2014

(Back to #pil overview) (Back to channel listing) (Animate logs)
[07:52:48] <andrkavr> hello!
[07:53:43] <andrkavr> any ideas how to get CMYK to RGB conversion to produce normal colors? I'm getting dark, very high contrast images.
[09:33:39] <travis-ci> [travis-ci] hugovk/Pillow#437 (qt2.7 - 8c60de3 : hugovk): The build passed.
[09:33:39] <travis-ci> [travis-ci] Change view : https://github.com/hugovk/Pillow/commit/8c60de375d8b
[09:33:39] <travis-ci> [travis-ci] Build details : http://travis-ci.org/hugovk/Pillow/builds/30440501
[16:51:42] <wiredfool> andrkavr: how are you trying it? got a sample code + image?
[20:21:58] <travis-ci> [travis-ci] hugovk/Pillow#438 (master - 7155919 : wiredfool): The build passed.
[20:21:58] <travis-ci> [travis-ci] Change view : https://github.com/hugovk/Pillow/compare/e4c0a306f9c6...7155919b5b02
[20:21:58] <travis-ci> [travis-ci] Build details : http://travis-ci.org/hugovk/Pillow/builds/30493231
[20:29:27] <travis-ci> [travis-ci] hugovk/Pillow#439 (ImagePalette - 7155919 : wiredfool): The build passed.
[20:29:27] <travis-ci> [travis-ci] Change view : https://github.com/hugovk/Pillow/compare/ImagePalette
[20:29:27] <travis-ci> [travis-ci] Build details : http://travis-ci.org/hugovk/Pillow/builds/30494091
[20:39:55] <travis-ci> [travis-ci] hugovk/Pillow#440 (ImagePalette - d06735b : hugovk): The build passed.
[20:39:55] <travis-ci> [travis-ci] Change view : https://github.com/hugovk/Pillow/compare/7155919b5b02...d06735b49eba
[20:39:55] <travis-ci> [travis-ci] Build details : http://travis-ci.org/hugovk/Pillow/builds/30494261
[21:27:35] <travis-ci> [travis-ci] python-pillow/Pillow#1388 (master - af4c3c9 : wiredfool): The build passed.
[21:27:35] <travis-ci> [travis-ci] Change view : https://github.com/python-pillow/Pillow/compare/7155919b5b02...af4c3c9a8c20
[21:27:35] <travis-ci> [travis-ci] Build details : http://travis-ci.org/python-pillow/Pillow/builds/30499252
[21:45:37] <DrIDK> Could someone help me ? I want to rotate the hue of a picture. I want the same results I get from gimp by shift the hue -90 and saturation : 100
[22:08:31] <wiredfool> what have you tried?
[22:08:39] <wiredfool> DrIDK:
[22:09:29] <DrIDK> wiredfool: this works , but it's slow http://paste.kde.org/p5v1nrxp1
[22:11:47] <DrIDK> Is there a way to make it faster ?
[22:11:59] <wiredfool> the only HSV that I see anywhere is in the lcms2 module, so it might be possible to do something through that.
[22:13:39] <wiredfool> alternately, it looks like scikit has a conversion to/from hsv
[22:13:55] <wiredfool> and then you could do fast ops on it there.
[22:14:29] <wiredfool> http://stackoverflow.com/questions/22503938/color-rotation-in-hsv-using-scikit-image
[22:24:26] <wiredfool> otoh, since pillow doesn't support HSV, I don't think that you can actually make that work using ImageCMS.
[22:35:29] <travis-ci> [travis-ci] wiredfool/Pillow#418 (master - af4c3c9 : wiredfool): The build passed.
[22:35:29] <travis-ci> [travis-ci] Change view : https://github.com/wiredfool/Pillow/compare/4b40839970b7...af4c3c9a8c20
[22:35:29] <travis-ci> [travis-ci] Build details : http://travis-ci.org/wiredfool/Pillow/builds/30504604