PS Resize action
- Started
- Last post
- 6 Responses
- leewilson78
Hi all,
Anyone know if there is a PS action that can resize, but, take into account if the image is portrait or landscape?
Thanks
- welded0
I remember having to rely on ImageReady to do this, but that was a while ago. Does ImageReady even still exist?
- neverblink0
it's called Image Processor.. it's in actions / script / batch somewhere..
- NoFavorite0
I usually record my own resize action.
- acescence0
in the past i've used applescript to read the image sizes and sort them in folders based on landscape/portrait, then launch the appropriate resize script
- Fancy!NoFavorite
- you can find the code online and hack it together. applescript is plain-language and easy to understandacescence
- You dont need to pre-sort... PS (or at least Image Ready)' can size by width or heightribit
- you just specify the desired max width or height in the Actionribit
- yeah, could never get that working in ps, always ended up with tiny landscape and huge porttraitacescence
- leewilson780
cheers for the advice all, I will try the applescript route.
- ribit0
depends what you want to achieve exactly.. Image Ready was able to handle sizing to a max width or height within the Action options (dbl-click the action item)... not sure if PS does?