"Victor Lee" on wrote... | I am a new user of image magick. I am currently writing some javascript | program, that I want to combine 2 images into 1. Like I want to overlay a | png image onto a jpg image, and combine them into a single jpg file. | | I know that image magic has that capability and you wrote the entire | composite page instructions, so I think you have all the knowledge in this. | I want to ask for couple questions | | 1) if I combine these 2 images using jmagick, is that simpler? or how can | I use jmagick to use the composite function? it will be great if you could | provide me with several lines of code | | 2) because I am running this javascript program on my server, if I don't | use jmagick, how can I use Image Magick within my javascript, such that I | can run the composite function? | | appreciate your help in advance! | Sorry I am not familar with jmagick API. I don't have its manual and its manual does not appear to be online on the JMagick web site. Not even a list of the functions available. And the maillist archive list is members only! Does not sound like a very user friendly API. Also means it is not google searchable!
However a non-member search link was present at the bottom of the JMagick web page, but it does not look like anyone has done much alpha compostion. Only reference I had was http://www.yeo.id.au/histrec/jmagick/2003-February/000688.html However it's API is probably very simular to the MagickWand API... So compare the functions you do know with the ones in that manual on the main IM web site. Anthony Thyssen ( System Programmer ) <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- There is no point in being grown up, if you can't be childish, sometimes. -- Doctor Who, "Robot" ----------------------------------------------------------------------------- Anthony's Home is his Castle http://www.cit.gu.edu.au/~anthony/ _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
