LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   C Language Image Processing Library (https://www.linuxquestions.org/questions/linux-newbie-8/c-language-image-processing-library-591108/)

Ace27 10-11-2007 12:14 PM

C Language Image Processing Library
 
I need a C Language imagage processing library of functions that will convert my results to selected image formats. Where can I find such libraries? I already have ImageMagick. Are there Web sites where I can download libraries for C, in general?

Also, if I have a library (Static or Shared), how can I determine the calls for the functions it contains?

Of course, my compiler is gcc.

Thanks for your help

Ace27

Su-Shee 10-11-2007 12:19 PM

If you already got Image Magick, what exactly are you missing then?

Ace27 10-11-2007 01:23 PM

Su-Shee

I need to work from C, not command line.

Ace27

Su-Shee 10-11-2007 03:01 PM

Yes, I understand that, but Image Magick has a C API (among many other programming languages), you just have to use it.


The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite programming language. Choose from these interfaces: G2F (Ada), MagickCore (C), MagickWand (C), ChMagick (Ch), ImageMagickObject (COM+), Magick++ (C++), JMagick (Java), L-Magick (Lisp), NMagick (Neko/haXe), MagickNet (.NET), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP (PHP), IMagick (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick (Tcl/TK). With a language interface, use ImageMagick to modify or create images dynamically and automagically.


See here: http://www.imagemagick.org

Ace27 10-12-2007 09:03 AM

Su-Shee

Thanks for the help. I didn't know about the API's. I think this solves my problem.

Ac27


All times are GMT -5. The time now is 10:51 PM.