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!
Output (Sharing) question
-
- Posts: 19
- Joined: 06 May 16 23:00
- Location: Boston
- Contact:
Re: Output (Sharing) question
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
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 which means that users post questions here for other users.
Feature requests, change suggestions, or bugs can be logged in the ticketing system
Feature requests, change suggestions, or bugs can be logged in the ticketing system
-
- Posts: 19
- Joined: 06 May 16 23:00
- Location: Boston
- Contact:
Re: Output (Sharing) question
Thank you, Hert!
It worked like a charm!
It worked like a charm!