Jump to content

SkySurveyBanner.jpg.21855908fce40597655603b6c9af720d.jpg

Changing File Types?


Recommended Posts

I'd go for ImageMagick - it comes with dcraw and should handle all the native dslr and a few hundred other types.

Commands are of the form

'convert <filename>.<type extension> <new filename>.<new type extension>

You can also do things like 'convert %f:JPG %f:GIF' for folders of files or a common one I use is

for %f in (*.nef) do convert -resize 800x600 %f %~i_medium.jpg where ~%~x is the file extension part of the filename

HTH

Mike

Link to comment
Share on other sites

can you not just open the raw image in photoshop and save as jpeg????, never used raw images before so not sure but photoshop has plenty of options

Older versions of Photoshop can have issues with raws from cameras that were brought out after a newer version of photoshop was released.. Adobe tend to continue to provide upgrades for a couple of years when a new version comes out then stop...

You can use the free Adobe DNG Convertor to convert the images or any number of other utilities that are out there...

http://www.adobe.com....jsp?ftpID=5375

Peter...

Link to comment
Share on other sites

how can I change a Raw file into a JPEG file on a computer? Do I need to download something to do it?

cheers

Matt

I wish to add this: If you have astro images (or any other image really) that you

would actually manipulate, then you should manipulate the RAW and then export the file to JPEG once you're done.

JPEG is a compressed format and because of this has lost most of his data.

Depending on the camera you are using, its bundled software should be able to handle RAWs and export to JPEG.

For instance, Nikon releases a NEF codec (NEF is the Nikon version of RAW) and that allows other applications

to handle the RAW - and save to Jpeg. This should be the cheapest way.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. By using this site, you agree to our Terms of Use.