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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,044
» Latest member: braygaskeun45
» Forum threads: 7,105
» Forum posts: 38,868

Full Statistics

Latest Threads
A nice YT video about ble...
Forum: Watercooler
Last Post: Tas_mania
10 hours ago
» Replies: 8
» Views: 591
problem after run : black...
Forum: Windows
Last Post: Ofnuts
Yesterday, 05:11 PM
» Replies: 1
» Views: 80
[Resolved] File export me...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: pled
Yesterday, 03:37 PM
» Replies: 0
» Views: 79
Subject: Issue with Pytho...
Forum: Extending the GIMP
Last Post: rich2005
Yesterday, 11:11 AM
» Replies: 1
» Views: 116
Need help transforming im...
Forum: General questions
Last Post: rich2005
Yesterday, 10:15 AM
» Replies: 5
» Views: 242
Has anyone noticed this?
Forum: Scripting questions
Last Post: trandoductin
01-16-2025, 07:43 AM
» Replies: 5
» Views: 302
Affordable Tools to Color...
Forum: General questions
Last Post: sallyanne
01-15-2025, 11:23 PM
» Replies: 3
» Views: 221
written text to LASER
Forum: General questions
Last Post: rich2005
01-14-2025, 04:12 PM
» Replies: 1
» Views: 137
Grid Pencil Misallignment
Forum: General questions
Last Post: Abdullah2025
01-13-2025, 09:45 PM
» Replies: 7
» Views: 365
right dock window gets wi...
Forum: General questions
Last Post: rich2005
01-13-2025, 07:51 PM
» Replies: 7
» Views: 269

 
  Half picture when printing on Pixma pro-100
Posted by: xune - 12-09-2017, 02:35 PM - Forum: Gimp 2.10 - Replies (2)

I get half picture, look at example, when i try printing from Gimp 2.9.6 on windows 10. Anyone who has an idea what to do?

   

Print this item

  What is a Yellow Selection and How to Deselect It?
Posted by: TechnicGeek - 12-09-2017, 12:45 PM - Forum: General questions - Replies (2)

I have often yellow selection appearing that I want to get rid of because I can't seem to work outside of that selection. So far it appeared when I pasted new later and had to anchor it. The selection still stayed there after anchoring. Another time it appeared was when I resized canvas. New canvas was alpha color and I could not paint it white because I could not work outside of that selection. This is a selection that I am talking about:

   

Why do I need this selection and how to deselect it?

Thanks.

Print this item

  can I make this font effect into its own font?
Posted by: gib65 - 12-08-2017, 09:25 PM - Forum: General questions - Replies (5)

Hello,


I created the image below in Gimp:


[Image: nuclear powered engine.png]

What I did was I typed out "nuclear powered engine" and then selected the text and stroked it with red.

Now I'm wondering if it's possible to make this into a customized font--that is, a yellow font that is automatically stroked in red (1 pixel thick). Is this possible?


Thanks.

Print this item

  script-fu convert pdf to png WITHOUT antialiasing
Posted by: vrjansen77 - 12-08-2017, 02:45 PM - Forum: Extending the GIMP - Replies (6)

I am not familiar with script-fu and I really have the urgent need for a script that converts a PDF to a PNG without the anti-aliasing. (raw). I want to do this with the Gimp because of the perfect result but till this moment I am not able to write a script that does also set the anti-aliasing off. 

Please can somebody help me??? 

Thanks in advance!!!

Print this item

  How to Turn Raster Image into Black & White with Outlines?
Posted by: TechnicGeek - 12-08-2017, 09:29 AM - Forum: General questions - Replies (8)

Hello,

I want to learn how to turn raster image into black and white with outline like this raster:

   

Into styles like these, while giving preference to first figure because it is more detailed:

   

Must vectorization be as part of the entire process or it can be done without conversion to vector?

Thanks.

Print this item

  Replacing the color
