Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bulk convert TIF 16 bits to PNG 16 bits gray scale #8

Open
lpatiny opened this issue Sep 18, 2015 · 1 comment
Open

Bulk convert TIF 16 bits to PNG 16 bits gray scale #8

lpatiny opened this issue Sep 18, 2015 · 1 comment

Comments

@lpatiny
Copy link
Member

lpatiny commented Sep 18, 2015

This 'complex' operation can be done in just one line on a unix computer thanks to "ImageMagick"

mogrify -format png -depth 16 -- *.tif
@lpatiny
Copy link
Member Author

lpatiny commented Nov 25, 2015

On the macintosh:

brew install ImageMagick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant