Gimp-Forum.net
Flat mosaic (zero height) - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions)
+--- Thread: Flat mosaic (zero height) (/Thread-Flat-mosaic-zero-height)

Pages: 1 2


RE: Flat mosaic (zero height) - Krikor - 06-10-2022

It seems to me that this other option would be viable and very simple:

Filters - G'MIC-Qt - Arrays & Tiles - Grid [Hexagonal] , Adjust Resolution and reduce Outline to zero
[attachment=8089]


RE: Flat mosaic (zero height) - PixLab - 06-10-2022

(06-10-2022, 06:16 AM)tmanni Wrote:
Quote:output at 90 is already transparent at 0 it's full transparent like empty

This is because you are displaying logarithmic histogram instead of linear, but it does not explain why it fails.
With an input set to 254, the bottom left point of the curve must be located to the right side of the graph, which is not the case on your screenshot.

OK I understood what was wrong, I moved the the top right point/dot first, by moving the bottom left first it worked.
If you move the top right first input/output become 255/255, thus I was going down to get 255/0 making it all transparent
If you move first the bottom left input/output become 0/0, thus moving that dot to the right to get 254/0

[attachment=8090]