From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Christopher Howard Newsgroups: gmane.emacs.help Subject: Elisp: Generating Image Files Date: Fri, 19 May 2017 21:20:01 -0800 Message-ID: <03f9204b-6298-2a29-ec35-90277dcc5acc@qlfiles.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1495269005 4301 195.159.176.226 (20 May 2017 08:30:05 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 20 May 2017 08:30:05 +0000 (UTC) To: Help Gnu Emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 20 10:30:00 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dBzlw-0000zW-KK for geh-help-gnu-emacs@m.gmane.org; Sat, 20 May 2017 10:30:00 +0200 Original-Received: from localhost ([::1]:33403 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dBzm1-0006ln-V7 for geh-help-gnu-emacs@m.gmane.org; Sat, 20 May 2017 04:30:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dBwoG-0007u0-Jt for help-gnu-emacs@gnu.org; Sat, 20 May 2017 01:20:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dBwoD-0006sC-HR for help-gnu-emacs@gnu.org; Sat, 20 May 2017 01:20:12 -0400 Original-Received: from mx.kolabnow.com ([95.128.36.1]:24156 helo=mx-out03.mykolab.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dBwoD-0006pg-BF for help-gnu-emacs@gnu.org; Sat, 20 May 2017 01:20:09 -0400 X-Virus-Scanned: amavisd-new at kolabnow.com Original-Received: from mx03.mykolab.com (mx03.mykolab.com [10.20.7.101]) by mx-out03.mykolab.com (Postfix) with ESMTPS id 501F520A07 for ; Sat, 20 May 2017 07:20:05 +0200 (CEST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 95.128.36.1 X-Mailman-Approved-At: Sat, 20 May 2017 04:28:57 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:113083 Archived-At: Hi, is there a library for Emacs that would allow me to use elisp to generate an image file? E.g. a function that takes an array of RBGA color values and outputs a PNG file? -- https://qlfiles.net