Re: [Gimp-user] how to use gimp

2022-03-05 Thread Ofnuts via gimp-user-list

Yes, Gimp is free open-source software, with no strings attached. You
can do whatever you want with it, including resell it.


On 26/02/2022 08:25, 大下 郁斗 via gimp-user-list wrote:

You can see a lot of sites that take a screenshot of gimp's screen, put it up 
on the web and explain how to use gimp, but do the gimp official allow these 
things?

Windows の メール  から送信

___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership:https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:https://mail.gnome.org/archives/gimp-user-list


___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


[Gimp-user] how to use gimp

2022-03-04 Thread 大下 郁斗 via gimp-user-list
You can see a lot of sites that take a screenshot of gimp's screen, put it up 
on the web and explain how to use gimp, but do the gimp official allow these 
things?

Windows の メール から送信

___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


[Gimp-user] How to use "gimp-plugin-icon-register" scheme function?

2020-04-18 Thread Natanael_755
I'm writing a plugin using scheme, and i want to set a icon for this, using the
Procedure Browser  this function:

(gimp-plugin-icon-register STRING INT32  INT32 INT8ARRAY)

So i tried it:

(gimp-plugin-icon-register "drawing-nuvem" ICON-TYPE-IMAGE-FILE 3 #(00 00 00 ))

But i don't know how to format the INT8ARRAY, i'm getting a generic error:
Error: Procedure execution of gimp-plugin-icon-register failed 

How to format vector for any of these: ICON-TYPE-ICON-NAME,
ICON-TYPE-INLINE-PIXBUF, ICON-TYPE-IMAGE-FILE?
Thanks

-- 
Natanael_755 (via www.gimpusers.com/forums)
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list