Photoshop CS2 Automatically fit image on screen

Upload Area - Upload Files Here, link to them from the appropriate Forum

Moderators: Tom, Kukurykus

Larry Ligon

Photoshop CS2 Automatically fit image on screen

Post by Larry Ligon »

This uses the new feature of attaching a script to an event in Photoshop CS2. It will automatically resize the image to fit on the screen. The script is attached to the "Open Document" event.

See the Read Me.pdf for instructions on how to install and use this script.

Larry
freedomflyer

Photoshop CS2 Automatically fit image on screen

Post by freedomflyer »

Larry-

Do you know if there is a script available to allow for an actual pixels view script?

After opening all pics go to actual view.

Thanks in advance!
Larry Ligon

Photoshop CS2 Automatically fit image on screen

Post by Larry Ligon »

Check out this: bb/viewtopic.php?t=61

Larry
Larry Ligon

Photoshop CS2 Automatically fit image on screen

Post by Larry Ligon »

Here is a new version that adds the Full Screen mode command.

Replace the "Fit Image on Screen.jsx" with this one and re-start Photoshop.

You may have to toggle the box next to "Enable Scripts to Run Scripts/Actions:" in order to get the change to take effect.

Larry
ronjon

Photoshop CS2 Automatically fit image on screen

Post by ronjon »

The latest script tries hard but I still have to press "F" to go full screen.
Skrippy

Photoshop CS2 Automatically fit image on screen

Post by Skrippy »

Thanks I like the idea and am using it for now, but on the other hand I don't like the distorted look of pictures that are not 100, 50, 25 or 12,5 % size.

Is it therefore possible to add a bunch of if / else statements where you can decide, e.g.:

If width > 2500 or height > 3000 -> 25%
else
If width > 1400 or height > 1200 -> 50%
etc

If it is dead simple for someone to include an add-on example, please feel free