GNOME Bugzilla – Bug 674066
Changing Gimp to LCMS2-2.3
Last modified: 2012-05-06 09:56:24 UTC
Created attachment 212007 [details] [review] color-selector-cmyk-lcms.c.patch I programmed some changes, concerning lcms. I tried to change from lcms 1.19 to lcms 2.3. The changes compiles against lcms2-2.3, so further enhancements can be useful for gimp? Maybe one of the developers can look over it? I'm not familiar with C (coming from 'Java fields') and not familiar with diff.
Created attachment 212008 [details] [review] configure.ac.patch
Created attachment 212009 [details] [review] display-filter-lcms.c.patch
Created attachment 212010 [details] [review] display-filter-proof.c.patch
Created attachment 212013 [details] [review] jpeg-load.c.patch
Created attachment 212014 [details] [review] lcms.c.patch
Comment on attachment 212007 [details] [review] color-selector-cmyk-lcms.c.patch [Fixing wrong mime type and set "patch" flag so it can be queried for.] Patch would need cleaning up to remove the lines commented with //.
Comment on attachment 212009 [details] [review] display-filter-lcms.c.patch Coding style: Surrounding code has spaces between function name and opening brakets for parameters, your style does not apply to that...
Created attachment 213226 [details] [review] Changes from lcms1 to lcms2-2.3 Yes, you are right. As I said, I come from java fields. I changed source and made a new patch-file. I hope, it fits the conventions now.
*** This bug has been marked as a duplicate of bug 675558 ***