Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,547
» Latest member: benja
» Forum threads: 7,144
» Forum posts: 39,066

Full Statistics

Latest Threads
New noob with GIMP.. Good...
Forum: Gallery
Last Post: Ofnuts
4 hours ago
» Replies: 1
» Views: 65
Open, save buttons on bot...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: MrsP-from-C
11 hours ago
» Replies: 5
» Views: 124
Using the GIMP Manual
Forum: General questions
Last Post: Ofnuts
Yesterday, 08:53 AM
» Replies: 4
» Views: 4,274
Converting grayscale imag...
Forum: General questions
Last Post: bwestoz
Yesterday, 02:10 AM
» Replies: 7
» Views: 687
Correcting perspective fr...
Forum: General questions
Last Post: Tas_mania
02-06-2025, 08:17 PM
» Replies: 10
» Views: 369
Recovering a logo
Forum: Gallery
Last Post: denzjos
02-06-2025, 07:28 PM
» Replies: 1
» Views: 465
Resize used RIS.
Forum: Extending the GIMP
Last Post: zvezdochiot
02-06-2025, 01:25 PM
» Replies: 6
» Views: 743
Gimp 3.0 AppImage and G'M...
Forum: Extending the GIMP
Last Post: CtrlAltDel
02-05-2025, 10:13 PM
» Replies: 4
» Views: 176
Does GIMP work well on wi...
Forum: General questions
Last Post: rich2005
02-05-2025, 06:27 PM
» Replies: 3
» Views: 200
How to remove notepad lin...
Forum: General questions
Last Post: rich2005
02-05-2025, 06:14 PM
» Replies: 2
» Views: 156

 
  Exporting Jigsaw to Articulate.
Posted by: K.Howard - 04-20-2020, 09:05 AM - Forum: General questions - Replies (3)

Hi 
I am very new to GIMP. I have followed a tutorial to create a jigsaw in GIMP. I have completed the jigsaw and now would like to export it into Articulate 360. 

My goal is that as the learners complete sections they uncover puzzle pieces and at the end of the course they get to complete the puzzle. Please can you advise how I export my jigsaw out of GIMP. Is there a particuar format I need to use?

Thank you 

Kerry

Print this item

  Purpose of the chain link icon in transform tools
Posted by: Ofnuts - 04-19-2020, 11:10 PM - Forum: General questions - Replies (2)

Anyone know the purpose of this chainlink on the right of the Direction choices?

   

Print this item

  Straighten technical drawing
Posted by: denzjos - 04-19-2020, 02:58 PM - Forum: Tutorials and tips - Replies (1)

I had a problem with a technical drawing, it was slightly distorted. The straight lines are not perpendicular. Using the gimp transform tools in combination with guides gives a good result but was a little complicated. Then I remembered a had the 'Align to path' (ob-align.py) plugin. https://www.gimp-forum.net/attachment.php?aid=275
Creating two u-formed paths (blue and red on the images), placing guides and using the plugin corrected the drawing. I've drew the U-forms from left to right and chose a reference point left below the u-forms. A simple example shows how it works :

distorted :     
   

corrected :
   

PS: if the drawing is dimensioned, then one can use guides and rulers to get a correct ratio.

Print this item

  Some forum stats
Posted by: Ofnuts - 04-19-2020, 08:54 AM - Forum: Gimp-Forum.net - Replies (1)

Posts origin by country:


          United Kingdom: 4656             United States: 3178                    France: 3112 
                 Germany: 1029              South Africa:  842                    Canada:  543  
                 Belgium:  428                 Australia:  369                     Italy:  289  
                   Spain:  238                    Brazil:  200                     India:  178  
          Czech Republic:   97                   Croatia:   96               Netherlands:   96  
                 Hungary:   81                    Sweden:   76                    Poland:   73  
                 Finland:   69                    Israel:   67               Switzerland:   57  
               Hong Kong:   55                     Egypt:   54                   Romania:   43  
             New Zealand:   39                   Denmark:   38                    Norway:   37  
                Barbados:   33                    Greece:   33                    Russia:   32  
                Malaysia:   31                     China:   29                    Serbia:   25  
                  Taiwan:   25                    Mexico:   18                   Austria:   17  
             Philippines:   16                    Kuwait:   15                  Slovenia:   15  
               Venezuela:   13                 Argentina:   12                   Ireland:   12  
                Slovakia:   12                     Japan:   11                 Singapore:   11  
                 Morocco:   10                  Portugal:   10                    Turkey:   10  
                 Ukraine:   10                    Jordan:    9                Bangladesh:    8  
      Dominican Republic:    8                 Lithuania:    8                   Vietnam:    8  
                Bulgaria:    7                     Chile:    7                Costa Rica:    7  
               Indonesia:    7               Puerto Rico:    6       Trinidad and Tobago:    6  
                 Moldova:    5                  Thailand:    5                   Ecuador:    4  
                Pakistan:    4                   Bahrain:    3                Luxembourg:    3  
              Montenegro:    3                   Namibia:    3    Bosnia and Herzegovina:    2  
                Cambodia:    2            Cayman Islands:    2                  Colombia:    2  
                 Estonia:    2                   Iceland:    2               Isle of Man:    2  
                   Macao:    2                      Peru:    2                 Sri Lanka:    2  
                 Tunisia:    2                   Uruguay:    2                  Cameroon:    1  
                  Cyprus:    1                      Guam:    1                      Iran:    1  
                   Malta:    1      United Arab Emirates:    1  

