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
Let's say I want to compare a modified crop of an image with the original reference image.
Is there a way to drag the image to align with the reference, or specify an offset for a given image?
The text was updated successfully, but these errors were encountered:
Hi there, OpenEXR images allow you to specify a separate "display window" and "data window". If you store your crop such that the display window matches the original image and the crop window matches the cropped region, then tev will automatically keep the images aligned at all times.
If using the OpenEXR image format is not an option, I'm afraid this will be tougher. You might be able to hack something half-working together by hardcoding appropriate display and data windows into ImageCanvas::transform and Image::centerDisplayOffset.
Let's say I want to compare a modified crop of an image with the original reference image.
Is there a way to drag the image to align with the reference, or specify an offset for a given image?
The text was updated successfully, but these errors were encountered: