Re: depolarizing GUI
Fred Weinhaus <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <p06240804c795fe70f84e@[192.168.1.2]> |
>I have a image that is off-center and i can't find the center >so is the a GUI that can supply the need coordinates that the >depolar option that imaagemagick needs? > >see >http://groups.yahoo.com/group/PanoToolsNG/photos/album/793577877/pic/1931568176/view > >tom_a_sparks Sorry, but I cannot access your image without joining. Do you have any other means of posting your image. If it is a circle, then you might be able to trim to the bounds of the circle, see -trim, if the background is relatively constant. Then find the dimensions of the trimmed image and the center is at (width-1)/2,(height-1)/2.