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

Height of actual image/drawable

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.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

Height of actual image/drawable Martin Bernreuther 30 Oct 22:58
Martin Bernreuther
2002-10-30 22:58:44 UTC (over 21 years ago)

Height of actual image/drawable

Hello,

looking at the script-fu registration with an input like SF-ADJUSTMENT _"Number of frames" (list 24 2 1024 1 10 0 1)

I want to have the height of the actual image as an upper limit
SF-ADJUSTMENT _"Number of frames" (list 24 2 height 1 10 0 1)

How can I determine the height of the actual image or drawable?

Thanks Martin