Skip to content

Instantly share code, notes, and snippets.

View WhereJuly's full-sized avatar

WhereJuly WhereJuly

  • Berditshev, Ukraine
View GitHub Profile
@WhereJuly
WhereJuly / Photoshop: zoom300.jsx
Last active October 18, 2022 20:49
Photoshop: script for zooming in
main();
function main(){
// Change the value between the parentheses below
// into your desired percentage:
setZoomLevel(300);
// Leave the code below unchanged
function setZoomLevel(zoom){
if(zoom < 1) zoom =1;