RSS/Atom feed Twitter
Site is read-only, email is disabled

How to get layer offset? there is only layer.set_offsets

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

How to get layer offset? there is only layer.set_offsets Nadav Vinik 23 Sep 15:25
  How to get layer offset? there is only layer.set_offsets Bill Skaggs 23 Sep 15:53
   [RESOLVED]Re: How to get layer offset? there is only layer.set_offsets Nadav Vinik 23 Sep 16:16
Nadav Vinik
2012-09-23 15:25:03 UTC (about 12 years ago)

How to get layer offset? there is only layer.set_offsets

Hello

How to get layer offset? there is only layer.set_offsets

http://www.gimp.org/docs/python/index.html

thanks Naadv

הבלוג שלי:
http://nadavvin.com
Bill Skaggs
2012-09-23 15:53:54 UTC (about 12 years ago)

How to get layer offset? there is only layer.set_offsets

On Sun, Sep 23, 2012 at 8:25 AM, Nadav Vinik wrote:

Hello

How to get layer offset? there is only layer.set_offsets

Use drawable.offsets, which works because a layer is a type of drawable.

- Bill

Nadav Vinik
2012-09-23 16:16:56 UTC (about 12 years ago)

[RESOLVED]Re: How to get layer offset? there is only layer.set_offsets

gimp.image_list()[0].layers[0].offsets

thanks Nadav

On 23 September 2012 17:53, Bill Skaggs wrote:

On Sun, Sep 23, 2012 at 8:25 AM, Nadav Vinik wrote:

Hello

How to get layer offset? there is only layer.set_offsets

Use drawable.offsets, which works because a layer is a type of drawable.

- Bill

הבלוג שלי:
http://nadavvin.com