From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Image transformations Date: Wed, 19 Jun 2019 20:56:29 +0300 Message-ID: <83fto5qx0y.fsf@gnu.org> References: <20190613165804.GB11266@breton.holly.idiocy.org> <83d0jhz9za.fsf@gnu.org> <20190613192724.GA11945@breton.holly.idiocy.org> <83zhmlxo6d.fsf@gnu.org> <20190613222626.GA12971@breton.holly.idiocy.org> <83o930y7cl.fsf@gnu.org> <20190615104242.GA13368@breton.holly.idiocy.org> <838su3w0de.fsf@gnu.org> <20190616152259.GA22789@breton.holly.idiocy.org> <83d0jdv68i.fsf@gnu.org> <20190617211332.GA55597@breton.holly.idiocy.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="36557"; mail-complaints-to="usenet@blaine.gmane.org" Cc: emacs-devel@gnu.org To: Alan Third Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 19 19:57:33 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hdepx-0009MO-9e for ged-emacs-devel@m.gmane.org; Wed, 19 Jun 2019 19:57:33 +0200 Original-Received: from localhost ([::1]:40926 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdepv-0001EZ-VX for ged-emacs-devel@m.gmane.org; Wed, 19 Jun 2019 13:57:31 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54732) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdepC-0001EG-QO for emacs-devel@gnu.org; Wed, 19 Jun 2019 13:56:47 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:43016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hdepC-0006XT-FT; Wed, 19 Jun 2019 13:56:46 -0400 Original-Received: from [176.228.60.248] (port=4389 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hdepA-0002y1-RH; Wed, 19 Jun 2019 13:56:45 -0400 In-reply-to: <20190617211332.GA55597@breton.holly.idiocy.org> (message from Alan Third on Mon, 17 Jun 2019 22:13:32 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:237928 Archived-At: > Date: Mon, 17 Jun 2019 22:13:32 +0100 > From: Alan Third > Cc: emacs-devel@gnu.org > > > This is great, but Windows only supports displaying images from files, > > so we will have to write these specs to files, and then display them. > > That’s unfortunate. Patch attached. I'm terribly sorry, my failing memory tricked me here. Windows does support :data for images, the problem with :data is with play-sound, not with images. Apologies for making you invest extra effort.