Welcome, Guest |
You have to register before you can post on our site.
|
|
|
What is anti-aliasing? |
Posted by: Ofnuts - 04-01-2023, 04:41 PM - Forum: Tutorials and tips
- Replies (1)
|
 |
Anti-aliasing is the technique used to obtain lines that are both visually sharp and smooth.
If the smallest "drawable" units (in other words, the pixels) on our displays were smaller that our eyesight resolution, there would be no problem, but with the current display technology they are still somewhat visible, so anti-aliasing is how the problem is mitigated.
Assume that we have a pixel (the whole square) that straddles the edge of an object (red line):
In this pixel, 80% of the pixel is in the object (black), 20% is outside (white)
What should be the color of the pixel?
Well, things shouldn't change with scale, right? So, if we use a bigger object (so, more pixels) and step back so that the visual size is the same as before, the area of the initial pixel is now covered by black pixels and white pixels, where 80% of the pixels are black, and 20% are white (if we forget the pixels along the edge).
What is the color equivalent color? This is the color of an area where 80% of the pixels are black, so for instance this is the perceived color of this (from sufficiently far away):
Which is the same color as this (the image above, with Filters > Blur > Pixelize and a block size equal to the image size).
Note that the "perceptual" channel values of this color are not 20% (or around 50, if using the [0..255] notation), but close to 50% (or 127) because luminosity is not proportional to channel values, due to gamma correction.
And what happens if, instead of colors, we draw on a transparent background? In practice, the problem is very similar, because the transparency of pixels is computed in a very similar way (see the description of the "over" operator), so anti-aliasing uses partial opacity instead of a color blend.
|
|
|
edit format |
Posted by: signalnorth - 03-29-2023, 08:33 AM - Forum: General questions
- Replies (1)
|
 |
Hi new member here. I reskin locomotives in Train Sim using GIMP. One of the files I recently tried to edit said that it needed to be saved after editing as a
dd/S
ARGB 8.8.8.8
Mini maps 12
However there seems to be no facility in GIMP (mine at least) to save it in the ARGB 8.8.8.8 format
Can anyone help please?
Many thanks in advance
|
|
|
Clone problem cant select |
Posted by: Kev - 03-28-2023, 11:22 PM - Forum: General questions
- Replies (7)
|
 |
instead of a circle I'm getting a cross so cant select the part of the pic I want to clone . Have hit the Ctrl key and no good . Also when I open a new pic it goes straight to clone. Have even uninstalled and reinstalled
|
|
|
Some Free Fonts |
Posted by: Krikor - 03-27-2023, 09:18 PM - Forum: Watercooler
- Replies (5)
|
 |
Apparently the site http://abfonts.freehostia.com/ is making its fonts available for download for free:
"Consider all fonts downloaded from abfonts as free for personal, non-commercial use only unless otherwise specified in the newsgroup message, in an accompanying file and/or in the font itself. Get in touch directly with font authors to inquire about the use of a font for commercial purposes.''
It seems that a typography studio closed down and without being able to sell their fonts anymore, they decided to make them available for free. But I am not sure about this information.
|
|
|
|