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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,873
» Latest member: NeuroGenica
» Forum threads: 7,662
» Forum posts: 41,701

Full Statistics

Latest Threads
I get program crash when ...
Forum: General questions
Last Post: ldd2
8 hours ago
» Replies: 0
» Views: 57
Text on a Path....
Forum: General questions
Last Post: rich2005
8 hours ago
» Replies: 5
» Views: 269
ASTROPHOTOGRAPHY- CREATIN...
Forum: Tutorials and tips
Last Post: Ofnuts
Yesterday, 12:45 PM
» Replies: 2
» Views: 90
Resynthesizer 3 vs Gimp 3...
Forum: Installation and usage
Last Post: rich2005
Yesterday, 12:26 PM
» Replies: 7
» Views: 213
Fill bucket tool gives fu...
Forum: General questions
Last Post: sallyanne
Yesterday, 11:31 AM
» Replies: 3
» Views: 96
Copy and paste in pdf (em...
Forum: General questions
Last Post: denzjos
Yesterday, 08:52 AM
» Replies: 3
» Views: 185
Install Resynthesizer
Forum: General questions
Last Post: MrsP-from-C
Yesterday, 07:44 AM
» Replies: 8
» Views: 181
Apply filter as brush?
Forum: General questions
Last Post: Tas_mania
10-17-2025, 08:58 PM
» Replies: 1
» Views: 111
Opening a RAW Image in Gi...
Forum: General questions
Last Post: Dunham
10-16-2025, 11:32 AM
» Replies: 4
» Views: 273
Full screen from starting
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
10-16-2025, 11:17 AM
» Replies: 3
» Views: 2,310

 
  Unsupported 16-Bit Application
Posted by: ItzBB - 11-29-2020, 07:13 PM - Forum: Windows - Replies (1)

I get many *Unsupported 16-Bit Application* everytime I open Gimp even after I updated it. It happened today right after I installed a new Font (deleted now and still not working)


After spamming Enter for all the Errors, Gimp looked like this
https://imgur.com/BJluxO7

Ok I found a way to fix it
-Went on my C:\Users\XXXX\AppData\Roaming and deleted the Gimp folder
-Reinstalled Gimp and now it works



Attached Files Thumbnail(s)
   
Print this item

  adding a set of images to a audio visualization :: how to achieve this?
Posted by: sayhello - 11-29-2020, 06:58 PM - Forum: Other graphics software - Replies (3)

having a bunch of images that i want to add to openshot - can i create a little film by adding them to openshot!? Is this possible!?+++

love to hear from you

[Image: file.php?id=20493&t=1]

- note: i want to add this audio - visualization to the bottom-line of the film that is created out of the collection of images!

is this possible - see the images that i have attached, i now am trying the get this done. I will read the manpages to find out how to achive this.

[Image: file.php?id=20494&t=1]

look forward to hear from you

regards
yours Say hello [Image: happy.gif]

Print this item

  how to delete yellow flash spots
Posted by: suzieq - 11-29-2020, 06:33 PM - Forum: General questions - Replies (1)

[attachment=5263]

I used a flash to take a photo and then found it made some yellow spots in the text. Is there an easy way to get rid of them and make the colors the way they should be?
Thanks,
Suzie Q


Lemme try to attach the image again:



Attached Files Thumbnail(s)
   
Print this item

  Bend PE
Posted by: meetdilip - 11-29-2020, 02:45 AM - Forum: Other graphics software - Replies (5)

I am not sure why this happens when using Bend path effect in Inkscape 1.0.1 . I was hoping to see a smooth output

   

Any help will be great

Print this item

  GIMP-ML
Posted by: ksoman - 11-28-2020, 04:15 PM - Forum: Extending the GIMP - Replies (3)

Check out these awesome machine learning plugins for GIMP 2.10
https://github.com/kritiksoman/GIMP-ML

Print this item

  Transparent Background GIF issue
Posted by: Lonecel - 11-28-2020, 05:03 AM - Forum: General questions - Replies (2)

Hi all,
New to the forum and to using GIMP for gifs. 

I'm trying to make a gif with a transparent background, but even when I select [replace] the frames stack when the gif is played. 
I've unoptimized the gif/layers and spent over an hour looking online for a solution. 

I feel like I'm missing something simple. 

I attached a very simple file I've been using to try and sort the problem out. 

Thanks!



Attached Files
.xcf   ball bounce gif.xcf (Size: 111.09 KB / Downloads: 643)
Print this item

  Custom hotkeys issue
Posted by: Amy Lu - 11-27-2020, 09:51 PM - Forum: Older Gimp versions (2.8, 2.6....) - Replies (2)

How do I setup new hotkeys in GIMP 2.8?

I've gone to preferences > Interface > Configure keyboard shortcuts ('Use dynamic keyboard shortcuts' enabled), and nothing works. I even have save shortcuts on exit enabled and they never work.

Any ideas?

Print this item

  Inkscape Question
Posted by: SolidSnake2003 - 11-27-2020, 05:33 PM - Forum: Other graphics software - Replies (2)

I have a question if something can be done in Inkscape similar to what's in Adobe Illustrator. Is it possible to create 2 shapes with different sizes and make it create a gradient like blend like in the tutorial listed below?

https://youtu.be/lNq9pzvHk2c?t=162

Print this item

  Automated text correction
Posted by: StrayByte - 11-27-2020, 10:40 AM - Forum: General questions - Replies (1)

Greetings everyone.
I am in the middle of an enterprise scale scanning of many thick books.
The images in output (albeit already corrected by the scanner software) have all the words wavy and misaligned.

Is there a way to make gip correct these artifacts with a python script?
Maybe identifying a "expected" line and then operating a traslation of pixels to match the expected lines?

I searched but didn't find anything of relevance.

Also I cannot post the images here because the content is classified.

Thanks
Andre

Print this item

  ofn-dial-marks feature request?
Posted by: eepjr24 - 11-27-2020, 03:04 AM - Forum: Scripting questions - Replies (6)

This is not a huge deal since you can accomplish it in a variety of other ways, it would just remove a step. I looked at the code to see if it would be trivial to accomplish but I am not familiar enough with either Python or paths to dare to tinker. =P 

Could check boxes be added to remove the inner or outer curve and leave the dial marks?  This would be useful for some types of dials like a speedometer, etc.

Trying to read the python, it seemed to me maybe it could be done with a conditional in the range loop on marksCount? I don't know how to tell which section of the path is being drawn though, so back to having to tinker and not sure what the effects of that would be. If I am way off base, just tell me to pack sand. 

- E

Print this item