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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,622
» Latest member: dishaverma786
» Forum threads: 7,175
» Forum posts: 39,203

Full Statistics

Latest Threads
Multiple install paths in...
Forum: Windows
Last Post: Ofnuts
2 hours ago
» Replies: 1
» Views: 65
Copy color effect to othe...
Forum: General questions
Last Post: PBog
4 hours ago
» Replies: 6
» Views: 232
Some questions about brus...
Forum: General questions
Last Post: rich2005
8 hours ago
» Replies: 2
» Views: 114
flowery cliff
Forum: Gallery
Last Post: MJ Barmish
Yesterday, 01:29 PM
» Replies: 2
» Views: 112
How can I run Flatpak ver...
Forum: Linux and other Unixen
Last Post: Ofnuts
02-18-2025, 11:27 PM
» Replies: 3
» Views: 139
Export all opened images ...
Forum: Extending the GIMP
Last Post: Krikor
02-18-2025, 09:18 PM
» Replies: 8
» Views: 5,014
Arrow Script
Forum: Extending the GIMP
Last Post: programmer_ceds
02-18-2025, 04:51 PM
» Replies: 122
» Views: 152,042
Turn photo negative to po...
Forum: Tutorials and tips
Last Post: programmer_ceds
02-18-2025, 11:11 AM
» Replies: 4
» Views: 12,116
multiple images on one pa...
Forum: General questions
Last Post: sallyanne
02-17-2025, 11:35 PM
» Replies: 2
» Views: 184
Problème de langage sur l...
Forum: Gimp-Forum.net
Last Post: Bart Simpson
02-17-2025, 07:04 PM
» Replies: 3
» Views: 135

 
  Text Tool: Arrange Text in Columns
Posted by: Wilson Newman - 08-21-2020, 04:53 AM - Forum: General questions - Replies (2)

Hello,

Does anyone know of a script or plugin that can take the text entered into a single text frame (in this case a large horizontal rectangle) and automatically divide the text into multiple columns (like a newspaper)?

I can of course create the multiple text frames (columns) individually and then copy portions of the text into each frame individually if need be, but it would be so much easier to make edits to the text if all of the text was contained in a single text frame.

Not the end of the world if this doesn't exist, but if it does then it would be a huge time saver.   The other option of course is to just make sure that I get all of my text right the first time, and not have to go back and edit it again after dividing and copying into the individual text frames.   Smile

Thank You!

Print this item

  Gimp suddenly doesn't see my scanner
Posted by: denno - 08-21-2020, 01:56 AM - Forum: General questions - Replies (8)

I've reinstalled the printer-scanner  and connected it to the wifi again.  Twice.  Driver is up-to-date.
Canon mx490
Gimp still sees the printer, but not the scanner.
It was working fine yesterday.  My wife's computer sees it.

My device manager now calls the printer-scanner "Unknown Device"
IDs it as a printer, locates it on the M490 series with a long number after it.
Says it is working properly.

Any help?

Thanks

Print this item

  Brush tool dotting
Posted by: BThomas502 - 08-20-2020, 03:41 PM - Forum: General questions - Replies (2)

Help! My brush tool is dotting. Instead of a smooth stroke, its leaves dots evenly spaced. I cant figure out why its doing this. 
Thanks!


Print this item

Exclamation Problem in applying Gradient to Layer Mask
Posted by: Polymorpheus - 08-20-2020, 02:51 PM - Forum: General questions - Replies (4)

Hello everyone !

I am a new user of GIMP 2.10 and am facing a weird problem while using the Gradient tool to apply a gradient to a Layer Mask.After the usual procedure,when the Gradient type is selected,the cursor is not changing to the usual Gradient tool selector(square with a horizontal line).Instead ,the cursor displayed is the one last selected from the ToolBox.

No matter what I do,the Gradient tool cursor is just not displayed.

Please help !

Print this item

  Freshly-Built Gimp 2.10 segfaults upon startup
Posted by: shachter - 08-20-2020, 02:31 AM - Forum: Linux and other Unixen - Replies (3)

Esteemed Colleagues:

I just built Gimp 2.10 from source and it crashes upon startup, as
soon as it tries to load the pagecurl plugin.  Sometimes the crash
appears to occur upon loading the screenshot plugin, but I think that
is because screenshot is the last plugin that is loaded before loading
the pagecurl plugin.  I think pagecurl is actually the plugin causing
the crash.  Gimp is multithreaded so the exact moment when the main
window is unmapped and the error message is printed is indeterminate.

The error message is

  g_param_spec_internal: assertion 'g_param_spec_is_valid_name (name)' failed
  /gnu/bin/gimp: fatal error: Segmentation fault

and it seems to be coming from gimp_wire_read().  There is nothing
weird in my environment to which the crash can be attributed; the
crash still occurs when gimp is invoked after "env - DISPLAY=$DISPLAY".

(Parenthetically, building gimp from source was a nightmare.  Gimp
2.10 required newer versions of, inter alia: glib, gtk, babl and gegl
than I had available thru my package manager, so I had to build those
from source too, and, in several cases, the libraries on which they
depend.  The gegl build kept failing until I built a newer version of
gobject-introspection than the one I had, and then rebuilt babl using
the newer version of g-ir-scanner.  This was, of course, completely
undocumented.)

