in infinite wisdom darshan spoke thus on 12/28/05 12:24:
Hello,
I am a radiologist and need to montage 6 sonography images to one and then print the montaged image onto an A4 size paper.
I used the command in this manner

montage /dir/*.jpg -adjoin -verbose -tile 2x3  dina.jpg

The resultant image gave me the desired format of 2 x 3 images but the image resolution was lost. So i need to find out what flag is needed to obtain a good quality montaged image.

I think the montage command accepts a '-quality' argument too. Can you try it with -quality and try saving the result in tiff format ? Something like this
montage /dir/*.jpg -adjoin -verbose -tile 2x3  -quality 100 dina.tiff

--
         _.-,               raj shekhar
    .--'  '-._           http://rajshekhar.net
 _/`-  _      '.       http://rajshekhar.net/blog
'----'._`.----. \
          `     \;  WE APOLOGIZE FOR THE INCONVENIENCE
                ;_\    -- God's Last Message to his Creation


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
linux-india-help mailing list
linux-india-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to