-
cropping “window” with no resize/resample
Lately I’ve been wanting a very specific thing: to crop an image into a specific dimension, WITHOUT resampling.
Ideally, I’d be able to type in some numbers into a cropping tool, and a ‘window’ would appear in the image that I could scoot around w/o changing its dimensions.
I realize I could:
MAKE NEW (at proper dimension);
jump to old, copy bit I want + buffer area;
PASTE into new and ;
position via MOVE;
FLATTEN to crop to size.But I’d rather find a TOOL method, versus a PROCEDURE method.