Posted by: grit - 12-07-2017, 11:43 AM - Forum: General questions - Replies (1)

How to change the color so that all soft gradients of the color become new color and it's soft gradients ?

Print this item

  Brush Hardness
Posted by: korbie - 12-05-2017, 10:10 PM - Forum: General questions - Replies (9)

Hi guys,


I'm very new to all of this. The issue I'm having is trying to use brushes I have downloaded (in the .abr format), I have seemingly no issues copying the file to the brushed folder for gimp 2.8.22, and when I open Gimp it shows the brushes in the list.

However, when I try to actually use one of these new brushes they are always blurry and pixelated. When I look at the settings for the brush, every single one is always at "0" hardness. I am unable to change any setting other than size. 

I have tried multiple different brushes, I have completely uninstalled Gimp and deleted all files and folders associated with it and then reinstalled it. No matter what I do it's the same issue over and over.

I have increased the pixels per inch. Nothing seems to work.

I know it has to be something I'm doing incorrectl. I must just be missing something.

Please help!



Attached Files Thumbnail(s)
   
Print this item

  Gimp, python, and numpy
Posted by: Ofnuts - 12-04-2017, 09:52 PM - Forum: Extending the GIMP - Replies (28)

Numpy is one of the things that makes Python an "in" language according to this StackOverflow blog. But it can also be used outside of data science. In practice it is a very efficient vector/matrix library and so is well suited to process image data.

Together with the ability to extract "pixel regions" with the Gimp python API, some pretty fast processing can be written quickly. See attached script for some exemples: median/average filter (the median filter is almost twice as fast as the one in GMIC), and an implementation of Color>Desaturate>Luminosity. If done properly, there are no loops in Python, all the pixel iteration is done by the numpy code on native data.

Of course, you have to add the numpy module to the python runtime used by Gimp. Very easily done in Linux... it could be more complicated to do on Windows/OSX, but not impossible.

Edit: updated the script 2017-12-05 (now uses 2D rectangular color planes instead of single vector ones)



Attached Files
.zip   numpyops.zip (Size: 1.23 KB / Downloads: 752)
Print this item

  Faster Way to Clean Background in Photo / Vector Image?
Posted by: TechnicGeek - 12-04-2017, 03:50 PM - Forum: General questions - Replies (12)

Hello,

Often I need to remove background from photo/raster or vector. I wanted to know what is the most efficient way to do that. Here's how I do it if it's photo:

1. Use Rectangle Select or Ellipse Select to select areas around object to remove first.
2. Use Eraser to remove small areas of background until all around object is clean.

Sometimes I would select Fuzzy tool to delete areas with same color but in photo/raster images it's hard to target.

In vector file, I would no need to remove background selection by selection because Fuzzy tool can select background which happens to be of same color and I can remove background. Depends on vector too of course because with manually converted photo to vector the background would still have variety of colors from conversion.

Here's my current image that was converted to vector. I am trying to find a faster way to remove background.
What would be your advice?

   

Print this item

  is it me or is it Gimp?
Posted by: Ofnuts - 12-04-2017, 03:36 PM - Forum: General questions - Replies (5)

In the attached XCF (small!: 5x5pixels), there are 4 layers: 1, 2, 3 and the problem layer, "Numpy Ops" (which is identical to "1", with one red and one blue square). For me, this layer:

  • Shows in the Layers list, but behave as a transparent layer in the Image window.
  • Remains invisible if I copy/paste it over itself (Ctrl-C,Ctrl-V,Ctrl-H)
  • Produces a visible copy if I copy it as a new layer (Ctrl-C,Ctrl-V,Ctrl-Shift-N)
  • Can be painted over, but the painting only shows in the Layers list
Is it the same for you?

The layer is produced using the "pixel region" API for Python...



Attached Files
.xcf   NumPy.xcf (Size: 1.59 KB / Downloads: 373)
Print this item