Created
January 28, 2019 14:23
-
-
Save simonwagner/209f14446989f4c9d617f02778ca5b97 to your computer and use it in GitHub Desktop.
Convert raw float32 RGBA bytes to TIFF
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
convert -endian LSB -depth 32 -define quantum:format=floating-point -size 512x512 -alpha on rgba:/tmp/rgba.dat /tmp/rgb.tiff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment