* [GNU ELPA] Xpm version 1.0.5
@ 2024-04-24 9:07 ELPA update
0 siblings, 0 replies; only message in thread
From: ELPA update @ 2024-04-24 9:07 UTC (permalink / raw)
To: gnu-emacs-sources; +Cc: nil
Version 1.0.5 of package Xpm has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.
Xpm describes itself as:
===============
edit XPM images
===============
More at https://elpa.gnu.org/packages/xpm.html
## Summary:
This package makes editing XPM images easy (and maybe fun).
Editing is done directly on the (textual) image format,
for maximal cohesion w/ the Emacs Way.
Coordinates have the form (X . Y), with X from 0 to (width-1),
and Y from 0 to (height-1), inclusive, in the 4th quadrant;
i.e., X grows left to right, Y top to bottom, origin top-left.
(0,0) … (width-1,0)
⋮ ⋮
(0,height-1) … (width-1,height-1)
In xpm.el (et al), "px" stands for "pixel", a non-empty string
in the external representation of the image. The px length is
the image's "cpp" (characters per pixel). The "palette" is a
set of associations between a px and its "color", which is an
alist with symbolic TYPE and and string CVALUE. TYPE is one of:
## Recent NEWS:
NEWS for xpm.el (et al)
See the end for copying conditions.
- 1.0.5 | 2021-12-19
- use U+2018, U+2019 more
- use https for URLs (including homepage)
- 1.0.4 | 2017-02-17
- fixed syntax error in ‘defstruct’ usage (how did it work before?!)
- new THANKS file
- 1.0.3 | 2014-06-13
- improved docstrings
- 1.0.2 | 2014-05-30
- new homepage: https://www.gnuvola.org/software/xpm/
- 1.0.1 | 2014-05-21
- byte-compilation bugfix
- 1.0.0 | 2014-05-18
- initial release
\f
Local Variables:
mode: outline
outline-regexp: "\\([ ][ ]\\)*- "
End:
_____________________________________________________________________
Copyright (C) 2014-2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted provided the copyright notice and this notice are preserved.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-04-24 9:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-24 9:07 [GNU ELPA] Xpm version 1.0.5 ELPA update
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.