"Ives Aerts" <ives_at_sonytel.be> writes:
> What do you people use to edit xpm's (icons, textures, ...)? Currently
> I use gimp but doesn't know how to save them, so I have to save them
> as tiff's, then use XV to convert them, then use a text editor to
> change one of the colours to transparent.
>
> Surely there must be an easier option, not?
XEmacs has a mode for editing XPM's. It is actually very nice and even
gives you a preview of the image. You will have to add these lines to
your "~/.emacs" file:
(setq auto-mode-alist
(append '(("\\.xpm\\(\\.orig\\)?$" . xpm-mode))
auto-mode-alist))
This mode is not suited for editing *huge* XPM's, but for normal sized
ones, it works very nicely.
Markus
--
Markus Gutschke Internet: gutschk_at_math.uni-muenster.de
Schlage 5a PGP public key: finger -l gutschk_at_math.uni-muenster.de
D-48268 Greven-Gimbte
Germany >>> I prefer encrypted e-mail <<<
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
- application/pgp-signature attachment: stored
Received on Fri Mar 07 1997 - 21:06:28 GMT