-
Suggestion
-
Resolution: Duplicate
-
None
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
JIRA currently does not support CMYK jpeg images due to the JRE not providing this support (http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5100094).
There are possible workarounds that can be made to add this support (http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4799903).
Alternatively the jai-imageio is commonly used to provide better image support within java.
- duplicates
-
JRASERVER-20072 Attachment and thumbnail missing in issue when CMYK jpeg image attached.
-
- Closed
-
- is related to
-
JRASERVER-19557 Thumbnail of certain image attachments fail and cause ERROR in log
-
- Closed
-
-
JRASERVER-20072 Attachment and thumbnail missing in issue when CMYK jpeg image attached.
-
- Closed
-
-
JRASERVER-20075 Activity Stream broken when CMYK JPEG is attached to an issue
-
- Gathering Impact
-
- relates to
-
CONFSERVER-8718 JPEG image render doesnt support CMYK - black boxes after Jimage upload
-
- Closed
-
-
JRACLOUD-20071 Provide CMYK JPEG support within JIRA
- Closed
Hi,
I think there are a solution here: http://www.randelshofer.ch/blog/2011/08/reading-cmyk-jpeg-images-with-java-imageio/
Thanks.