Opening and Saving files

Digital graphics is usually stored as a raster image, or a vector image. There are many formats for saving and distributing different types of graphics. Let's mention PNG and JPG, which contain a single-layer rectangular raster image (a grid of pixels).

Image editors usually have their own file formats, that besides raster and vector graphics contain additional information, which can be useful for changing the image in the future. For example, when we add a text into an image and save it as a PNG, letters would become pixels and such text would be hard to change (we would have to guess the font family, character size, the original image behind the letters would be lost).

Photopea uses the PSD format as the main format for storing image documents with an additional information. It was designed for the use in Adobe Photoshop and became very popular since then. All files, that you open in Photopea (such as PNG, JPG, Sketch) are converted to PSD (when they are not PSDs already). When you finish editing, the result can be saved from the PSD to other formats.

Photopea also supports many kinds of resources, that can be used for editing the image. You can load your own brushes, gradients, fonts and more, the same way you open images.

Opening files

There are several ways of opening files. The standard way is through the Open dialog (File - Open). You can also paste images (from the system clipboard) simply by pressing Ctrl + V. Another way is to open files by dragging them from your local system and dropping them into the Photopea environment inside a web browser.

When you have no documents open, dropped files will be opened in a regular way. When some documents are already open in Photopea, you can drop new document into the main area of the current document. The new file will be inserted into the current document as a new layer (a Smart Object layer).

When some documents are opened, you can drop new files into the top bar of the main area (which contains the list of opened documents). Then, new files will be opened separately.

There is an experimental feature, which allows you take pictures using the camera of your device right inside Photopea. Press File - Take a picture to take a picture.

Saving files

You can save your work as a PSD file (to preserve the whole structure of the document) using File - Save as PSD. You can also save your file for the distribution on the web (through JPG, PNG, SVG, PDF and other formats) using File - Export - PNG, JPG etc.

The Save for Web window lets you choose the otuput format. You can also enter the resolution of the output image. Now, you can already use Photopea to resize images (File - Open, File - Export - Format, enter the new size ...).

When a file comes from your device, the File - Save option will not wokr (Photopea is just a website, and it can not rewrite files in your device) - you have to use Save as PSD instead. But if you opened your file from Google Drive, or as a Smart Object, or from a server (using the API), File - Save will save your file to a correct destination.

The Move tool (the first tool, that is enabled when you start Photopea) lets you quickly export specific parts of the image. Right-click any object and press Get PNG or Get SVG. Or select multiple layers and press Get PNG / Get SVG in the top menu.

Comments