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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,832
» Latest member: DonaldGuilk
» Forum threads: 7,909
» Forum posts: 43,058

Full Statistics

Latest Threads
Problem with exporting fr...
Forum: General questions
Last Post: rich2005
3 hours ago
» Replies: 1
» Views: 85
strange and crazy, Hamste...
Forum: Watercooler
Last Post: denzjos
Today, 06:27 AM
» Replies: 0
» Views: 61
How would I be able to be...
Forum: General questions
Last Post: BrokenGamerX
Yesterday, 11:31 PM
» Replies: 6
» Views: 457
How to iterate pixels wit...
Forum: Scripting questions
Last Post: Scallact
Yesterday, 12:17 PM
» Replies: 0
» Views: 95
What's the Best Way to Ch...
Forum: Other graphics software
Last Post: rich2005
Yesterday, 09:25 AM
» Replies: 1
» Views: 118
Triptych - Abandoned Gate...
Forum: Gallery
Last Post: rich2005
Yesterday, 09:04 AM
» Replies: 0
» Views: 94
How to restore tool docks...
Forum: General questions
Last Post: sallyanne
Yesterday, 01:48 AM
» Replies: 7
» Views: 1,093
Arrow Script
Forum: Extending the GIMP
Last Post: programmer_ceds
06-28-2026, 05:17 PM
» Replies: 135
» Views: 272,036
Gimp 3.2.4 tool options d...
Forum: General questions
Last Post: rich2005
06-28-2026, 10:21 AM
» Replies: 1
» Views: 165
Linux LMDE changing defau...
Forum: General questions
Last Post: Green Pig
06-27-2026, 01:13 PM
» Replies: 2
» Views: 206

 
Brick How to virtually draw on a wall?
Posted by: Tonko - 09-21-2017, 03:27 PM - Forum: General questions - Replies (2)

Hello there. I am a new member, and I was wondering if it was possible to make a drawing on a wall using GIMP. I searched on Google, but I haven't found any useful answers. Below there is a reference of what I want to do (But virtually, and in a wall):

[Image: 1400956589341.jpeg]
PLEASE NOTE: The picture is NOT mine, I just found it in Google Images

The reason because I want to do it virtually is because I do not have the materials to draw in the wall in real life.

Any ideas?

Thanks.

-Tonko

Print this item

  How to Set Image Canvas Size with Script-Fu?
Posted by: Gravitus - 09-21-2017, 07:16 AM - Forum: Extending the GIMP - Replies (4)

I need to increase image size without increasing original image, just adding boundaries around the picture. How it can be done with Script-Fu? In GIMP this function is under Image->Canvas size

Print this item

  How to remove alpha layer with script-fu
Posted by: Gravitus - 09-21-2017, 06:20 AM - Forum: Extending the GIMP - Replies (2)

I need to make action with script-fu: Layer->Transparency->Remove Alpha Channel

[Image: AmtwL0z2Q6CvVjI0498lOQ.png] 

I am using this chunk of script:

(define (pirmas-crop image layer)
  (let* (
          (filename (car (gimp-image-get-filename image)))
        )
    (HERE I WANT INPUT ROW TO REMOVE ALPHA CHANNEL)
    (file-jpeg-save 1 image layer filename filename 0.93 0 0 1 "" 2 0 0 0)
  )
)
[Image: gnrtne]

Print this item

  Install the MathMap plug-in for Windows
Posted by: rich2005 - 09-20-2017, 11:12 AM - Forum: Extending the GIMP - Replies (2)

The old MathMap plugin has largely been superseded by say, gimp-gmic but is still interesting.

The Windows installer download is here: http://www.complang.tuwien.ac.at/schani/mathmap/

One problem with the installer is its age, comes from 2009 and expects Gimp 2.6 not Gimp 2.8

There are various ways for getting MathMap working, here is mine, a short three minute video demo



Print this item

  Hue and Saturation tool freeze
Posted by: BJB_07251976 - 09-20-2017, 01:25 AM - Forum: General questions - Replies (3)

I have removed and re installed gimp 2.8 a few times now, and still, when attempting to load the hue-saturation tool, Gimp will freeze. It thinks like it's loading but does not progress and Gimp no longer responds. I'm using Windows 7 Home premium. Please help.

Print this item

  How to remove logo from white background
Posted by: advocate - 09-19-2017, 07:20 PM - Forum: General questions - Replies (4)

I have a logo that is inside a box with white background. I need to extract the logo and the text so that there I can have a transparent background. It's a jpeg image. I've use so the lasso and scissors, but once I've selected the foreground it just gets stuck. I really just wan to erase background and box. What's the easiest way to do this with a MacBook?



Attached Files Thumbnail(s)
   
Print this item

  Simple overwrite image script
Posted by: Gravitus - 09-19-2017, 01:50 PM - Forum: Extending the GIMP - Replies (4)

Hello.

I need to make some changes with script-fu in picture and then just overwrite edited picture onto source picture. How it is done? (with quality and other settings included)

Now I am using this script, but it just creates new file but does not overwrite source.

Also I will need to use this script with batch, so single solutions will not work here.

Print this item

  Does gimp have BRUSHES?
Posted by: remas - 09-19-2017, 09:24 AM - Forum: General questions - Replies (2)

Does gimp have brushes to ACRYLIC paint like i want to paint vectors or flowers and there in stencil form and i really need it to look realistic not some cartoonish color but nice yellow or something

Print this item

  what is the batch way of cropping images?
Posted by: louis2008 - 09-19-2017, 05:36 AM - Forum: General questions - Replies (1)

I know there is plugin to batch resize a large number of images in an automated way
Is there any plugin to crop a large number of images? 
I have a lot of images that I need to crop out their bottom parts.
Any ideas?

Print this item

  How to get Gimp to detect a Bamboo Ink stylus on the New Surface Pro?
Posted by: MrImpossible - 09-19-2017, 02:27 AM - Forum: Windows - No Replies

Ok, so firstly I realize that It would be infinitely easier to simply utilize the lovely pen that Microsoft designed for the surface pro. Unfortunately it is backordered for a couple weeks at least, which leads me to my question.  Do you guys have any idea how to get Gimp to detect a bamboo ink stylus as an input device on the 'New' surface?  The pen works beautifully with the built in sketching applications, I just cant get gimp to see it.  I also cant seem to find the N-trig drivers for surface, not sure if that's still a thing or not.  Any help would be greatly appreciated Smile

Print this item