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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,927
» Latest member: SpenTimo
» Forum threads: 7,365
» Forum posts: 40,110

Full Statistics

Latest Threads
GIMP windows oversized at...
Forum: Installation and usage
Last Post: alpheratz
8 hours ago
» Replies: 0
» Views: 59
GIMP3 jpeg-2000 save/writ...
Forum: Extending the GIMP
Last Post: stevew
Today, 03:52 AM
» Replies: 1
» Views: 129
Hard Drive Failure: Now I...
Forum: Windows
Last Post: FreemanActual
Yesterday, 11:28 PM
» Replies: 2
» Views: 1,367
Converting python plugin-...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: iiey
Yesterday, 09:37 PM
» Replies: 44
» Views: 4,408
CMYK issue: Krita or Cyan
Forum: Other graphics software
Last Post: Dark Allure
Yesterday, 05:17 PM
» Replies: 13
» Views: 2,815
Preferences/Folders shows...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: programmer_ceds
Yesterday, 04:58 PM
» Replies: 4
» Views: 187
RemoveBG, how to install ...
Forum: Extending the GIMP
Last Post: CtrlAltDel
Yesterday, 10:49 AM
» Replies: 14
» Views: 650
how to change default pas...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: swod
Yesterday, 10:37 AM
» Replies: 18
» Views: 7,261
Arrow Script
Forum: Extending the GIMP
Last Post: GimpUser2504
Yesterday, 09:36 AM
» Replies: 130
» Views: 166,248
Creating a customizable d...
Forum: General questions
Last Post: BorrowedWifi
04-21-2025, 05:04 PM
» Replies: 9
» Views: 2,342

 
  pen tablet tilt
Posted by: GarethD83 - 06-26-2024, 06:09 PM - Forum: General questions - No Replies

Hi all, I'm new here and this is my first post. 
I bought a UGEE pen tablet a couple of years ago and when i first started using it, the pressure and tilt functions worked in GIMP. For some reason both these functions stopped. I have now got the pressure setting back but cannot figure out the tilt. 
In the configure input devices settings X tilt and Y tilt both have no options and say the axis has no curve (not sure if this is normal or not).
The mapping matric has an X on angle/tilt.
The internet is showing nothing, I've looked all over the place.

Anybody have any answers?

Print this item

  Calling Filters->Distorts->Waves from scheme
Posted by: berni - 06-25-2024, 08:03 AM - Forum: Scripting questions - Replies (10)

I tried to run the waves filter from within a scheme script (for being able to do batch processing). My best guess yet was

Code:
(plug-in-waves RUN-NONINTERACTIVE image drawable amplitude phase wavelength 0 FALSE)

Unfortunately this produces different results from when I use the waves filter interactivly (see images below). Also the parameter ranges differ and some parameters are missing completely. Looks like this is some other filter which is also called waves.

Diving into the config files I think interactivly I'm using GimpGegl-gegl-waves, but there is no documentation on that in the procedure browser nor do I know how to call this in scheme.

So my questions:

a) How can I call Filters->Distorts-Waves from within a scheme script?
b) Maybe more important: How could I have found out that myself?

---

Original image:

   

Using waves interactivly:

   

Using script:

   

Im using GIMP 2.10 (from Debian stable).

Print this item

  Rotate a parallelepiped (cube)
Posted by: T-TaaN - 06-24-2024, 08:48 AM - Forum: General questions - Replies (2)

I have a parallelepiped/cube baked in 2d image and I need to rotate it. Is there an option or a plugin, that let me select all 6 visible edges and make rotation of it as it were 3d object?

Print this item

  using Photolab - Batch corrections - Curve
Posted by: arodri - 06-23-2024, 09:28 AM - Forum: General questions - Replies (15)

Good morning

I'm very new using Gimp, so I'm here to ask for your help, for a situation that I'll explain below:

My system - Windows XP SP3

Gimp version - 2.8.22

The situation:

I'm a collector of comic strips from newspapers, and these strips are often not of great quality, which is why I recently discovered Gimp, and more specifically the "Colors - Curves" option, which helped me a lot in cleaning and improving the images (one by one).

Since I often have to improve hundreds of images, I looked for a way to do it in batch processing and discovered "Photolab - Batch corrections - Curve".

