You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when you specify an output size, it scales the image. For example, lets say you have a layer:
mylayer.jpg
And in this case, the resulting file is 1000x400.
If you use this naming convention:
500x400 mylayer.jpg
The resulting output file is 500x400 except it's been squished (squashed?) in the horizontal axis for 50%.
It would be great if there was some way to use the resolution value to crop the output file instead of scale it. Is this currently possible in some way?
The only workaround I could figure out was to group my layer by itself, manually add a layer mask to the group (at the output resolution and composition that I want) and then name the layer name appropriately in order to output a cropped version of the image (along-side the original output file).
The text was updated successfully, but these errors were encountered:
@Jakobud have you found a solution yet? I understand that scripts can be written to use the Adobe Generator in unique ways, so I imaging this would have been done by someone by now...
Currently, when you specify an output size, it scales the image. For example, lets say you have a layer:
mylayer.jpg
And in this case, the resulting file is 1000x400.
If you use this naming convention:
500x400 mylayer.jpg
The resulting output file is 500x400 except it's been squished (squashed?) in the horizontal axis for 50%.
It would be great if there was some way to use the resolution value to crop the output file instead of scale it. Is this currently possible in some way?
The only workaround I could figure out was to group my layer by itself, manually add a layer mask to the group (at the output resolution and composition that I want) and then name the layer name appropriately in order to output a cropped version of the image (along-side the original output file).
The text was updated successfully, but these errors were encountered: