From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Interest in nt_load_image? Date: Mon, 30 Mar 2020 21:53:53 +0300 Message-ID: <83d08t3c8u.fsf@gnu.org> References: <86369r0xcv.fsf@csic.es> <83k1324m60.fsf@gnu.org> <86imimwa4t.fsf@csic.es> <838sji3qhx.fsf@gnu.org> <86lfnhsyei.fsf@csic.es> <83v9ml3kpx.fsf@gnu.org> <86r1x9rf7w.fsf@csic.es> <83pnct3ikf.fsf@gnu.org> <86eet9ra3g.fsf@csic.es> <83ftdp3cj9.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="12254"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: juanjose.garciaripoll@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Mar 30 20:54:19 2020 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 1jIzY9-00034D-KW for ged-emacs-devel@m.gmane-mx.org; Mon, 30 Mar 2020 20:54:17 +0200 Original-Received: from localhost ([::1]:55086 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIzY8-00032r-MA for ged-emacs-devel@m.gmane-mx.org; Mon, 30 Mar 2020 14:54:16 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49998) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIzXd-0002ZT-Ae for emacs-devel@gnu.org; Mon, 30 Mar 2020 14:53:46 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51232) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jIzXd-0001Qf-6p; Mon, 30 Mar 2020 14:53:45 -0400 Original-Received: from [176.228.60.248] (port=2107 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jIzXb-0004EL-BV; Mon, 30 Mar 2020 14:53:44 -0400 In-Reply-To: <83ftdp3cj9.fsf@gnu.org> (message from Eli Zaretskii on Mon, 30 Mar 2020 21:47:38 +0300) 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:246058 Archived-At: > Date: Mon, 30 Mar 2020 21:47:38 +0300 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org > > > >> P.S.: Just a side question, is LCMS2 actually used anywhere in Emacs? > > > > > > Yes, see src/lcms.c. > > > > Sorry, apologies once more for the ambiguity: I meant _used_ not exposed > > as a library. lcms.c seems only to provide functions to compute color > > distances, but the color management does not seem to be used anywhere by > > Emacs. > > I don't see it used anywhere in Emacs. Maybe some third-party > packages do, though. Actually, I take that back: those functions can be used as the 4th argument to color-distance.