Branches
Articles referencing this project
- Red Hat: Updated ImageMagick packages that several security issues
by Patrick Lenz
,
in Security
Sun, Apr 20th 2008 15:10
- Red Hat: Updated ImageMagick packages correct several security issues
by Patrick Lenz
,
in Security
Sun, Feb 18th 2007 01:42
- Debian: New imagemagick packages fix several vulnerabilities
by Patrick Lenz
,
in Security
Sun, Nov 19th 2006 06:14
- SuSE: New ImageMagick packages fix remote denial of service
by Patrick Lenz
,
in Security
Sun, Nov 19th 2006 05:53
- SuSE: New ImageMagick packages fix code execution
by Patrick Lenz
,
in Security
Sat, Sep 9th 2006 02:35
|
|
Comments
[»]
Wand API
by Wolfpack Entertainment - Feb 15th 2005 19:11:51
I'm very impressed with the Wand API, it does "work like magic"! It's
simple, straight forward and no-nonsense, I really like that!
The documentation and tutorials could use some improvement though,
actually there aren't any tutorials. But it's still a great API and all the
code behind it.
[reply]
[top]
[»]
Awesome...saves me tons of time.
by Plutoid - Jul 9th 2003 16:29:43
I was always trying to mess with Gimp and other programs to rotate my
pictures one by one and I even tried messing with another program to make
thumbnails, but this program takes care of all my problems. Thanks for the
great program!
Jake@plutoid.com
[reply]
[top]
[»]
Good Software, but lacks doc
by Ricardo Fabbri - Nov 4th 2002 23:43:06
This is good software,
but there's no comprehensive doc.
If you want to program in the C API,
you will only have some reference documentation
along with the source code. But, I repeat,
this is great software!
-- Cybernetic Vision Research Group, Brazil
(http://cyvision.if.sc.usp.br)
[reply]
[top]
[»]
Insatallation problems under Debian Linux
by DropBear42 - Feb 21st 2002 12:06:16
Can't seem to find the mailing list, so I'll post my question here.
I'm trying to install ImageMagick on my Debian Linux server and am getting
the following error during the "make install" step
can't find xarch.h
which is required for the x.lo compile
Any ideas?
Thanks in advance
Stephen
[reply]
[top]
[»]
Namespace clashes
by Donguri Mura - Sep 9th 2000 11:15:40
ImageMagick should stop using very common names like convert,
combine, display, animate, identify,
import, and stretch for its component programs because lots
of other programs are already using these names. There are, for example,
over 20 GPL/BSD programs using the names display and convert.
ImageMagick should insert a short prefix before each program
name, e.g. using the prefix "im" gives imconvert,
imcombine, imdisplay, imstretch, etc.
[reply]
[top]
[»]
Re: Namespace clashes
by Glenn Randers-Pehrson - Mar 31st 2001 17:08:12
> ImageMagick should stop using very
> common names like convert, combine,
> display, animate, identify, import, and
> stretch for its component programs
> because lots of other programs are
> already using these names. There are,
> for example, over 20 GPL/BSD programs
> using the names display and convert.
> ImageMagick should insert a short prefix
> before each program name, e.g. using the
> prefix "im" gives imconvert, imcombine,
> imdisplay, imstretch, etc.
configure --program-prefix=im
will do it.
Glenn
[reply]
[top]
[»]
Won't compile.
by Shaman - Aug 21st 2000 12:25:18
After raining praise down upon Imagemagick, the last several releases won't
compile - at all - on Solaris.
Lots of conflicting types, and other errors.
[reply]
[top]
[»]
Re: Won't compile.
by Reinout van Schouwen - Feb 5th 2001 12:35:14
> After raining praise down upon
> Imagemagick, the last several releases
> won't compile - at all - on Solaris.
>
> Lots of conflicting types, and other
> errors.
What -is- the latest IM version that will compile
on Solaris (8)? The version I have at the moment,
on the university network, is BADLY outdated!
--
Reinout
[reply]
[top]
[»]
Re: Won't compile.
by Dave Lampe - May 4th 2001 18:30:39
Go into magick/magick.h and at the top you will see a #define for
_XOPEN_SOURCE. Comment the whole line out and then the
build works fine.
> After raining praise down upon
> Imagemagick, the last several releases
> won't compile - at all - on Solaris.
>
> Lots of conflicting types, and other
> errors.
[reply]
[top]
[»]
Re: Won't compile.
by Iain Nicholson - Nov 9th 2001 07:09:33
I put version 5.3.3 on update 6 of the Solaris 8 Companion CD ready
compiled. I intend to put a more current version on a future update.
[reply]
[top]
|