-
PlatformsAndroid, iOS, Web Your questionAt the end of the various operations on the images what I get is a screenshot of the page on the screen? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, we can compare it a bit like a screenshot, but the “screenshot” respects the pixel ratio of the image and the screen. For example, you have a device with a pixel ratio of 1 and a width of 100px. The original width of the image is 2000 pixels. Normally, when you create a screenshot from the device internal system, you will get an image with a width of 100px because the device doesn't read the rendered image pixel ratio. The difference in my editor is that the editor calculates the pixel ratio from your image. So, at last, the editor will create a “screenshot” from an image with the original width of 2000 pixels including all layers. |
Beta Was this translation helpful? Give feedback.
Yes, we can compare it a bit like a screenshot, but the “screenshot” respects the pixel ratio of the image and the screen.
For example, you have a device with a pixel ratio of 1 and a width of 100px. The original width of the image is 2000 pixels. Normally, when you create a screenshot from the device internal system, you will get an image with a width of 100px because the device doesn't read the rendered image pixel ratio. The difference in my editor is that the editor calculates the pixel ratio from your image. So, at last, the editor will create a “screenshot” from an image with the original width of 2000 pixels including all layers.