normally i work in jpg. after editing a file in nik i have a large tif file- is there a way to convert that to a jpg and delete the tif? or do i have to go the long way of exporting as a jpg and then import again?
thank you very much
normally i work in jpg. after editing a file in nik i have a large tif file- is there a way to convert that to a jpg and delete the tif? or do i have to go the long way of exporting as a jpg and then import again?
thank you very much
HI there
You said that you want to convert tiff to jpg files.Then you can refer to this code:
/// Firstly, render TIFF document to get a REImage collection, or choose specific TIFF page to render BasePage TIFFDocument.GetPage(int pageIdx); BaseImage TIFFPage.toImage(); BaseImage TIFFPage.toImage(int width, int height); TIFFDocument(List<REImage> imagesource); /// Secondly, convert TIFFs to JPEG images using following TIFF conversion API void REImage.Convert(Stream s, ImageFormat format);
Or you can just add a tiff processing tool which supports to convert tiff or delete tiff files directly.Hope to help you.
I was wondering the same thing as Jochen. I have no idea what Nana111 wrote. I bet there is a much simpler way than writing an API? Anybody?
ACS
I don’t think there is an easy “one click” solution. Unfortunately no plug-ins offer the option of saving as a jpg, which would be the most easy way to accomplish this.
One way to accomplish what you want is to to export the TIFF as a JPG (chose the setting you want) and then re-import into your library. Make an export preset to the specs you want your JPEG to be and export into a folder in the desktop, drag that folder back to the project where the TIFFs are located, delete the TIFFs.
I am hoping that Apple either makes Aperture’s plugins obsolete with the new Aperture 4 or at least make a way that we could have non-destructive plug-ins.
Hope that helps
Rafael
Rafael
http://www.mydarkroom.ca
It depends on which Nik plugin you are using. Some of them allow you to set the output of the plugin to JPEG (e.g. Nik HDR Efex Pro 2). Others only allow you to make adjustments to the TIFF output. Once you have your image open in a Nik plugin, click the settings button on the lower left corner of the window and check for the output settings available.
Thomas
This should do the job?
https://www.apertureexpert.com/store/applescript-convert-master-file-for…