Search found 3 matches

by igoroshko
Wed Oct 18, 2017 5:58 pm
Forum: Photoshop Scripting - General Discussion
Topic: Performance of custom Zoom In script
Replies: 14
Views: 26614

Re: Performance of custom Zoom In script

Thank you very much! I will definitely try it later today!

Update: Just tried it, and it works awesome! Thank you! :)
by igoroshko
Sat Oct 07, 2017 1:32 pm
Forum: Photoshop Scripting - General Discussion
Topic: Performance of custom Zoom In script
Replies: 14
Views: 26614

Re: Performance of custom Zoom In script

But I need custom zoom levels. Ctrl+ jumps from 100% to 200% which is completely unuseful on my 4k screen when working on web designs.
by igoroshko
Fri Oct 06, 2017 8:46 pm
Forum: Photoshop Scripting - General Discussion
Topic: Performance of custom Zoom In script
Replies: 14
Views: 26614

Performance of custom Zoom In script

Hello, I need custom script values, so found a script that can do it: main(); function main(){ /**************** Use either zoomIn(); zoomOut(); **************/ if(!documents.length) return; var zoomLevels=[12.5, 25, 50, 100, 150, 200, 300, 400]; zoomIn(); function zoomIn(){ var zoomLevel = getZoomL...