Animal is AN IMAging Library written in C. Its simple API supports over 80 image formats, and is intended to make massive use of other image processing libraries. Animal aims at image analysis and recognition. It is mainly the C basis of the SIP toolbox.

Project Activity

See All Activity >

License

GNU General Public License version 2.0 (GPLv2)

Follow ANIMAL - AN IMAging Library

ANIMAL - AN IMAging Library Web Site

Other Useful Business Software
RMM Software | Remote Monitoring Platform and Tools Icon
RMM Software | Remote Monitoring Platform and Tools

Best-in-class automation, scalability, and single-pane IT management.

Don’t settle when it comes to managing your clients’ IT infrastructure. Exceed their expectations with ConnectWise RMM, our MSP RMM software that provides proactive tools and NOC services—regardless of device environment. With the number of new vulnerabilities rising each year, smart patching procedures have never been more important. We automatically test and deploy patches when they are viable and restrict patches that are harmful. Get better protection for clients while you spend less time managing endpoints and more time growing your business. It’s tough to locate, afford, and retain quality talent. In fact, 81% of IT leaders say it’s hard to find the recruits they need. Add ConnectWise RMM, NOC services and get the expertise and problem resolution you need to become the advisor your clients demand—without adding headcount.
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
1
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

User Reviews

  • Hi, I am trying to compile animal-0.15.5 under Linux to get SIP running, and I'm having a problem that I believe is a bug the configure script. Is there any place where I can ask for help with animal? The bug tracker for this project is down it seems and I can't find a button anywhere around this website that would allow me to sign up for the mailing list. The problem is that the version number of my ImageMagick is not a number at all but contains characters, which the config script does not seem to like (see log below). Btw, additionally, the git server does not seem to support cloning via HTTP and the firewall of our university seems to block the git:// protocol. Is there any way to checkout via http? Thanks and greetings, Tim I am attaching a log of the session in case someone reads this and cares. ;) ts@durga:~/software> uname -a Linux durga 2.6.37.6-0.7-desktop #1 SMP PREEMPT 2011-07-21 02:17:24 +0200 x86_64 x86_64 x86_64 GNU/Linux ts@durga:~/software> cd animal-0.15.5/ ts@durga:~/software/animal-0.15.5> ./configure configuring AnImaL 0.15.5 checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/x86_64-suse-linux/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes ./configure: line 10912: ./libtool: No such file or directory ./configure: line 10918: ./libtool: No such file or directory checking for sqrt in -lm... yes checking for Magick-config... /usr/bin/Magick-config checking for ImageMagick CFLAGS... -I/usr/include/ImageMagick -I/usr/include/ImageMagick -fopenmp checking for ImageMagick LIBS... -L/usr/lib64 -L/usr/lib64 -L/usr/lib64 -lMagickCore -llcms -ltiff -lfreetype -ljpeg -lfontconfig -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lm -lgomp -lpthread -lltdl checking for ImageMagick VERSION... 6.6.5 Q16 checking for ImageMagick - version >= 5.4.2... ./configure: line 11382: test: 6 Q16 : integer expression expected no *** The test program failed to compile or link. See the file *** config.log for the exact error that occured. This usually *** means ImageMagick was not installed, was incorrectly installed *** or that you have moved ImageMagick since it was installed. In *** the latter case, you may want to edit the $ac_path_lib_imagemagick_config *** script: $IMAGEMAGICK_CONFIG configure: error: ImageMagick version >= 5.4.2 was not found. ts@durga:~/software/animal-0.15.5> cd .. ts@durga:~/software> Magick-config --version 6.6.5 Q16 ts@durga:~/software>
Read more reviews >

Additional Project Details

Operating Systems

Linux, BSD, Windows

Languages

English, Brazilian Portuguese

Intended Audience

Science/Research, Developers

User Interface

X Window System (X11), Win32 (MS Windows)

Programming Language

C

Related Categories

C Raster Graphics Software, C Artificial Intelligence Software, C Image Processing Software, C Image Processing Libraries

Registered

2003-02-27