9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] Blie - blended layers image editor
@ 2024-08-09 16:25 sirjofri
  2024-08-11  3:40 ` sl
  0 siblings, 1 reply; 14+ messages in thread
From: sirjofri @ 2024-08-09 16:25 UTC (permalink / raw)
  To: 9front

Hello all (especially sl),

I have a rough implementation of blie, which should be something like a small photoshop for plan 9. The rough plan is that we can have different layers for different sub-editors.

One of these (sub-)editors is for plan 9 images, another one could be for vector data. The important point is that they all output raster images, so the possibilities are nearly endless.

Using the layer image and a layer mask, the full image is composed. It will be possible to edit masks and images individually, everything else is in the responsibility of the layer editor.

The current state is by far not complete. It's only the basic graphical layout with the option to paint a bit. The zooming functionality is very slow (using resample in a pipe) and it's not possible to manage the layers besides changing the filesystem directly.

The code is on shithub and sourcehut.
shithub.us/sirjofri/blie
https://git.sr.ht/~sirjofri/blie

Installation is currently not recommended, but if you want to try it out, you can clone the repo, mk it, and then open the test image like this:

6.out test/img

It is planned to support individual brushes from image files, some brush variations (rotation etc), a color wheel (or slider) for color selection in the future.

As I'm actively working on that project, there will be frequent updates.

sirjofri

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-08-15 21:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-09 16:25 [9front] Blie - blended layers image editor sirjofri
2024-08-11  3:40 ` sl
2024-08-11  9:18   ` sirjofri
2024-08-11 14:01     ` Willow Liquorice
2024-08-11 17:49       ` sirjofri
2024-08-11 18:10         ` Frank D. Engel, Jr.
2024-08-11 18:43           ` sirjofri
2024-08-11 18:49             ` sl
2024-08-11 21:25               ` sirjofri
2024-08-12  2:53             ` ori
2024-08-12  2:52         ` ori
2024-08-12  7:53           ` sirjofri
2024-08-12  8:37             ` ori
2024-08-15 21:19               ` sirjofri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).