Skip to main content
Rileyzz9
Participant
April 23, 2020
Answered

Photoshop Document presets

  • April 23, 2020
  • 3 replies
  • 612 views
  1. There is every typ of apple product for mobile but only one android and it would be nice if they added more android phones due to there being many and many flag ship phones like Samsung, LG, Google Pixle, Motorola. They have difrent px ratio and exspesily for the Samsung S20. I know you can manily set that up but it would be nice just to have that already in there
  2. Also keeps having a hard time saving a custum document size. Please fix that.
This topic has been closed for replies.
Correct answer c.pfaffenbichler

This is a user Forum, so you are not really addressing Adobe here, even though some Adobe employees thankfully have been dropping by.

The place for Photoshop Feature Requests and Bug Reports is 

https://feedback.photoshop.com/photoshop_family/

3 replies

Participant
February 16, 2022
  • Hii
  •  
Semaphoric
Community Expert
Community Expert
April 23, 2020

There used to be a file in the prefs called something like New Doc Sizes.txt, which you could edit in an ordinary text editor, specifying things like guides and aspect ratio, as well as dimensions and background. For some reason, this rwas removed sometime before CS4 (the oldest version I have installed).

 

There is now a New Doc Sizes.json file, which has a space in each entry for guides, but only says "[]". I tried entering some numbers, like I did back in the .txt verion, but Photoshop didn't accept it, and created a new default version, wiping out all the presets I had there. I had to copy them back from CC2019.

 

The old way was so straighforward, I don't know why they got rid of it.

Stephen Marsh
Community Expert
Community Expert
February 16, 2022

@Semaphoric wrote:

There used to be a file in the prefs called something like New Doc Sizes.txt, which you could edit in an ordinary text editor, specifying things like guides and aspect ratio, as well as dimensions and background. For some reason, this rwas removed sometime before CS4 (the oldest version I have installed).

 

There is now a New Doc Sizes.json file, which has a space in each entry for guides, but only says "[]". I tried entering some numbers, like I did back in the .txt verion, but Photoshop didn't accept it, and created a new default version, wiping out all the presets I had there. I had to copy them back from CC2019.

 

The old way was so straighforward, I don't know why they got rid of it.


 

JSON files are plain text, however, they are certainly easier to edit with appropriate syntax highlighting, indenting and other "beautifications" applied:

 

{
    "sections": [
        {
            "section": "user",
            "presets": [
                {
                    "name": "400 px x 400 px",
                    "identifier": "",
                    "group": "user",
                    "width": 400.0,
                    "height": 400.0,
                    "units": "pixelsUnit",
                    "profile": "sRGB IEC61966-2.1",
                    "resolution": 28.346456692913386,
                    "resolutionUnits": "centimetersUnit",
                    "depth": 8,
                    "scale": 1.0,
                    "mode": "RGB",
                    "fill": "white",
                    "guides": [],
                    "artboards": []
                }
            ]
        }
    ]
}

 

The New Doc Sizes.json file is stored is at the user level, not to be confused with Default New Doc Sizes.json which is at the application level.

 

In the example above, I didn't have to write any JSON code, using the legacy new document interface to create a new document preset automatically created the content. My guess is that the new JSON method is required for the "new" new document interface (which I disable), not the legacy one.

 

c.pfaffenbichler
Community Expert
c.pfaffenbichlerCommunity ExpertCorrect answer
Community Expert
April 23, 2020

This is a user Forum, so you are not really addressing Adobe here, even though some Adobe employees thankfully have been dropping by.

The place for Photoshop Feature Requests and Bug Reports is 

https://feedback.photoshop.com/photoshop_family/

Rileyzz9
Rileyzz9Author
Participant
April 23, 2020

ok thank you