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

GIMB Automation

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

5 of 5 messages available
Toggle history

Please log in to manage your subscriptions.

GIMB Automation ram 06 Apr 13:55
  GIMB Automation Joao S. O. Bueno 06 Apr 14:26
   GIMB Automation Alexandre Prokoudine 06 Apr 15:25
    GIMB Automation ram 07 Apr 05:33
    GIMB Automation Mike Williams 07 Apr 05:55
2011-04-06 13:55:12 UTC (over 13 years ago)
postings
2

GIMB Automation

hi,

i m trying to do image convertion through GIMP. we got excellent result while converting EPS files to GIF. We tried the same through Visual Basic in order to automate the process. Unfortunately we are unable to import the GIMP dll in Visula Basic.

Is it possible to do so and activate GIMP through VB?

could any one help us?

ram

Joao S. O. Bueno
2011-04-06 14:26:50 UTC (over 13 years ago)

GIMB Automation

On Wed, Apr 6, 2011 at 10:55 AM, ram wrote:

hi,

i m trying to do image convertion through GIMP. we got excellent result while converting EPS files to GIF. We tried the same through Visual Basic in order to automate the process. Unfortunately we are unable to import the GIMP dll in Visula Basic.

Is it possible to do so and activate GIMP through VB?

Visual basic is not a supported language for GIMP extensions - i fyou want to automate the process, you have to write your script in either Python or scheme (tiny-fu).

That happens because GIMP is not a windows only application which exports its functions through windows DOM - it is rather a multiplatform application, that can work equally well across several Operating Systems.

Also- the quetion is of-topic here - the gimp-users mailing-list (and its equivaletn webforum gateway, wathever that is) should be used for this. The gimp-docs list is for questions related to the gimp-help system and its development.

js ->

could any one help us?

ram

-- ram (via gimpusers.com)
_______________________________________________ Gimp-docs mailing list
Gimp-docs@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs

Alexandre Prokoudine
2011-04-06 15:25:49 UTC (over 13 years ago)

GIMB Automation

On 4/6/11, Joao S. O. Bueno wrote:

Visual basic is not a supported language for GIMP extensions

Bullshit :)

You absolutely can write plug-ins in Visual Basic for GIMP via GIMP Sharp since v0.14. This means a dependency on Mono, though.

http://gimp-sharp.sourceforge.net

Alexandre Prokoudine http://libregraphicsworld.org

2011-04-07 05:33:53 UTC (over 13 years ago)
postings
2

GIMB Automation

On 4/6/11, Joao S. O. Bueno wrote:

Visual basic is not a supported language for GIMP extensions

Bullshit :)

You absolutely can write plug-ins in Visual Basic for GIMP via GIMP Sharp since v0.14. This means a dependency on Mono, though.

http://gimp-sharp.sourceforge.net

Alexandre Prokoudine
http://libregraphicsworld.org

many thanks Joao!

ram

Mike Williams
2011-04-07 05:55:14 UTC (over 13 years ago)

GIMB Automation

On Wed, Apr 6, 2011 at 11:25 AM, Alexandre Prokoudine < alexandre.prokoudine@gmail.com> wrote:

You absolutely can write plug-ins in Visual Basic for GIMP via GIMP Sharp since v0.14. This means a dependency on Mono, though.

http://gimp-sharp.sourceforge.net

Ram - pretty sure its Alexandre you should be thanking for the info on

gimp-sharp, unless you were grateful to hear that what you wanted to do was not possible ;-)

Mike