Search found 123 matches

by manit
2018-04-20T20:52:31-07:00
Forum: Users
Topic: converted png to raw then identify says unexpected EOF
Replies: 7
Views: 8017

converted png to raw then identify says unexpected EOF

Here is what I did $ identify ~/Downloads/sd04/png_txt/figs_0/f0001_01.png /home/lxuser/Downloads/sd04/png_txt/figs_0/f0001_01.png PNG 512x512 512x512+0+0 8-bit RGB 256c 212KB 0.000u 0:00.000 $ convert ~/Downloads/sd04/png_txt/figs_0/f0001_01.png f0001_01.rgb $ identify f0001_01.rgb identify: must s...
by manit
2017-11-23T21:36:20-07:00
Forum: Users
Topic: finding pixel position in imagemagick
Replies: 2
Views: 4785

Re: finding pixel position in imagemagick

sorry for late reply. could not get internet access. Now, I have tried it and found following. I clicked and chose edit>cut.Then mouse position appears in top left corner. But, the issue is it does not show absolute pixel position of the image. Suppose , i zoom in 16 times in an image then i should ...
by manit
2017-11-08T07:41:29-07:00
Forum: Users
Topic: finding pixel position in imagemagick
Replies: 2
Views: 4785

finding pixel position in imagemagick

i opened an image using GUI of imagemagick in ubuntu 16.04.3(64bit) . Now I zoomed into the image . I want to know the pixel position of my mouse . Actually my aim is to manually locate pixel position of a particular chessboard square corner in image . In paintbrush in windows , it is simply hoverin...
by manit
2016-01-02T05:00:28-07:00
Forum: Users
Topic: mixing images
Replies: 6
Views: 11240

Re: mixing images

It has been a long long time . But , better late than never . Here are the results . creating blue concentric circles of varying intensity cd "C:\Program Files\ImageMagick-6.9.2-Q16" c: imconvert -size 510x488 xc:none -fill "rgb(0,0,16)" -draw "circle 250,170 250,180" d...
by manit
2014-03-27T21:58:22-07:00
Forum: Users
Topic: how to find if image is progressive or baseline
Replies: 1
Views: 4462

how to find if image is progressive or baseline

Hi , I tried in windows identify -verbose "d:\lxuser\for all\personal\more\20140327_185957.jpg" Format: JPEG (Joint Photographic Experts Group JFIF format) Class: DirectClass Geometry: 3264x2448+0+0 Resolution: 72x72 Print size: 45.3333x34 Units: PixelsPerInch Type: TrueColor Endianess: Un...
by manit
2014-03-27T21:54:47-07:00
Forum: Users
Topic: [SOLVED]file size for meeting its length in centimetres
Replies: 2
Views: 6962

Re: increasing file size for meeting its length in centimetr

That helped.
Thank You.
sorry for my late reply.
by manit
2013-05-14T07:26:18-07:00
Forum: Users
Topic: [SOLVED]file size for meeting its length in centimetres
Replies: 2
Views: 6962

[SOLVED]file size for meeting its length in centimetres

i have to upload photograph on website which asks for picture size 3.5cmx4.5cm & file size in range 25kb-110kb firstly how can i find out length of my imagefile ? Currently I am using paintbrush in windows using which I resized picture to given centimetres but file size was just 10kb . i already...
by manit
2013-04-19T19:58:39-07:00
Forum: Users
Topic: chess board in a circle
Replies: 2
Views: 4370

Re: chess board in a circle

taking cue from 'Draw Dim Box' in http://www.imagemagick.org/Usage/annotating/ I just replaced -fill none with -fill '#0008' which makes my circle more noticeable on chess board . I tried convert.exe my-icon.jpg ( +clone -blur 0x20 -shade 110x21.7 -contrast-stretch 0% +sigmoidal-contrast 6x50% -fill...
by manit
2013-04-19T19:23:43-07:00
Forum: Users
Topic: reduce size of jpg image
Replies: 5
Views: 8566

Re: reduce size of jpg image

convert photo.jpg -define jpeg:extent=40kb myimage.jpg
did not work .
Myabe the default profile takes lot of space as pointed out by others,
by manit
2013-04-19T19:19:57-07:00
Forum: Users
Topic: reduce size of jpg image
Replies: 5
Views: 8566

Re: reduce size of jpg image

convert photo.jpg -strip small,jpg
WORKED WELL , Image got reduced to 2kb without change in dimension
by manit
2013-04-17T06:21:59-07:00
Forum: Users
Topic: chess board in a circle
Replies: 2
Views: 4370

chess board in a circle

Do not resurrect old topics for a new problem, post split to new topic -- Ant I drew a chessboard using convert -size 8x8 pattern:gray50 -scale 10100% chessboard.png Then I drew a circle over it convert.exe chessboard.jpg -fill none -stroke red -draw "circle 353,253 504,201" my-icon.jpg N...
by manit
2013-04-17T04:01:38-07:00
Forum: Users
Topic: reduce size of jpg image
Replies: 5
Views: 8566

reduce size of jpg image

I have photo.jpg of size 44KB its details are Image: d:\sumeet\photo.jpg Format: JPEG (Joint Photographic Experts Group JFIF format) Class: DirectClass Geometry: 107x93+0+0 Resolution: 72x72 Print size: 1.48611x1.29167 Units: PixelsPerInch Type: TrueColor Endianess: Undefined Colorspace: sRGB Depth:...
by manit
2012-09-01T23:43:12-07:00
Forum: Users
Topic: annotating images with complementary coloured text
Replies: 4
Views: 7647

Re: annotating images with complementary coloured text

Seems the one I mentioned above will require scrutiny to decide colour of every pixel of text . That would be complicated. If I have a monospaced font and I know fontsize then can I calculate the area (in pixels) that text will occupy ? Then I wish to calculate average colour of that area . Then put...
by manit
2012-09-01T23:29:59-07:00
Forum: Users
Topic: annotating images with complementary coloured text
Replies: 4
Views: 7647

annotating images with complementary coloured text

Is it possible to write a word over image in such a way that colour of letter is complementary to background.
The colour of every pixel (that will be superimposed by text) should be complementary to average of 8 pixels surrounding it in original image.
by manit
2012-03-09T02:17:44-07:00
Forum: Users
Topic: filling squares on chess board
Replies: 3
Views: 10132

Re: filling squares on chess board

Using checkerboard pattern yielded good result . Also I noticed that if I save images in bmp format (bulky) then colour filling using mspaint is nice except the edge of board has an inner grey edge . See attached image.(There ain't any image uploading in posting . I have to point to temporary locati...