Re: gm display unrecognized command 'display'
Bob Friesenhahn <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.help |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 11 Nov 2015, McDowell, Blake wrote: > Here at the Smithsonian we are beginning the process of writing some > scripts to handle batch writing of metadata to DPX files, which is > format we scan our film to. We will be working with some developers > (I'm not a developer) over the next few months to scope this out and > make it something that other archives/libraries/museums can use in > the future. I'm researching Graphics Magick as the potential > backbone for this project - and learning a whole lot along the way! GraphicsMagick is good at writing DPX metadata, but it also rewrites all of the pixel data (slow). Since DPX uses a fixed header, dedicated software optimized for re-writing the DPX headers would get the job done a lot faster. The ability to do this is one of the advantages of DPX over most other formats. Bob -- Bob Friesenhahn [email protected], http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ ------------------------------------------------------------------------------