Even though I followed the steps explained
1. carry out a procedure on an image
2. Export the definitions of that procedure to an external file


When using "Photolab - Batch corrections - Curve" I invariably get the message, which I attach
I tried it several times, but the situation remains.

As I have a laptop with Windows 7, I thought, maybe because XP is old it doesn't work, but the result is the same.

Could you help me?
My thanks in advance.
Arodri



Attached Files Thumbnail(s)
   
Print this item

  Trying my hand at Processing, the "Logo" for grown-ups
Posted by: Ofnuts - 06-22-2024, 12:32 PM - Forum: Gallery - Replies (21)

This processing.

   

Code isn't too complicated
Code:
[align=left]float startAngle=0;

void setup() {
  size(800,800);
  colorMode(HSB,360,100,100);
}

void drawSquare(float radius,float angle,float size) {
    float squareX=width/2+radius*cos(angle);
    float squareY=height/2+radius*sin(angle);
    pushMatrix();
    translate(squareX,squareY);
    rotate(angle+radians(5)); // Compensate "slope"of log spiral
    rect(0,0,size,size,size/8);
    popMatrix();
}

void draw() {
  noStroke();
  background(255);
  float radius=height/2-50.;
  float size=radius/10;
  float squareAngle=startAngle;
  float shrink=.9975;
  float shiftAngle=7;
  float hue=360;
  float brightness=100;
  while (radius > 2) {
    fill(hue,80,brightness);
    drawSquare(radius,radians(squareAngle),size);
    radius*=shrink;
    size*=shrink;
    squareAngle+=shiftAngle;
    hue*=shrink;
    brightness*=shrink;
  }  
  startAngle-=.5; // For animation
}

Print this item

  Annunciation
Posted by: MJ Barmish - 06-20-2024, 05:06 PM - Forum: Gallery - Replies (1)

Hi, all. Here is my latest creation, using the puzzle and porcelain process, entitled "Annunciation" (published on my site https://mjbarmish.fr). In a while, I may post his original photo, as I did of other images ; but I hesitate, because I like it very much for its spiritual atmosphere and I fear trivializing it by showing where it comes from Blush .

   

Print this item

  How to stop GIMP snaaping to desktop title bar in Mac os 10.15
Posted by: Ranger1951 - 06-19-2024, 04:08 AM - Forum: General questions - Replies (5)

I am running GIMP 2.10.38 on iMac running OS 10.15 Catalina. When opened, GIMP work space windows keeps 'snapping' to the desktop title bar. Thus hiding all other open windows / apps.

Can anyone suggest a fix, please? Thank you.



Attached Files Thumbnail(s)
   
Print this item

  The Gimp is a superb option for image editing...
Posted by: SiriusA - 06-18-2024, 11:34 AM - Forum: General questions - Replies (10)

But I have one question..

Where's the shape tool?

Is there some kind of a legal limitation for this to exist?

I mean, I would go to the left bar and I want to select a tool to use..

I might want to make a 5 pointed star for example, of any size, very quick and easy..

Or a circle, or a square, or triangle..

Am I just being stupid here? Crazy? Or why can't I find it?

BTW no I'm not such a big fan of having to do these sorts of things using a select tool, either.


I think there ought to be a line tool, also..

I mean SURE, I CAN hold the alt-key down, but to an average user, it sure is difficult to find.

Maybe it would be appropriate to include it in the same category as shapes?

A line is a shape.



Attached Files
.xcf   ShapeToolMissing.xcf (Size: 8.81 KB / Downloads: 149)
Print this item

  the original is always better (or not?)
Posted by: denzjos - 06-15-2024, 07:17 AM - Forum: Watercooler - Replies (6)

Google translated from : https://tweakers.net/geek/223242/foto-di...adliner.nl
   

Print this item

  23 minutes and 23 seconds
Posted by: PixLab - 06-15-2024, 05:27 AM - Forum: Watercooler - Replies (8)

Although, it's not always red, for instance on my distro/theme it's black





No I did not wait 23 minutes and 23 seconds Tongue , I opened GIMP in another Workspace, put the timer (MATE timer applet) at 23 minutes and 5 seconds, continue my things on the other Workspace, then when the timer finished a notification appeared on my screen, thus I just have to switch Workspace to see it Big Grin

Print this item