Scilab bindings

Announcements pertaining to ImageMagick, or ImageMagick related software. This list is moderated. No discussions here, instead post to the users group instead.
Post Reply
rfabbri
Posts: 1
Joined: 2016-11-26T16:18:27-07:00
Authentication code: 1151

Scilab bindings

Post by rfabbri »

Hi, all,

ImageMagick has had bindings for the Scilab language (matlab-like) for a long time as part of the Scilab Image Processing Toolbox:
http://siptoolbox.sourceforge.net.

These provide image read/write functionality to numeric matrices, as well as a Scilab interface to mogrify and identify,
all using C API calls to MagickCore (mostly) and MagickWand.

Scilab is among simplest, easiest and most direct languages out there. It is a great way to prototype new algorithms and imaging solutions. Once they're ready and tested, the programmer can rewrite the algorithm in C for high performance. The cool thing about scilab is that its backend tends to keep all data contiguous in memory and is completely optimized for arrays.

Could you list this Scilab binding on the webpage?

Thank you,
Post Reply