Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Crop instead of Scale images #411

Open
Jakobud opened this issue Jun 13, 2016 · 2 comments
Open

Feature request: Crop instead of Scale images #411

Jakobud opened this issue Jun 13, 2016 · 2 comments

Comments

@Jakobud
Copy link

Jakobud commented Jun 13, 2016

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).

@jvinge-watrust
Copy link

@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...

@Jakobud
Copy link
Author

Jakobud commented Aug 15, 2017

I did not find a solution beyond manually manipulating the layers and masks to get what I wanted. It's a bummer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants