Quantcast
Channel: Adobe Community: Message List - Photoshop Scripting
Viewing all articles
Browse latest Browse all 27456

Re: Batch or script..plug-in?

$
0
0

If you're using raw files, I looks like you just need to add whatever extension they have to this line:

 

if (theFile.name.match(/\.(jpg|tif|psd|pdf|)$/i))

 

 

So if your using a Nikon, it would be:

 

if (theFile.name.match(/\.(jpg|tif|psd|pdf|nef|)$/i))


Viewing all articles
Browse latest Browse all 27456


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>