romashamin / Size-Marks-PS

A Photoshop™ script that makes measurement marks
MIT License
1.55k stars 168 forks source link

size in mm #37

Open kovacsdongo opened 3 years ago

kovacsdongo commented 3 years ago

hello how can i change px to mm ?

murlai commented 3 years ago

Open .jsx file

Replace "px" into "mm" use find and replace.

save and run.

kovacsdongo commented 3 years ago

oh jsx file, it did not see (doh)

thank you

romashamin commented 3 years ago

@murlai @kovacsdongo actually it’s not that easy.

Size in millimeters is connected to a document’s resolution (e. g. 72 pixels per inch literally means 72 pixels in the document became 1 inch after the document is printed).

Thus changing px to mm maybe is not what you’re looking for.