Thank you incredibly. I have run into a bump in the road. For some reason, the BMP generated file from convert.exe, does not read well into photoshop or into this other native graphic tool I have,... i.e. I get a cannot parse the file error basically. However, oddly, the image does seem to appear when I display it in a Windows preview gui, and so something was created and it was successful from that standpoint... just a inter-file compatibility issue... the third-party tools i design with in Windows doesn't seem to like the bmp. Are there different ways to generate or re-mix a BMP from convert? I note photoshop allows to save BMP's as Windows or Unix format, and just curious if maybe I can try different conversion methods to make my file compatible. :) Also too, this has happened with a PNG I created, ... when I attempted to load the convert generated PNG into a high level windows code structure. It was converted from PNG into a raw HexData.... but didn't like the PNG for some reason, even though it seems to 'load' and display. Just not making ends meet here. Any suggestions? :)
----- Original Message ----- From: "Fred Weinhaus" To: [email protected] Subject: [magick-users] Hello, I have a couple questions, layering & command seq. Date: Fri, 30 May 2008 15:58:19 -0700 convert image_one.png image_two.png -geometry +0+50 -composite output_image.png this offsets the postion of image two by 0 in x and 50 in y. see: http://www.imagemagick.org/Usage/compose/ convert image_one.png \( -size 600x10 xc:#000000 \) -geometry +0+50 -composite output_image.png This unix syntax, but on Windows, I believe you just use ( ) rather than \( \) see http://www.imagemagick.org/Usage/basics/#parenthesis and http://www.imagemagick.org/Usage/api/#windows > Hello, I have this command below, ... which I am unfamiliar how to do a > little twist with it. Could someone please show me the way? > > convert.exe -mosaic image_one.png image_two.png output_image.png > > image_one.png is a 600x600 size image > > image_two.png is a 600x10 size image > > .... basically, i want to use the command above, to layer the two images > over each other... (image_two over image_one - they are not transparent). > however, i do not want the 600x10 image to be placed at the top of the > other image starting at space y0 thru y10, which it does by default. > Instead I want it to start down a bit at y50. How would I indiciate this? > :) > > Seperately, for efficient command line usage, if image_two is merely this > command > > convert.exe -size 600x10 xc:#000000 image_two.png > > .... how could I join this line, into the first one so it processes it > all at once, ... without running each one at a time, i.e. generating > extra image artifacts as part of the process? :) > > Thank you so much for assistance here. > > Gary > _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users -- Mail.com Autos- Powered by Oncars.com: Drive By Today! http://www.oncars.com _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
