Results 1 to 10 of 38

Thread: [GIMP Plug-in] GURM

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Post

    I installed but while i was setting the paths in the ini file i was surprised by this

    extensions = .pat,
    extensions = .ggr,
    that means that jpg,png,bmp,gif and tiff will be not accepted as patterns ?

    Gimp may use all that kind of files for patterns and most of my patterns to organize are jpg,png or bmp

    and same for gradient i could not organize svg gradients ?

    i was tempted to try to edit the ini file adding the the other compatible file extensions..but there is a such clear warning that i thought better ask before ...

    So is possible add,as supported file type for patterns
    .jpg,.png,.tiff,.bmp,.gif
    and for gradients svg?

  2. #2
    Guild Journeyer Sagenlicht's Avatar
    Join Date
    Jul 2008
    Location
    Germany
    Posts
    249

    Post

    Hi PhotoComix,

    well GURM simply doesnt support those files cause honestly I wasnt aware that GIMP can handle those files

    I will fix that in my next release, you can add the support manually as you allready guessed by editing the ini-file. Just be careful that you dont have any spaces and end the line with a "," . It should look like this for patterns:

    Code:
    extensions = .pat,.jpg,.png,.tiff,.bmp,.gif,
    and like this for the gradients:

    Code:
    extensions = .ggr,.svg,
    Sorry for this, but thanks for trying out GURM .
    Last edited by RobA; 12-08-2008 at 10:00 AM. Reason: fixed a typo- pattern and gradient were flipped in the code snips
    My Map Challenge Entries

    I use GIMP for all my maps.

    GIMP scripts and plug-ins overview


    Everything I post on this site uses the Creative Common Attribution-Noncommercial-Share Alike license. Only exception to this are any pyhton scripts which use the GPL.

    If you are using any of my posted stuff just use your rep stick on me

    Should you be interested in using anything I posted on commercial purpose drop me a pm.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •