Search found 123 matches

by manit
2009-12-20T23:02:14-07:00
Forum: Users
Topic: how to create an empty file with command
Replies: 10
Views: 26161

Thank You bonzo and one more question

Thank you bonzo. i have one more question . QUESTION I want to create a strip on which just lxuser is written. what I normally do is convert -size 800x600 xc:white empty.png composite label:lxuser empty.png lxuser.png Then i have to crop the 800x600 lxuser.png image since I want just the text . i th...
by manit
2009-12-19T06:47:59-07:00
Forum: Users
Topic: how to create an empty file with command
Replies: 10
Views: 26161

how to create an empty file with command

i want to make 800x600 png file using only command line .
File should be empty that is background transparent.How can I do this ?
Actually I don't like to use graphical interface.
by manit
2009-11-25T00:43:26-07:00
Forum: Users
Topic: can I convert pdf to jpg
Replies: 1
Views: 4655

can I convert pdf to jpg

i I am using windows version of imagemagick-6.4.I have extracted contents of zip file to a folder & gave the command. "D:\sumeet\software dvd\ImageMagick-6.4.8-9\convert.exe" 1.pdf 1.jpg The OUTPUT was convert.exe: `%s': %s "gswin32c.exe" -q -dQUIET -dPARANOIDSAFER -dBATCH -d...
by manit
2009-11-09T07:21:00-07:00
Forum: Users
Topic: creating montage of hundreds of images
Replies: 7
Views: 14185

Thank You magick & anthony

I found that with inline resizing my RAM condumption was meager & on adding swap file usage option it worked better. TIP FOR ALL So to all guys who have trouble making montage of hundreds of high resolution images add the option -limit memory 1mb "file.extension[128x126]" NOTE here 128...
by manit
2009-11-06T06:58:27-07:00
Forum: Users
Topic: creating montage of hundreds of images
Replies: 7
Views: 14185

inline resizing is further better BUT

Do you think that inline resizing means a small image is loaded into memory instead of large one?
by manit
2009-11-06T06:41:33-07:00
Forum: Users
Topic: creating montage of hundreds of images
Replies: 7
Views: 14185

Thank You avatar

I found that with option
-limit memory 1mb
the usage of RAM decreased while swap usage increased.Thanks a lot.
by manit
2009-11-05T05:25:22-07:00
Forum: Users
Topic: creating montage of hundreds of images
Replies: 7
Views: 14185

creating montage of hundreds of images

When I give lot of files as input to montage then RAM usage increases & system hangs though I gave -geometry 512x512 option which i believe should make montage handle large files(in MB) with ease because if it takes only 512x512 thumbnail into memory then there should be no space problem.is ther...
by manit
2009-03-26T20:56:14-07:00
Forum: Users
Topic: is there a way to draw circles with command?
Replies: 24
Views: 50883

Re: is there a way to draw circles with command?

Here is the image http://s5.tinypic.com/2iia1q9.jpg that I created on varying colour from #11ff to #ffff (i.e the first two characters were only changed). QUESTION (Q4 CLARIFIED)I meant that I want to draw circle whose inside is completely transparent so that when I draw it over a image then part of...
by manit
2009-03-25T05:50:29-07:00
Forum: Users
Topic: is there a way to draw circles with command?
Replies: 24
Views: 50883

I thought each of R,G & B can vary from 0 to ff not ffff.

(Q1)I thought each primary colour has 256 variations in intensity so range 0 to ff.Please clarify. (Q2)What does alpha mean? (Q3)my .bat file points to exe file in evry command like "E:\software\image magick\ImageMagick-6.4.8-9\mogrify.exe" -stroke rgb(191,191,191) -fill rgb(191,191,191) -...
by manit
2009-03-22T22:28:49-07:00
Forum: Users
Topic: is there a way to draw circles with command?
Replies: 24
Views: 50883

ASKING EVERYBODY

I want to know the meaning of '#00ff' that is how to determine what will be colour?
by manit
2009-03-21T03:19:46-07:00
Forum: Users
Topic: is there a way to draw circles with command?
Replies: 24
Views: 50883

Re: is there a way to draw circles with command?

basically i want to write a .bat file in window containing series of commands to draw series of circles with fixed centre & varying radii(actually radius increasing by 1 pixel successively and constant x,y coordinate of center of circle) in a particular image file.If i can give colour of periphe...
by manit
2009-03-16T21:50:06-07:00
Forum: Users
Topic: is there a way to draw circles with command?
Replies: 24
Views: 50883

is there a way to draw circles with command?

I want to know how can I write command to draw circle with given center,radius & colour in a particular image.
by manit
2009-03-16T00:49:11-07:00
Forum: Users
Topic: how to convert all files in given folder to different type
Replies: 1
Views: 49737

how to convert all files in given folder to different type

I tried
convert.exe e:\*.png e:\*.jpg
Error: cannot find *.png.
I think I am not using the correct wild card character.
What should be command for converting all png files to jpg in e:\.
by manit
2009-02-22T19:45:47-07:00
Forum: Users
Topic: increasing the height of image not resizing
Replies: 10
Views: 26174

what I have learnt from this forum

to write <text> to bottom of image convert e:\1.jpg -gravity south -annotate 0 "<text>" e:\1.jpg to add margin at base to 316*328 image of 22 pixel convert e:\1.jpg -background skyblue -extent 316x350 e:\1.jpg to add 28 pixel margin at bottom of image convert e:\2.jpg -gravity south -backg...
by manit
2009-02-20T06:39:12-07:00
Forum: Users
Topic: increasing the height of image not resizing
Replies: 10
Views: 26174

Re: increasing the height of image not resizing

Thanks to all those who replied.I will soon post the things I have learnt in this thread.