From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id A67F22AE37 for ; Mon, 12 Aug 2024 09:54:59 +0200 (CEST) Received: from sirjofri.de ([5.45.105.127]) by 9front; Mon Aug 12 03:53:24 -0400 2024 Received: from dummy.faircode.eu ([31.16.254.19]) by sirjofri.de; Mon Aug 12 09:53:16 +0200 2024 Date: Mon, 12 Aug 2024 09:53:15 +0200 (GMT+02:00) From: sirjofri To: 9front@9front.org Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Correlation-ID: List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: extended mobile plugin hosting-scale information generator Subject: Re: [9front] Blie - blended layers image editor Reply-To: 9front@9front.org Precedence: bulk 12.08.2024 04:56:14 ori@eigenstate.org: > Quoth sirjofri : >> Initially, I wanted to have all the data in a zip and you open the zip >> file for editing, but now I think it's probably better to just leave >> it as individual files.=C2=A0 Those can still be zipped, and you can use >> source control more easily. > > Yes, this kind of thing can be layered. > > =C2=A0=C2=A0=C2=A0 $ zip/fs $imgfile > =C2=A0=C2=A0=C2=A0 $ blie > =C2=A0=C2=A0=C2=A0 Is zipfs writable? The man page isn't so clear about that. I thought it was= read-only. sirjofri