From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Third Newsgroups: gmane.emacs.devel Subject: Re: Image transformation filter for upscaled images Date: Fri, 12 Mar 2021 18:32:06 +0000 Message-ID: References: <871rcpo3nm.fsf@gnus.org> <87v9a1l4d7.fsf@gnus.org> <87zgzclb5w.fsf@gnus.org> <87sg53jc6q.fsf@gnus.org> <87sg51xiau.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34181"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Evgeny Zajcev , Stefan Kangas , emacs-devel To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Mar 12 19:51:31 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lKmsk-0008lO-UD for ged-emacs-devel@m.gmane-mx.org; Fri, 12 Mar 2021 19:51:30 +0100 Original-Received: from localhost ([::1]:44462 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lKmsj-00089k-Pz for ged-emacs-devel@m.gmane-mx.org; Fri, 12 Mar 2021 13:51:29 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47508) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lKmaF-0001wO-DJ for emacs-devel@gnu.org; Fri, 12 Mar 2021 13:32:25 -0500 Original-Received: from outbound.soverin.net ([116.202.65.218]:60237) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lKma6-00071t-Fu for emacs-devel@gnu.org; Fri, 12 Mar 2021 13:32:22 -0500 Original-Received: from smtp.soverin.net (unknown [10.10.3.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id 9806960142; Fri, 12 Mar 2021 18:32:11 +0000 (UTC) Original-Received: from smtp.soverin.net (smtp.soverin.net [159.69.232.138]) by soverin.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=idiocy.org; s=soverin; t=1615573930; bh=/yZY1UF6PLb+BIuc4lDP8X8zyNaNfB+GV8JVPxwK12s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cUyov+oUMoFsQtFy8zCcXxqcCHYuKQPlF/8m8SFG4zlb/u/VIVXoY9Rt6aA+RwbGp x/f217SkWVYw8XSD+CZMjUVINJWBdgnGVAwQsVWkDQKzOEykQW+oceU0mUQm+H0fQB oC1YCjkvGTI48yMjcTdn0HiVQvhyGfb5XZ2RD5RykD1H+UCnCczg7uqWnXMeY2CsTX tnfpJZzgQXjC68JJThAMKqFj+6KB1Q+mQZwlxVR16VolZCsMVv3JcrESkYDSIZgnpm 3JMxCIjyVkzcEl4bOeRYO5Afh9qaIfk/ofQ/z8XAhKHEnba9/VXtl7aWxO3Mh0qxoX l05DDOaLx2+Rg== Original-Received: by breton.holly.idiocy.org (Postfix, from userid 501) id 11A95202AEA102; Fri, 12 Mar 2021 18:32:06 +0000 (GMT) Mail-Followup-To: Alan Third , Lars Ingebrigtsen , Evgeny Zajcev , Stefan Kangas , emacs-devel Content-Disposition: inline In-Reply-To: <87sg51xiau.fsf@gnus.org> Received-SPF: pass client-ip=116.202.65.218; envelope-from=alan@idiocy.org; helo=outbound.soverin.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:266416 Archived-At: On Fri, Mar 12, 2021 at 02:38:33AM +0100, Lars Ingebrigtsen wrote: > Alan Third writes: > > > I like this idea, but I felt somewhat out of my depth trying to > > implement it. > > Now pushed to Emacs 28. Excellent. Thanks, Lars. -- Alan Third