Hi, I have a raw file, which I want to convert as a jpeg image.
Is there any way to convert raw file to jpeg in java. Can I see the actual Image after converting to jpeg. Because I tried to convert the raw file to jpeg using some image viewing softwares, but I can see some scattered image only rather than the actual image. Please help me. Thanks in advance. Phanikanth |
vmunukutla wrote:
> Hi, I have a raw file, which I want to convert as a jpeg image. > Is there any way to convert raw file to jpeg in java. > Can I see the actual Image after converting to jpeg. > Because I tried to convert the raw file to jpeg using some image viewing > softwares, > but I can see some scattered image only rather than the actual image. > > Please help me. > > Thanks in advance. > > Phanikanth > I know this is the ImageJ forum, but I'm going to suggest Faststone Image Viewer. There is a nice batch-mode conversion interface that is very user friendly. It is also very handy for basic functions like cropping. I highly recommend it. I use Image J for image analysis, but for convertering my Raw files to JPEG after a weekend of taking pictures, I end up using Faststone. http://www.faststone.org/index.htm Cheers, Damon -- Damon Poburko, PhD Postdoctoral Research Fellow Stanford University School of Medicine Dept. of Molecular & Cellular Physiology 279 Campus Dr., Beckman B103, Stanford, CA 94305 Ph: 650 725 7564, fax: 650 725 8021 |
In reply to this post by vmunukutla
Hi Phanikanth,
no problem, if it is a simple "matrix" plus some header stuff, you need to know if it´s 8, 16, 32 bit, signed, unsigned float etc. use "Import/Raw and "Follow the instructions"..., after that you can save it is a standard format! Cheers Mit freundlichen Grüßen / Best regards Joachim Wesner Projektleiter Optik Technologiesysteme Leica Microsystems CMS GmbH | GmbH mit Sitz in Wetzlar | Amtsgericht Wetzlar HRB 2432 Geschäftsführer: Dr. Stefan Traeger | Dr. Wolf-Otto Reuter | Dr. David Roy Martyr | Colin Davis www.leica-microsystems.com vmunukutla <vmunukutla@CTEPL .COM> An Gesendet von: [hidden email] ImageJ Interest Kopie Group <[hidden email]. Thema GOV> How to convert Raw file to jpeg image 20.08.2009 12:56 Bitte antworten an ImageJ Interest Group <[hidden email]. GOV> Hi, I have a raw file, which I want to convert as a jpeg image. Is there any way to convert raw file to jpeg in java. Can I see the actual Image after converting to jpeg. Because I tried to convert the raw file to jpeg using some image viewing softwares, but I can see some scattered image only rather than the actual image. Please help me. Thanks in advance. Phanikanth -- View this message in context: http://n2.nabble.com/How-to-convert-Raw-file-to-jpeg-image-tp3478283p3478283.html Sent from the ImageJ mailing list archive at Nabble.com. ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ |
In reply to this post by dpoburko
Hi, Joachim Wesner
Thanks for your reply. I tried "Import/Raw" in ImageJ. But still I couldn't see the actual image. Thanks, Phanikanth |
Hi,
as I said, you need to know a bit about the actual image size, format and the like, maybe you can send me an example file and I wil give it a try? (Icannot promise to work on this immediately!) Mit freundlichen Grüßen / Best regards Joachim Wesner ____________________________________________ Leica Microsystems CMS GmbH | GmbH mit Sitz in Wetzlar | Amtsgericht Wetzlar HRB 2432 Geschäftsführer: Dr. Stefan Traeger | Dr. Wolf-Otto Reuter | Dr. David Roy Martyr | Colin Davis www.leica-microsystems.com vmunukutla <vmunukutla@CTEPL .COM> An Gesendet von: [hidden email] ImageJ Interest Kopie Group <[hidden email]. Thema GOV> Re: How to convert Raw file to jpeg image 20.08.2009 15:49 Bitte antworten an ImageJ Interest Group <[hidden email]. GOV> Hi, Joachim Wesner Thanks for your reply. I tried "Import/Raw" in ImageJ. But still I couldn't see the actual image. Thanks, Phanikanth -- View this message in context: http://n2.nabble.com/How-to-convert-Raw-file-to-jpeg-image-tp3478283p3479113.html Sent from the ImageJ mailing list archive at Nabble.com. ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ |
Hi, Attached is the raw file to be converted to JPEG. Thanks, Phanikanth From: Joachim Wesner (via
Nabble) [mailto:[hidden email]] Hi, View message @ http://n2.nabble.com/How-to-convert-Raw-file-to-jpeg-image-tp3478283p3479574.html
idexxscan.row (13M) Download Attachment |
Hi,
I didn´t get a file, IIRC you will need to send it by personal mail, this list does not support attachments! Joachim ____________________________________________ Leica Microsystems CMS GmbH | GmbH mit Sitz in Wetzlar | Amtsgericht Wetzlar HRB 2432 Geschäftsführer: Dr. Stefan Traeger | Dr. Wolf-Otto Reuter | Dr. David Roy Martyr | Colin Davis www.leica-microsystems.com vmunukutla <vmunukutla@CTEPL .COM> An Gesendet von: [hidden email] ImageJ Interest Kopie Group <[hidden email]. Thema GOV> Re: Antwort: Re: How to convert Raw file to jpeg image 20.08.2009 17:13 Bitte antworten an ImageJ Interest Group <[hidden email]. GOV> Hi, Attached is the raw file to be converted to JPEG. Thanks, Phanikant ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ |
In reply to this post by vmunukutla
Did you account for Big-endian/Little-endian byte ordering?
File/Import/Raw has a checkbox for this, but seems to only apply when going from a little-endian to big-endian machine. I don't know what happens if you go the other way. I have had problems with this in the past when gpoing from a Sun Work station to a PC. David |
In reply to this post by Joachim Wesner
Joachim, How may I have your email id. Please send your email id to: phanikanthb4u@gmail.com Thanks, Phanikanth
|
In reply to this post by Joachim Wesner
Joachim,
Thank you very much for your reply. I could see the actual image by giving the image size, format in "Import/Raw" in ImageJ. Actually my requirement is , I should process the raw file( which is a 16 bit grayscale) and create 4 images of different brightness and contrast. Can you please suggest me any approach regarding this. Thanks, Phanikanth
|
In reply to this post by vmunukutla
Try Ivan Image Converter to convert RAW files to JPEG, GIF, PNG, BMP, etc. in batch mode. It supported >40 output formats. Download it here: http://www.ivanview.com/ivan-image-converter.html |
Free forum by Nabble | Edit this page |