Re: [Gimp-user] How to get the positions(x, y) (width, depth) of selected rectangle or selected ellipse
- From: Ofnuts <ofnuts gmx com>
- To: gimp-user-list gnome org
- Subject: Re: [Gimp-user] How to get the positions(x, y) (width, depth) of selected rectangle or selected ellipse
- Date: Fri, 14 Feb 2020 08:30:24 +0100
See:
non_empty, x1, y1, x2, y2 = pdb.gimp_selection_bounds(image)
On 2/14/20 7:14 AM, tamasakai wrote:
How to get the positions(x,y) (width, depth) of selected rectangle or selected
ellipse
I read such numbers on GIMP and write them in Excel files but sometime human
error occurs.
I want to automate the process.
I read instructions of Python-Fu but there so many functions then I could not
find out how to do it.
Please help me.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]