Output (Sharing) question

Post Reply
mckeephoto
Posts: 19
Joined: 06 May 16 22:00
Location: Boston
Contact:

Output (Sharing) question

Post by mckeephoto »

This is probably a newbie question but I can't seem to figure this out.

I am attempting to select a few tiff images in a portfolio and output them as smaller jpgs in a new folder to share with a client.

However, I keep getting tiffs in stead of JPGs.

Here's what I have so far:

1. select images
2. go to Share>manage>Folder Transfer
3. click + to set up a new transfer profile
4. Location - select a folder
5. Sizing - seems self explanitory
6. File Naming
%FileName
T .jpg

I haven't messed with the other settings in there, such as Catalog Settings, Caption sig, etc.

The original file names are mckee_20160309_709 Master.tif I end up with mckee_20160309_709 Master.jpg.tif

Why am I not getting jpgs?

The tiffs are 8 bit, layered files.

Bonus question: is there a way to remove "Master" from the file name automatically in the sharing recipe?

Thanks!
Hert
Posts: 7870
Joined: 13 Sep 03 6:24

Re: Output (Sharing) question

Post by Hert »

Hi Matt,

In the rename rule, click the hamburger menu next to the file name sample.
There click "Edit as Text"
Change it into %FileName.jpg (remove %FileExtension)
Click OK

To remove Master:
1. Click on % FileName
2. Select "Replace Text Part"
3. Replace Master with nothing

Here's the full rule as text, you can copy/paste it to the Edit as Text option

Code: Select all

%FileName{replace= Master,}.jpg
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
mckeephoto
Posts: 19
Joined: 06 May 16 22:00
Location: Boston
Contact:

Re: Output (Sharing) question

Post by mckeephoto »

Thank you, Hert!

It worked like a charm!
Post Reply