Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Select > Modify > Contract - mm instead of pixels

New Here ,
May 21, 2018 May 21, 2018

Hello everybody,

I would like to know if it is possible to change the unit of measurement in photoshop from

pixel to SI units (m, cm, mm, etc.). I know how to change the units on the ruler but

I need to adjust my selection by contracting it a specific amount of mm.

And since I don't want to calculate always the amount of pixels into mm, I hope there is a wayto change units.

With best regards!

2.7K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Community Expert ,
May 21, 2018 May 21, 2018

I’m guessing that a custom script would need to be written which would have a variable used in an input field for the metric unit, that would then get converted to pixels.

selection.contract()

As I can’t script, I’ll have to leave it to others!

Photoshop Scripting

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 22, 2018 May 22, 2018
LATEST

If you can’t script and don’t wish to work this out each time, it would be prudent to create some actions:

contract.png

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 22, 2018 May 22, 2018

Not natively. As was already mentioned, selections operate strictly based on pixels and to automate that, you would have to do the calculation in a script, including figuring in the document DPI.

Mylenium

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
May 22, 2018 May 22, 2018

Sorry that's not a feature in PS.  Easy to calculate pixels per mm based on image resolution.

Check that in image size and calculate it Screen Shot 2018-05-22 at 5.40.38 AM.png

30 pixels per mm shown above so it's easy to calculate based on the image size dialog



ICC programmer and developer, Photographer, artist and color management expert, Print standards and process expert.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 22, 2018 May 22, 2018

A pixel does not in itself have a dimension. Mm will depend on your resolution, like Bob_Hallam mentioned. You can change your resolution without changing number of pixels and your file will be the same size in MB 😉

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines