Jonathan, Modifying the code is a bit beyond my skill set, but putting in a request to add the ability to modify the dpi (image res?) setting on tiff file output is a good idea... Thanks!
Rich On Sep 7, 2012, at 3:48 PM, Jonathan Egstad wrote: > I'd suggest making a feature request to the Foundry to expose this parameter > in the tiffWriter plugin. > > If you're feeling ambitious you can modify the tiffWriter code that comes > with Nuke. > > -jonathan > > On Sep 7, 2012, at 11:24 AM, Rich Bobo wrote: > >> Thanks, Chris. >> >> >> Rich >> >> Rich Bobo >> Senior VFX Compositor >> Armstrong-White >> http://armstrong-white.com/ >> >> Mobile: (248) 840-2665 >> Web: http://richbobo.com/ >> >> On Sep 7, 2012, at 1:34 PM, chris wrote: >> >>> another idea would be to use imagemagick as a batch script: >>> http://www.imagemagick.org/Usage/basics/#density >>> >>> ++ chris >>> >>> >>> >>> >>> On 9/8/12 at 5:34 PM, [email protected] (Deke Kincaid) wrote: >>> >>>> You could do this with the python image library(PIL). >>>> >>>> import Image >>>> im=Image.open("blahblah.tif") >>>> im.save("blahblah.tif", dpi=(600,600) ) >>>> >>>> http://www.pythonware.com/library/pil/handbook/format-tiff. >>>> htm >>>> http://www.pythonware.com/library/pil/handbook/image.htm >>>> >>>>> >>>>> On Sat, Sep 8, 2012 at 12:12 AM, Rich Bobo >>>> <[email protected]> wrote: >>>>>> >>>>>> Hi, >>>>>> >>>>>> If possible, I'd like to be able to write out TIFF images >>>> at a higher DPI than 72. I am taking images from Photoshop to Nuke and >>>> writing out TIFFs. They start out at 424 dpi in Photoshop and Nuke changes >>>> them to 72 dpi, the screen resolution. When the images are written out, >>>> they are written as 72 dpi. It would be great if I could write the output >>>> files with the original 424 dpi value. Is this possible? If not, I guess >>>> I'll have to re-save them in Photoshop... >>>>>> >>> >>> _______________________________________________ >>> Nuke-users mailing list >>> [email protected], http://forums.thefoundry.co.uk/ >>> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >> >> _______________________________________________ >> Nuke-users mailing list >> [email protected], http://forums.thefoundry.co.uk/ >> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users > > _______________________________________________ > Nuke-users mailing list > [email protected], http://forums.thefoundry.co.uk/ > http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users
_______________________________________________ Nuke-users mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users
