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.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,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 6F4CE2AE58 for ; Mon, 12 Aug 2024 04:56:16 +0200 (CEST) Received: from mimir.eigenstate.org ([206.124.132.107]) by 9front; Sun Aug 11 22:54:43 -0400 2024 Received: from mimir.eigenstate.org (localhost [127.0.0.1]) by mimir.eigenstate.org (OpenSMTPD) with ESMTP id 39f7a3be for <9front@9front.org>; Sun, 11 Aug 2024 19:54:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eigenstate.org; h= message-id:to:subject:date:from:in-reply-to:mime-version :content-type:content-transfer-encoding; s=mail; bh=KAS5Diet5Hbz ahSiIFLtXWp4cjo=; b=YffBfnDrGNY1kRTOsuFfTIddU7H8nuOknoKg/EL4N/oP FcMRlU0KHB0EMfnbj4A6VJkKKMeR667cKlCn1u6PSqyDTXbhKgldKloT79gRd6RX PJC36BllAInE+vLriB/DFrlhcHx546Tm03/u1IpUewMBgVRoo5qdVtsU9dDhJBc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eigenstate.org; h=message-id :to:subject:date:from:in-reply-to:mime-version:content-type :content-transfer-encoding; q=dns; s=mail; b=kT0RYVyBWAizjo9J9Cc 0fYnfhmDQNgaudL3MNY5QNonjqp/i6+A/MyRo5CMsNovaHdQB9IbELTVU0YWLi6o CgA1+WV7eDLFdFaiNb5FLHhTlveQXEYBdecHDdnpASfapUKPd1hlLBjiGrXgB+Cu RXp1oL8+2L6Cuz4UY3BDasHQ= Received: from chainsaw.dev (27-142-98-120.rev.home.ne.jp [27.142.98.120]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id adf2e5ca (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Sun, 11 Aug 2024 19:54:41 -0700 (PDT) Message-ID: To: 9front@9front.org Date: Sun, 11 Aug 2024 22:52:04 -0400 From: ori@eigenstate.org In-Reply-To: <8b15626b-efdb-4476-ade1-e6198befa62f@sirjofri.de> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: basic engine-scale HTML database replication API Subject: Re: [9front] Blie - blended layers image editor Reply-To: 9front@9front.org Precedence: bulk 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. Those can still be zipped, and you can use > source control more easily. Yes, this kind of thing can be layered. $ zip/fs $imgfile $ blie see also how vmx handles qcow2 images: it doesn't, qcowfs provides a virtual raw disk image instead, and *all* the tools we have know how to handle it.