Search found 153 matches

by myspacee
2017-11-29T03:12:14-07:00
Forum: Users
Topic: Create placehold with text centerd measures
Replies: 2
Views: 2879

Re: Create placehold with text centerd measures

Hello, thank you for reply. My PHP server has a Windows ImageMagick 6.9.1-10 Q16 x86 2015-07-25 version: Command from dos console return an error : convert -size 320x361 xc:"#E0E4CC" -gravity center -density 96 -pointsize 24 -fill "#F33FFF" -annotate +0+0 "%w x %h" -col...
by myspacee
2017-11-28T05:38:23-07:00
Forum: Users
Topic: Create placehold with text centerd measures
Replies: 2
Views: 2879

Create placehold with text centerd measures

Hello, I've an intranet PHP site for photos/images retouching (a ghetto PicMonk3y) In these day i'm adding the possibility to make simple images collages. Find on internet the possibility to create on-the-fly placehold, with given colours and dimension, eg: http://placehold.it/320x361/E0E4CC/f33fff ...
by myspacee
2017-06-16T13:18:15-07:00
Forum: Users
Topic: Apply gradient mask on image
Replies: 2
Views: 4688

Apply gradient mask on image

Hello,
i want to learn how apply gradient mask on image.

My goal is, for given input image, reach image like this:
Image

I'm using windows version, so help me with syntax please.

Thank you for your time,
(and sorry for english)

m.
by myspacee
2015-12-12T15:20:31-07:00
Forum: Users
Topic: Annotate Image Ontop Of Other Images (with text effects)
Replies: 4
Views: 7193

Re: Annotate Image Ontop Of Other Images (with text effects)

thank you for reply,
can you post Windows code? Can't solve/convert syntax on my w2003 server.

thank you for your time,
m.
by myspacee
2015-12-12T14:31:16-07:00
Forum: Users
Topic: Annotate Image Ontop Of Other Images (with text effects)
Replies: 4
Views: 7193

Annotate Image Ontop Of Other Images (with text effects)

Hello, reading around some examples, but can't assemble code to obtain this : http://static.repubblica.it/laprovinciapavese/Appoggio/xx/annotate-with-effect.jpg i create an image that contains a word with : convert -size 400x70 xc:lightblue -font Candice -pointsize 72 -annotate +25+65 "Contesta...
by myspacee
2015-05-30T13:15:37-07:00
Forum: Users
Topic: Levels
Replies: 11
Views: 11669

Re: Levels

Thank you for the info,
m.
by myspacee
2015-05-30T10:31:52-07:00
Forum: Users
Topic: Levels
Replies: 11
Views: 11669

Re: Levels

Hello, reading a lot i these days, and It has become a challenge between us colleagues :D For grayscaleimages, the best result so far we obtained is this : INPUT IMAGE http://static.repubblica.it/laprovinciapavese/Appoggio/toowhite/IN.jpg OUTPUT IMAGE http://static.repubblica.it/laprovinciapavese/Ap...
by myspacee
2015-05-28T13:15:05-07:00
Forum: Users
Topic: Levels
Replies: 11
Views: 11669

Re: Levels

Hello, reading some documentation. Snibo while waiting write this: convert TOO_white.jpg -level 2x97%% TOO_white3.jpg convert TOO_white3.jpg -evaluate Min 96%% TOO_white4.jpg it's same ? convert in.png -level 2%,97% -evaluate Min 96% out.png Need to study, come back for colors curves.. Thank you for...
by myspacee
2015-05-28T12:26:13-07:00
Forum: Users
Topic: Levels
Replies: 11
Views: 11669

Re: Levels

Thank you for reply Snibgo,
can you explain how [Min 95%] is able to represent two values ?
(input & output)


--------- EDIT ---------
My boss give me this to rapresent request about grayscale images:

Image

m.
by myspacee
2015-05-28T11:48:32-07:00
Forum: Users
Topic: Levels
Replies: 11
Views: 11669

Levels

Hello, i've a task to solve. At job ask me be able to adjust the color levels for some images. I started by setting input and output of black and white for this image: http://static.repubblica.it/laprovinciapavese/Appoggio/toowhite/TOO_white.jpg backround Image result too white for final destination...
by myspacee
2015-05-12T04:04:16-07:00
Forum: Users
Topic: Auto-enhance
Replies: 0
Views: 5249

Auto-enhance

Hello, try to insert an Auto-enhancement at end of a Windows script. Try and obtain some result using : -normalize -channel rgb -auto-level -channel cmyk -auto-level But hope to port any of incredible Fred' scripts to Windows platform, eg: http://www.fmwconcepts.com/imagemagick/enhancelab/ Can't fin...
by myspacee
2015-05-09T09:20:51-07:00
Forum: Users
Topic: Convert image to 200 dpi
Replies: 9
Views: 90442

Re: Convert image to 200 dpi

Hello, ask to my boss more info and finally i understand that tool need an output, with Print Size (from DPI) 4.2 x 6.5 cm for this request : - width 4,2 cm - height 6,5 cm - 200 DPI This formula solve the riddle : mm = (pixels * 25.4) / dpi and fmw42 suggest right way to apply pixel obtained values...
by myspacee
2015-05-08T13:39:40-07:00
Forum: Users
Topic: Convert image to 200 dpi
Replies: 9
Views: 90442

Re: Convert image to 200 dpi

Ok, how convert cm to pixel keeping in mind DPI ? (why 6,5 Centimeters = 512px | online converter say 6,5 Centimeters = 245,669291339 px) Find a nice article about : http://www.dallinjones.com/2008/07/how-to-convert-from-pixels-to-millimeters/ mm = (pixels * 25.4) / dpi pixels = (mm * dpi) / 25.4 Ca...
by myspacee
2015-05-08T12:43:14-07:00
Forum: Users
Topic: Convert image to 200 dpi
Replies: 9
Views: 90442

Re: Convert image to 200 dpi

Hello, thank you for reply. I believe my above example is wrong ... Explain better my task: - i receive an image from a web upload. - This image can be very large - via web i cut image portion and resize to 119x184 px ( 4,2 cm x 6,5 cm ? ) convert input.jpg -resize 119x184 output.jpg - after resize ...
by myspacee
2015-05-08T11:30:37-07:00
Forum: Users
Topic: Convert image to 200 dpi
Replies: 9
Views: 90442

Convert image to 200 dpi

Hello, think this task is simple but can't figure how use switches. I'm must convert an image and final output must have DPI 200. This image must not change height and width after this operation. I can do this (200 DPI) using photoshop/irfanview: http://static.repubblica.it/laprovinciapavese/Appoggi...