Trying to compile imagemagick version 6.8.9.9, I got a bug
In file included from coders/dps.c:50:0:
coders/dps.c:96:32: error: expected identifier or '(' before 'const'
static inline double MagickMin(const double x,const double y)
^
./magick/image-private.h:28:28: note: in definition of macro ...
Search found 2 matches
- 2015-02-11T09:50:01-07:00
- Forum: Bugs
- Topic: MagickMin not fully converted to macro
- Replies: 1
- Views: 2216
- 2011-11-17T14:32:48-07:00
- Forum: Users
- Topic: [many images] Don't load all images at once?
- Replies: 7
- Views: 28449
[many images] Don't load all images at once?
I have (at the moment, I am still gathering more) 3000 5.5MPx images.
I want to average them.
convert *.gif -average average.png
Works, ish. It works if I use a tiny subset of the images (60 of them), it takes 7 seconds and almost 3GB of memory
These images, even in full RGBA format, are only ...
I want to average them.
convert *.gif -average average.png
Works, ish. It works if I use a tiny subset of the images (60 of them), it takes 7 seconds and almost 3GB of memory
These images, even in full RGBA format, are only ...