Author Topic: *.fit Browsing - *.fit Converting  (Read 2658 times)

Offline Farzad_k

  • PixInsight Addict
  • ***
  • Posts: 141
*.fit Browsing - *.fit Converting
« on: 2017 February 14 17:38:36 »
Hello,

I am just trying to figure out if PI has a module similar in nature to Adobe Bridge that can be used to manage *.fit files, and or there is a way to convert *.fit files into something like jpeg.

Thanks

Farzad

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: *.fit Browsing - *.fit Converting
« Reply #1 on: 2017 February 15 00:33:05 »
Hi Farzad,

You have several options for converting. One of them is the BatchFormatConversion script. Simply specify .jpg as the output extension, select your input image files, an optional output directory, and click OK. In the case of JPEG, you may want to define the following output format hints:

quality n

where n is an integer in the range from 0 to 100. The default is 80.

Another possibility, useful if you want to apply some processes in a batch operation before saving the images, is ImageContainer. See this video from PixInsight Resources.

To browse image files with previews, statistics and file headers, you can use the File Explorer window. The Blink tool is fantastic to inspect a set of images, including the possibility to get detailed reports on image statistics and FITS header keywords.
« Last Edit: 2017 February 15 01:04:07 by Juan Conejero »
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline Farzad_k

  • PixInsight Addict
  • ***
  • Posts: 141
Re: *.fit Browsing - *.fit Converting
« Reply #2 on: 2017 February 15 17:23:09 »
Thanks a lot. That was very helpful.

Farzad