question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to convert from CMYK to RGB

See original GitHub issue
I need convert img from CMYK to RGB?

How to convert from CMYK to RGB?

Please...:)

Original issue reported on code.google.com by thomasta...@gmail.com on 18 Apr 2012 at 8:47

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
ijxdbcommented, Jul 27, 2017

I am using Thumbnailator lib to create thumbnails. But it fails to create thumbnail for cmyk images.

at com.sun.imageio.plugins.jpeg.JPEGImageReader.readInternal(JPEGImageReader.java:1068)

at com.sun.imageio.plugins.jpeg.JPEGImageReader.read(JPEGImageReader.java:1039)

at net.coobird.thumbnailator.tasks.io.InputStreamImageSource.read(Unknown Source)

at net.coobird.thumbnailator.tasks.SourceSinkThumbnailTask.read(Unknown Source)

at net.coobird.thumbnailator.Thumbnailator.createThumbnail(Unknown Source)

at net.coobird.thumbnailator.Thumbnails$Builder.toOutputStream(Unknown Source)

at net.coobird.thumbnailator.Thumbnailator.createThumbnail(Unknown Source)

at net.coobird.thumbnailator.Thumbnailator.createThumbnail(Unknown Source)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:498)

javax.imageio.IIOException: javax.imageio.IIOException: Unsupported Image Type

Please can you suggest any work arounds?

0reactions
GoogleCodeExportercommented, Jul 25, 2015
Sorry for the late reply.

Thanks for your reply!

Original comment by thomasta...@gmail.com on 9 Jul 2015 at 2:45

Read more comments on GitHub >

github_iconTop Results From Across the Web

CMYK to RGB color conversion - RapidTables.com
CMYK to RGB conversion formula. The R,G,B values are given in the range of 0..255. The red (R) color is calculated from the...
Read more >
Online CMYK to RGB conversion
Convert images from CMYK to RGB color space (using professional color profiles) with this free online converter.
Read more >
How Do I Change From CMYK to RGB in Photoshop?
1. Open the image you want to edit in Photoshop. · 2. Go to the “Image” menu and select “Mode.” · 3. A...
Read more >
CMYK to RGB - RGB, CMYK, HEX online color code converter
How to convert CMYK to RGB · Red = 255 × ( 1 - Cyan ÷ 100 ) × ( 1 - Black...
Read more >
How To Convert Images From CMYK To RGB Mode In ...
With the file open, go to Image>Mode and select RGB Color. You will see an on-screen prompt telling you to flatten the image...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found