Code covered by the BSD License  

Highlights from
Simple Haskell MEX-file

from Simple Haskell MEX-file by Yakov
Writes 8 bit/chan RGB TIFF image with unassoc alpha and XPOSITION, YPOSITION tags

writetif2(varargin)
function writetif2(varargin)
%WRITETIF2 Write TIFF image to graphics file.
%   WRITETIF2(A,FILENAME,XY) writes the image A to the file specified by 
%   FILENAME in the 8 bit/channel RGB TIFF with unassoc alpha =255 and
%   position specified by XY
%   FILENAME in the format specified by FMT.
#mex

Contact us at files@mathworks.com