all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Default to using imagemagick?
@ 2010-09-26 15:25 Lars Magne Ingebrigtsen
  2010-09-26 16:22 ` Romain Francoise
  2010-09-27 21:21 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-09-26 15:25 UTC (permalink / raw)
  To: emacs-devel

Is there any reason imagemagick doesn't default to "on"?  I propose the
following patch:

=== modified file 'configure.in'
*** configure.in	2010-09-26 15:18:47 +0000
--- configure.in	2010-09-26 15:25:00 +0000
***************
*** 156,162 ****
  OPTION_DEFAULT_ON([png],[don't compile with PNG image support])
  OPTION_DEFAULT_ON([rsvg],[don't compile with SVG image support])
  OPTION_DEFAULT_ON([xml2],[don't compile with XML parsing support])
! OPTION_DEFAULT_OFF([imagemagick],[compile with ImageMagick image support])
  
  OPTION_DEFAULT_ON([xft],[don't use XFT for anti aliased fonts])
  OPTION_DEFAULT_ON([libotf],[don't use libotf for OpenType font support])
--- 156,162 ----
  OPTION_DEFAULT_ON([png],[don't compile with PNG image support])
  OPTION_DEFAULT_ON([rsvg],[don't compile with SVG image support])
  OPTION_DEFAULT_ON([xml2],[don't compile with XML parsing support])
! OPTION_DEFAULT_ON([imagemagick],[compile with ImageMagick image support])
  
  OPTION_DEFAULT_ON([xft],[don't use XFT for anti aliased fonts])
  OPTION_DEFAULT_ON([libotf],[don't use libotf for OpenType font support])



-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




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

* Re: Default to using imagemagick?
  2010-09-26 15:25 Default to using imagemagick? Lars Magne Ingebrigtsen
@ 2010-09-26 16:22 ` Romain Francoise
  2010-09-26 16:23   ` Lars Magne Ingebrigtsen
  2010-09-27 21:21 ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 5+ messages in thread
From: Romain Francoise @ 2010-09-26 16:22 UTC (permalink / raw)
  To: emacs-devel

Note: if you flip the default, please make the configure script
disable ImageMagick if --with-x=no, as it does with other image
libraries.




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

* Re: Default to using imagemagick?
  2010-09-26 16:22 ` Romain Francoise
@ 2010-09-26 16:23   ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-09-26 16:23 UTC (permalink / raw)
  To: emacs-devel

Romain Francoise <romain@orebokech.com> writes:

> Note: if you flip the default, please make the configure script
> disable ImageMagick if --with-x=no, as it does with other image
> libraries.

Yup.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




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

* Re: Default to using imagemagick?
  2010-09-26 15:25 Default to using imagemagick? Lars Magne Ingebrigtsen
  2010-09-26 16:22 ` Romain Francoise
@ 2010-09-27 21:21 ` Lars Magne Ingebrigtsen
  2010-09-28  4:32   ` Miles Bader
  1 sibling, 1 reply; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-09-27 21:21 UTC (permalink / raw)
  To: emacs-devel

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Is there any reason imagemagick doesn't default to "on"?

Nobody protested, so I flipped the imagemagick defaults.
--without-imagemagick if you don't want it.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




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

* Re: Default to using imagemagick?
  2010-09-27 21:21 ` Lars Magne Ingebrigtsen
@ 2010-09-28  4:32   ` Miles Bader
  0 siblings, 0 replies; 5+ messages in thread
From: Miles Bader @ 2010-09-28  4:32 UTC (permalink / raw)
  To: emacs-devel

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
>> Is there any reason imagemagick doesn't default to "on"?
>
> Nobody protested, so I flipped the imagemagick defaults.
> --without-imagemagick if you don't want it.

Probably a good idea.

I was just reading through the ImageMagick API docs though, and man
does it have the Most Gratuitously Awful Naming Scheme Ever --
practically every function/type name is _absurdly_ generic (e.g.,
"ReadStream", "ExceptionInfo", "GetGeometry", ...), and seem almost
intended to cause conflicts with user programs (or other libraries
with poorly named functions).  [this is in C, remember, no namespaces]

Gahhh.. this is the GNU standard image library?!

-Miles

p.s., of course I'm ignoring the cutesy names, which are merely
silly, not an actual hazard...

-- 
Road, n. A strip of land along which one may pass from where it is too
tiresome to be to where it is futile to go.



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

end of thread, other threads:[~2010-09-28  4:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-26 15:25 Default to using imagemagick? Lars Magne Ingebrigtsen
2010-09-26 16:22 ` Romain Francoise
2010-09-26 16:23   ` Lars Magne Ingebrigtsen
2010-09-27 21:21 ` Lars Magne Ingebrigtsen
2010-09-28  4:32   ` Miles Bader

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.