Segmentation faults are common when you build software with a
PKG_CONFIG_PATH variable that does not correspond to your explicit or
implicit LD_LIBRARY_PATH when you run it, since you are linking
against different subroutines than the program was built to expect
(proper "-rpath" arguments in the pkg_config .pc files would fix that,
but the .pc files only contain -L arguments and not -rpath arguments,
I have no idea why).  This seems, however, not to be the case here.
When gimp crashes and the debugger window pops up, it reports:

   using GEGL version 0.4.26 (compiled against version 0.4.26)
   using GLib version 2.65.1 (compiled against version 2.65.1)
   using GdkPixbuf version 2.36.5 (compiled against version 2.36.5)
   using GTK+ version 2.24.32 (compiled against version 2.24.32)
   using Pango version 1.42.3 (compiled against version 1.42.3)
   using Fontconfig version 2.13.92 (compiled against version 2.13.92)
   using Cairo version 1.14.8 (compiled against version 1.14.8)

So -- at least with respect to those seven libraries (all of which I
had to build from source in order to be able to build gimp 2.10) --
gimp is using, at run time, the same version of the library that it
was built to expect.

How do I build a Gimp 2.10 binary that I can get to actually function?

I have no idea what the pagecurl plugin does, but I suspect that I
would be happy to live without it.  I do not, however, see a configure
option for declining to build it.

As always, thank you in advance for any and all replies.

            jay at m5 dot chicago dot il dot us

Print this item

  Unable to save as *.jpg or *.png
Posted by: joezera - 08-19-2020, 06:22 PM - Forum: General questions - Replies (2)

I just installed GIMP 2.10.20 today (8/19/2020) to take the place of Photoshop. So far I am unable to get GIMP to save a file as either a *.jpg or a *.png file type. The File Saveas seems to show it is doing it, but when I look with file manager it is not anything but the GIMP native file type. My operating system is Windows 10.

I was able to import an image from my all-in-one printer/scanner, so at least that worked OK.

I found a few things on-line that were instructions on how to get GIMP to save files as *.jpg and *.png, but I cannot get it to work. I do not find any GIMP files under User/my user files/ that have any GIMP listing. I am fairly new to Windows 10, so that could be part of my problem.

I need detailed instructions if possible.

Print this item

  256-color-indexed(png|gif): missing transparency
Posted by: DearDeparted - 08-19-2020, 04:41 PM - Forum: General questions - Replies (6)

hey, i've already posted about this problem over on GIMPChat, although for the sake of inclusivity, i'm asking here too. Also, it looks like search functionality is busted atm, so I can't tell if this has been asked before and so i'm going ahead and posting my question...

The question is about how indexed color is represented at the data level in an exported image(png, gif), and what is the best way to export indexed images?: ¿num colors?, ¿remove unused colors from map? -- i guess those are the choices. 

Really, it all comes down to a problem i've had a few times now when trying to export an image(png or gif) as 256-colors indexed. the problem is it keeps adding a background color, and removing my transparency, and no matter how hard i try i have not been able to fix the problem while maintaining a full 256-color palette. here's an example:
   

if you look in image properties you will see it is labeled 256 colors, and there is still transparency in some layers, although it seems impossible to remove my background color in layer 1 or 5... above was actually my 2nd attempt to remove the background using GIMP_2.10
Here is my initial fail using GIMP_2.8:
   

...funny thing though, the problem disappears consistently when i choose fewer colors. see here(128 colors):
   

What is the cause of this problem? Also, why does gimp default to 255 colors? I've had it explained to me that it is because gimp represents transparent as a color too, and so i must decrement by one; but then why is there still transparency in some of the layers in my 256-color gif?

A full explanation would be much appreciated! I like to index a lot of my published work(for various reasons), but I also like to get the best quality, and sometimes that involves choosing 256. also this is not a consistent problem I have saved many pngs with transparency at 256-colors, and not had a problem, although it has not been an uncommon problem for me to encounter...

...could someone dispel the mystery? Thanks!

Print this item

  Creating a Clone mask using an image
Posted by: rmmwilg - 08-18-2020, 09:57 PM - Forum: General questions - Replies (14)

Since the file itself is too large for attachment, I've included it as a Dropbox link below.

In the 'Base Terrain' layer, I need to use the clone tool to fill in the hexside slivers below the full hex depictions. The best way to do this would be to create a mask, that would only allow the clone to paste within the outlines of the hexside slivers. I initially thought that a floating selection could do that, since when I copy the original file into a new layer that does create outlines that do act as masks for the paintbrush tool, but of course, we can't do anything else with a floating selection until it's anchored, at which point the very outlines that I need disappear. Thoughts, suggestions?


https://www.dropbox.com/s/yndmb89mmkvqcn...n.xcf?dl=0

Print this item

  Transparent Background Problem
Posted by: Purplechris83 - 08-18-2020, 06:48 PM - Forum: General questions - Replies (1)

Hi guys,

I'm new to this. I've been using the following method to cut a product out of a picture and make the background transparent:

Add Alpha Channel
Select Product image i want to keep using Free Select
Feather Image by 5,000 px
Invert
Clear

and this method has been working great until today where I have carried out the above method but when I put 5,000 px in Feather it won't accept it and keeps changing it to "50.00" px and then when I Invert and go to clear it makes the image a little transparent but I can still see the background. I have to keep pressing Clear 10 times until the image background is completely gone and then export but the image quality suffers and I'm wondering what I am doing wrong?

To try and fix this I have reinstalled GIMP twice (to a different directory the second time) and gone to Edit -> Preferences and Reset everything but I'm still having the same problem.

HELP! And thanks in advance.

Print this item

  Outline around model
Posted by: richiie - 08-17-2020, 05:23 PM - Forum: General questions - Replies (1)

Hey every1. I'm trying to do this "untitled.png". ( I want some spacing in between the model and the outline)

 

However, I get this "strokevroundigpic...".


Could you guys please help me 

https://drive.google.com/drive/folders/1...sp=sharing

Print this item