Summary :
BMP read/write without deps					

Description :
Matlab imread/imwrite analogue for Scilab, without any deps. Also used some
scripts from SIP project (as imshow and others). Was developed as a institute
work. For more information read Readme file.					

Corresponding Author : Dmitriy Ushakov
File Name : bmp-0.1.9.tar.bz2


Your comments

Reviewer : chb_sh AT hotmail DOT com
corrected bmp.sce:
libbmp_path=get_file_path('bmp.sce');
functions =[... 
"imread";
"imwrite";
]; 
addinter(libbmp_path+"bmp.dll","bmp_gateway",functions); 
clear libbmp_path;

add two lines in scilab.star:
exec(SCI+'/macros/bmp/loadmacros.sce');
exec(SCI+'/macros/bmp/imshow.sci');
		


Reviewer : chb_sh AT hotmail DOT com
correct a spelling mistake:
"loadmacros.sce" should be "bmp.sce"		


Reviewer : mhanchak AT y a h o o DOT c o m
Installed fine.  Used fix listed above for Win32 system on Scilab 4.0. 
However, for a test I read a black and white BMP (1856x5000) and immediately
wrote it back to a file.  Unfortunately, there were anomolies in the new image,
so I cannot trust the output.		

Current Rating : Number of Comments :3

Leave your comment

Your email address :
Your rate : Love it  Useful Just OK none
Comments :


Confirmation code :

Enter the code exactly as you see it.
The code isn't case sensitive.