Search found 123 matches

by manit
2019-04-21T07:18:45-07:00
Forum: Users
Topic: how to specify diffferent color in a loop in script
Replies: 10
Views: 14177

how to specify diffferent color in a loop in script

Hi , I am using imagemagick on 64bit ubuntu OS $ convert -version Version: ImageMagick 6.8.9-9 Q16 x86_64 2018-09-28 http://www.imagemagick.org Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC Features: DPC Modules OpenMP Delegates: bzlib cairo djvu fftw fontconfig freetype jbig jng jpeg lc...
by manit
2019-04-21T01:05:53-07:00
Forum: Users
Topic: trying to write a colored number inside a circle
Replies: 2
Views: 3914

Re: trying to write a colored number inside a circle

I tried

-stroke blue -strokewidth 1 before label then it worked.

This thread is solved.
by manit
2019-04-21T01:02:40-07:00
Forum: Users
Topic: trying to write a colored number inside a circle
Replies: 2
Views: 3914

trying to write a colored number inside a circle

Hi, I am using imagemagick on 64bit ubuntu OS $ convert -version Version: ImageMagick 6.8.9-9 Q16 x86_64 2018-09-28 http://www.imagemagick.org Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC Features: DPC Modules OpenMP Delegates: bzlib cairo djvu fftw fontconfig freetype jbig jng jpeg lcm...
by manit
2019-04-21T00:14:28-07:00
Forum: Users
Topic: rotating an image about bottom left corner
Replies: 6
Views: 6535

Re: rotating an image about bottom left corner

yes , I think rotating the image with respect to bottom left corner gives result identical to that when image is rotated about its center.
This thread is solved.
by manit
2019-04-07T12:07:49-07:00
Forum: Users
Topic: rotating an image about bottom left corner
Replies: 6
Views: 6535

Re: rotating an image about bottom left corner

Consider this
convert logo: -fill none -stroke black -strokewidth 3 -draw "rectangle 10,10 630,470" logo_rect.png
convert logo_rect.png -rotate -30 rotated-by-minus-30.png
This rotates image (by 30 degrees in anti clockwise direction) about its center not bottom left corner.

Thanks.
by manit
2019-04-06T07:24:48-07:00
Forum: Users
Topic: rotating an image about bottom left corner
Replies: 6
Views: 6535

Re: rotating an image about bottom right corner

I am using $ convert --version Version: ImageMagick 6.8.9-9 Q16 x86_64 2018-09-28 http://www.imagemagick.org Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC Features: DPC Modules OpenMP Delegates: bzlib cairo djvu fftw fontconfig freetype jbig jng jpeg lcms lqr ltdl lzma openexr pangocairo...
by manit
2019-04-02T06:17:47-07:00
Forum: Users
Topic: rotating an image about bottom left corner
Replies: 6
Views: 6535

rotating an image about bottom left corner

Hi , I am trying the following transformation https://ibb.co/qBTvW7S https://ibb.co/qBTvW7S h t t p s : / / i b b . c o / q B T v W 7 S https://ibb.co/qBTvW7S Here image is rotated by angle theta in anti-clockwise direction . My image magick supports following $ convert -list distort Affine AffinePr...
by manit
2019-02-20T05:02:42-07:00
Forum: Users
Topic: converting bmp to grayscale png
Replies: 3
Views: 4099

Re: converting bmp to grayscale png

snibgo ,
you are right .
I saw error but command still works .

magick,
Can you tell how you found 1078 claim ?

Thanks.
by manit
2019-02-18T07:21:17-07:00
Forum: Users
Topic: converting bmp to grayscale png
Replies: 3
Views: 4099

converting bmp to grayscale png

hi, Here is my problem :- $ convert -set colorspace Gray ./66/SIRE-66_6_2_HT4.bmp 66_SIRE-66_6_2_HT4.png convert: length and filesize do not match `./66/SIRE-66_6_2_HT4.bmp' @ warning/bmp.c/ReadBMPImage/831. $ file ./66/SIRE-66_6_2_HT4.bmp ./66/SIRE-66_6_2_HT4.bmp: PC bitmap, Windows 3.x format, 712...
by manit
2019-01-31T05:49:45-07:00
Forum: Users
Topic: adding fancy border to an image using command
Replies: 8
Views: 14073

Re: adding fancy border to an image using command

that URL expired , was working when I posted it. Sorry about that. Posted PNG version of that SVG as leafy.png . So I figured it out with inputs from snibgo post Here is my batch script for windows that takes file name as input and frames it inside bigger image (leafy.png) then resizes resultant com...
by manit
2019-01-30T08:35:58-07:00
Forum: Users
Topic: adding fancy border to an image using command
Replies: 8
Views: 14073

Re: adding fancy border to an image using command

okay . I will try that . I got a better image https://pixabay.com/get/eb35b20e2af7053ecd1f4404e2484f97e672ffd41cb5194993f2c57aa5/leafy-2031234.svg This is an svg . I hope - i can resize it disregarding aspect ratio so that it frames the rectangular image in a better way. Can you help me in this ? Th...
by manit
2019-01-30T08:06:03-07:00
Forum: Users
Topic: adding fancy border to an image using command
Replies: 8
Views: 14073

Re: adding fancy border to an image using command

That is - I have a text written in black on white background .
The canvas is a rectangle.
I want it to be surrounded by design on all sides .
I will take printout in black & white.

Thanks.
by manit
2019-01-30T07:53:11-07:00
Forum: Users
Topic: adding fancy border to an image using command
Replies: 8
Views: 14073

Re: adding fancy border to an image using command

Sir,
please see https://www.free-power-point-templates. ... -template/

That circular dotted border will do .
by manit
2019-01-30T07:05:13-07:00
Forum: Users
Topic: adding fancy border to an image using command
Replies: 8
Views: 14073

adding fancy border to an image using command

hi,
I have a black and white image of arbitrary dimension.
I want to add curly bracket kind of border to it on all sides.
How should I go about it ?
I am looking for command line approach in which I can fill in image dimension.

Thanks .
by manit
2019-01-02T08:07:50-07:00
Forum: Users
Topic: cutting from middle of image then joining the rest
Replies: 2
Views: 2980

Re: cutting from middle of image then joining the rest

that should work.

I will try it and report back if I get stuck .

Thanks.