Print this item

Video Edit sprite sheet for RPG Maker MV Tutorial
Posted by: mike206 - 04-19-2020, 12:14 AM - Forum: Tutorials and tips - No Replies

Ok hopefully this is posted in the correct section. Anyways... if you use RPG Maker MV and you use those
cool virbrato sideview battlers for your project... you probably already have some cool action sequence skills
made up. If you're having problems that i had as seen in this tutorial making your sideview actor motions last
long enough during the animation... then hopefully this helps. As seen is this video the actor shooting motion
stops during the beam attack. You might have ran into a similar issue and that's what i hope to help fix. This tutorial is for RPG Maker MV users so be sure to share this if you know anyone who needs help with
looping their sideview actor motions when using skills. Thanks for checking out this post



Print this item

  Error: Not enough arguments?
Posted by: Pocholo - 04-18-2020, 03:52 PM - Forum: Extending the GIMP - Replies (7)

I'm trying to self-taught about writing a script-fu script in GIMP and trying to create a simple script, a "New image". When I'm trying to run it it will give me the error "Not enough arguments". What am I missing? Thank you in advanced.

Code:
(define (script-fu-new-image theImage theLayer)    
 (let* ((theImage  (car (gimp-image-new 500 500 RGB)))
         (baseLayer (car (gimp-layer-new theImage 500 500 RGB-IMAGE "Wood" 100 LAYER-MODE-NORMAL)))  
        )
      
      (gimp-image-undo-group-start theImage)
      
      (gimp-image-insert-layer theImage baseLayer 0 0)
      (gimp-drawable-fill theLayer FILL-WHITE)
      (gimp-display-new theImage)
      
      (gimp-image-undo-group-end theImage)
      
 )
)
       
      

    




(script-fu-register
    "script-fu-new-image"                        
    "<Image>/File/Create/New image"
    "New image"                                  
   "Creates a New image"    
   "Pocholo"                            
   "Pocholo"
   "March 2020"                          
    ""
    
    

)

Print this item

  Tool Box Issues
Posted by: jillc - 04-18-2020, 01:44 PM - Forum: Installation and usage - Replies (2)

I had a problem with Gimp and was forced to re-install it, but ever since I've had a problem with my toolbox. It seems to be only half the size it once was and I am having problems with keeping individual tools in the box. This is especially true with the rotate and scale tool, if I select one than the other disappears out of the tool box. Is there a way around this please? Thanks.  Smile

Print this item

  Resize a logo for profile image
Posted by: DearDeparted - 04-18-2020, 09:19 AM - Forum: General questions - Replies (2)

Hi! I want to properly resize a png logo image https://imgur.com/HIacS9q  for Instagram and Freelancer image profile.

 The size is 180x180 for Freelancer but this is the result when I tried to resize it in Gimp https://imgur.com/a/VFZEVfO . 

 This is another post about this, maybe it will help you understand  better 
           https://www.reddit.com/r/photoshop/comme...e_profile/ . 


How can I resize the image without distorting the logo?

Print this item

  ofn-scroll-layer
Posted by: Ofnuts - 04-17-2020, 08:13 PM - Forum: Extending the GIMP - Replies (12)

A small script to generate animations by shifting a layer.

[Image: TNn94Sm.gif]

ofn-scroll-layer is available here. Please read the HTML doc and its magnificent example.

Print this item

  Champagne for everybody, whisky for the rest
Posted by: Ofnuts - 04-17-2020, 11:10 AM - Forum: Gallery - No Replies

[Image: TNn94Sm.gif]

Print this item