all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Image rescaling
@ 2014-09-15 12:45 Lars Magne Ingebrigtsen
  2014-09-15 12:55 ` joakim
                   ` (3 more replies)
  0 siblings, 4 replies; 21+ messages in thread
From: Lars Magne Ingebrigtsen @ 2014-09-15 12:45 UTC (permalink / raw
  To: emacs-devel

Most of the image format decoders (jpeg and gif, for instance) do not
support image rescaling.  So shr uses ImageMagick for all its image
handling.

There are two problems with this:

1) ImageMagick is crashy.  Virtually all Emacs crashes I get happen deep
in the ImageMagic code.  I mean, I don't get a lot of crashes, but they
happen from time to time, and are pretty annoying.

2) Some people run Emacs without ImageMagick built in, but usually have
the other libraries enabled.

So I would propose to add a general image scaling function, and use that
in all the image handling functions.  Without image rescaling, Emacs is
pretty useless for anything that involves handling images.

Does this sound OK to everybody?

And if so, is there an FSF-copyright-assigned quality image rescaling
function out there that I could adapt to Emacs so that I don't have to
write it myself?  >"?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2014-09-30 14:19 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-15 12:45 Image rescaling Lars Magne Ingebrigtsen
2014-09-15 12:55 ` joakim
2014-09-15 13:03   ` Lars Magne Ingebrigtsen
2014-09-15 14:27     ` Stefan Monnier
2014-09-15 15:13       ` David Kastrup
     [not found]     ` <COL131-W90F448E3DC24C8E66A0E4D84C90@phx.gbl>
     [not found]       ` <m3d2as98w1.fsf@stories.gnus.org>
2014-09-18 17:03         ` Mirek Kaim
2014-09-15 15:12   ` joakim
2014-09-15 16:14     ` Lars Magne Ingebrigtsen
2014-09-15 19:01       ` joakim
2014-09-15 19:59         ` Lars Magne Ingebrigtsen
2014-09-15 20:00           ` joakim
2014-09-16  0:07 ` Stefan Monnier
2014-09-16  9:42   ` Lars Magne Ingebrigtsen
2014-09-16 11:22     ` Dmitry Antipov
2014-09-16 11:37       ` Lars Magne Ingebrigtsen
2014-09-16 14:42         ` Eli Zaretskii
2014-09-16 14:52           ` Lars Magne Ingebrigtsen
2014-09-16  3:10 ` Stephen J. Turnbull
2014-09-16 14:33   ` Eli Zaretskii
2014-09-19 16:48 ` Ivan Kanis
2014-09-30 14:19   ` Lars Magne Ingebrigtsen

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.