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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,589
» Latest member: jadekristina
» Forum threads: 7,462
» Forum posts: 40,772

Full Statistics

Latest Threads
Can tooltip display time ...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: cjsmall
26 minutes ago
» Replies: 0
» Views: 5
Export all opened images ...
Forum: Extending the GIMP
Last Post: Bookman
38 minutes ago
» Replies: 12
» Views: 9,348
'Transparent' area is bro...
Forum: General questions
Last Post: rich2005
1 hour ago
» Replies: 4
» Views: 132
AIGoR - Artificial Image ...
Forum: Other graphics software
Last Post: vitforlinux
7 hours ago
» Replies: 11
» Views: 3,220
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: rich2005
Today, 07:15 AM
» Replies: 6
» Views: 299
.SCM and .PY files are no...
Forum: Gimp-Forum.net
Last Post: Ofnuts
Yesterday, 05:28 PM
» Replies: 0
» Views: 72
v3.04 Script Error sg-sav...
Forum: Extending the GIMP
Last Post: Ofnuts
Yesterday, 05:11 PM
» Replies: 1
» Views: 83
Bug: gimp-drawable-get-pi...
Forum: Scripting questions
Last Post: programmer_ceds
Yesterday, 03:55 PM
» Replies: 8
» Views: 259
blank screen
Forum: OSX
Last Post: wilsonpig
Yesterday, 08:58 AM
» Replies: 4
» Views: 183
Cannot Install BIMP to GI...
Forum: Extending the GIMP
Last Post: Ofnuts
07-03-2025, 07:52 PM
» Replies: 1
» Views: 118

 
  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: 236)
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

  How can this be an unknown file type?
Posted by: ajax - 06-13-2024, 09:22 PM - Forum: General questions - Replies (10)

Just received a very perplexing error message indicated by screenshot that follows:

   

Just to be sure that message results when trying to export image files of any normal type (i.e., I've tried .tif, .jpg, & .png) as shown by the example that follows:

   

This is happening when running GIMP Version 2.10.38, which was newly obtained, on Windows.  I definitely need some help figuring out what is going on here.

Print this item

  Size problem in saved tif image
Posted by: MarcoCarta - 06-11-2024, 07:49 PM - Forum: General questions - Replies (7)

Hi all,
I face a problem in saving a tif image.
What I'm doing :
I'm editing a 3600x3600 16bits integer grayscale geotiff with 1 layer.
When I save it and reopen it with the Gimp 2.10, the image is 3602X3600 px and the layer have a 2px left offset.
Despite of numerous attempts to correct size and layer position, when I save it the same thing append.
Am I missing something obvious here ?
thanks for reading

Print this item

  an example of image manipulation
Posted by: MJ Barmish - 06-11-2024, 12:05 PM - Forum: Gallery - No Replies

Hello, everybody
for those who are interested, here is an example of processing a photo to create the image of my site "Remains of a mausoleum" in five steps (because the number of attachments allowed in a thread).

First step : the initial, quite banal photo (I don't know why it can't be attached jpg 400px X 247px 103Ko ; when I try everything crashes ! ?)

Second step : first treatment in Canon DPP4 ; I applied my "gilging" tonal composition and straightened the perspective and cropped. You will see that we still have a photo
     

Third step : first processing in Gimp ; I apply the "despeckled" filter in recursive ; an interesting shape is outlined. It now remains to strengthen and clarify it    


Fourth step : second processing in Gimp ; I apply the "neon" filter in saturationTSV. At this moment the image is formed, but very "dirty" ; so all that remains is to clean it and improve colors (saturation, contrast...)
   

Then, the cleaned and finalized image (that of the site in the section History and Journey)
   

Print this item

  Funky curves settings
Posted by: Ofnuts - 06-10-2024, 09:07 PM - Forum: Extending the GIMP - No Replies

A few settings to add to your {Gimp profile}/filters/GimpCurvesConfig.settings

To transform a posh Hausmannian building

   

Into a trippy disco entrance

   

Or a plain solid noise into moiré:

   

The settings:
.zip   SawToothCurves.zip (Size: 1.77 KB / Downloads: 622)

Enjoy

Print this item