[SIP-devel] I just join the SIP mailing list
Advanced image processing toolbox for Scilab on Unix/Linux/Mac OS
Status: Beta
Brought to you by:
ricardofabbri
From: Zhang C. <ch...@ma...> - 2005-07-07 10:22:36
|
Hi, SIP developers! I'm so glad to join the SIP mailing list. I want to do something for SIP. I'm reading the SIP source code recently, and have had a basic understanding of the structure of SIP. Now I'm doing some small changes of source code in order to have a better understanding of the interfaces among SIP, Animal and Scilab. Thanks for Ricardo's enthusiastic reply, if you need me to do some work for Windows port, just let me know. What I want to do is to involve SIP development as soon as possible. After a rough reading of source code, I have some immature ideas about SIP as follows: 1) Should we adopt MagickWand API instead of the MagickCore API? Since MagickWand API is easier to use. 2) Should we divide mogrify() into small independent functions? Because I think the functions of mogrify() is too many. The source code of mogrify is too long (more than 1000 lines). 3) Should we integrate Animal library into SIP? The independence of Animal may add extra difficulty to port to other platforms. Looking forward to anyone's reponse:-) |