I want to Zoom specific area on image. which is selected by the user. image display on canvas using Swing. i already done full image zoom on canvas but can’t implement specific area zoom.
please help
I want to Zoom specific area on image. which is selected by the user.
Share
Canvas is
awtnotswing. TryJPanelinstead. Example.But if you already done full image zoom, try to make the same on a sub-image.
EDIT