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

Lazy mans way (Script)

This discussion is connected to the gimp-user-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.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

Lazy mans way (Script) RockyM 09 Jan 02:50
  Lazy mans way (Script) Chris Mohler 09 Jan 03:04
2009-01-09 02:50:30 UTC (about 16 years ago)
postings
1

Lazy mans way (Script)

G'day,

First time poster, having a lot of fun with Gimp, but lack a lot in the programming / scripting part :(

I'm asking if it's possible to turn a single picture into an arrangement of views, example -
http://www.members.iinet.net.au/~rathbone2/bricks.png

A script that will turn Picture E (on the link) into the correct places & transformations as shown ?

Any help would be great, or a link to any freelancer Gimp scripters :)

Thank you thank you

Chris Mohler
2009-01-09 03:04:59 UTC (about 16 years ago)

Lazy mans way (Script)

On Fri, Jan 9, 2009 at 7:50 PM, Az wrote:

G'day,

First time poster, having a lot of fun with Gimp, but lack a lot in the programming / scripting part :(

I'm asking if it's possible to turn a single picture into an arrangement of views, example -
http://www.members.iinet.net.au/~rathbone2/bricks.png

A script that will turn Picture E (on the link) into the correct places & transformations as shown ?

Any help would be great, or a link to any freelancer Gimp scripters :)

Thank you thank you

I think this could be scripted using the transform and perspective tools. Have a look in the Procedure Browser for the functions you need to call. If you do not have much programming experience, I suggest starting in Python - it seems much easier (for me anyway) to learn quickly..

Oh and check the plug-in repository just in case it's already been written ;) http://registry.gimp.org/
(although it seems down at the moment)

Chris