Re: command line utilities to join tiled images?
"Alexander Stohr" <[email protected]> Tue, 29 Aug 2006 20:55:44 +0200
| Newsgroups | gmane.comp.video.openexr.user |
|---|---|
| Message-ID | <00b401c6cb9c$bc80c450$1002a8c0@alexsde> |
i dont know about any such utiltiy right now, but writing one on your own would not be that complex: you just have to load the 4 tiles and then copy the raw pixels into a single buffer that once again gets encoded. for this using an openexr library would be all you need. (if it were friday now, i would say, drop me a note and i will try my very best on this topic until next monday.) for JPEG with micro tiles encoding (some 16x16, you might see them when encoding with too much loss) it would be even possible to just join the micro tiles without even a need for decoding them. That needs deeper knowledge of image format and might not work if the width or height arent multiple of micro tile size. i am not sure if something similar to the second method will be allowed for some/all EXR format encodings. -Alex. ----- Original Message ----- From: Stephen Sloan To: [email protected] Sent: Tuesday, August 29, 2006 2:39 AM Subject: [Openexr-user] command line utilities to join tiled images? I have been trying to find a [windowsxp or cygwin] command line utility to join together tiled images [ie 4 1024x778 tiles that combine to make a 2048x1556 image] that have been rendered in openexr. Imagemagick/graphicsmagick only operates in 8 or 16bit and as far as I can tell does not support the exr format. I know this is basic so any help appreciated! Steve ------------------------------------------------------------------------------ _______________________________________________ Openexr-user mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/openexr-user _______________________________________________ Openexr-user mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/openexr-user