Search found 153 matches

by myspacee
2014-03-02T14:38:40-07:00
Forum: Users
Topic: Convert tif fail
Replies: 6
Views: 5876

Re: Convert tif fail

I know that are huge in dimensions,
and this is why i try to resize them...

I'm reading IM 'Really Massive Image Handling' section right now, anyone can suggest a strategy to handle files like these ?
I really want to remove IrfanView and convert script to Imagemagick.

m.
by myspacee
2014-03-02T13:45:53-07:00
Forum: Users
Topic: Convert tif fail
Replies: 6
Views: 5876

Re: Convert tif fail

Thank you for reply,
this TIF hate IM. All others conversions are ok. Post link with original file:

http://static.repubblica.it/laprovincia ... ggio/m.tif

Thank you for any info,
m.
by myspacee
2014-03-02T13:19:30-07:00
Forum: Users
Topic: Convert tif fail
Replies: 6
Views: 5876

Convert tif fail

Hello, try to emulate this command: i_view32.exe 1k.tif /resize_long=2048 /resample /aspectratio /convert=2k.tif but i encoutered an error. Try to simple convert my tif to JPG without luck. Using : Windows 2003 - ImageMagick-6.8.8-7-Q16-x86-windows convert m.tif m.jpg Return this error: convert.exe:...
by myspacee
2014-01-28T14:15:39-07:00
Forum: Users
Topic: Speed up this script
Replies: 0
Views: 3659

Speed up this script

Hello, try to speed up this DOS script, convert -density 300x300 -quality 100 -size 3000x3000 xc:White -gravity Center -font Amplitude-BlackMaiuscolo -weight 700 -pointsize 75 -annotate 0 "W Imagemagick" 10scritta_temp.png convert 10scritta_temp.png -trim +repage -resize 1100x1100 20scritt...
by myspacee
2014-01-18T00:47:50-07:00
Forum: Users
Topic: Enhance
Replies: 1
Views: 2070

Enhance

Hello, In these day i make a php script that allow my user to cut&crop photos on intranet webpage. I want to Enhance final result. Can you suggest how apply best effect to balance colors, white, etc? The result are print on paper using cmyk technology, is better apply profile or not? Thank you f...
by myspacee
2014-01-15T03:00:11-07:00
Forum: Users
Topic: 'paste' an image over another + transparent
Replies: 2
Views: 3131

Re: 'paste' an image over another + transparent

thank you!
m.
by myspacee
2014-01-14T14:53:46-07:00
Forum: Users
Topic: 'paste' an image over another + transparent
Replies: 2
Views: 3131

'paste' an image over another + transparent

Hello, i must script a tool that takes some white symbols over an image: http://static.repubblica.it/laprovinciapavese/Appoggio/xx/how.jpg I've post symbol and image here: http://static.repubblica.it/laprovinciapavese/Appoggio/xx/fog.bmp http://static.repubblica.it/laprovinciapavese/Appoggio/xx/back...
by myspacee
2013-10-02T01:10:19-07:00
Forum: Users
Topic: Write to an image (text centered, kerning,etc)
Replies: 5
Views: 41627

Re: Write to an image (text centered, kerning,etc)

Thank you both for reply. Re-starting from snibgo syntax, but i must change strategy. (must respect given text, can't reassemble words) I need to create final image with fix Width and Height; this image it's a piece of my final product. Must have W & H fix to assemble with other, given, pieces. ...
by myspacee
2013-10-01T14:12:39-07:00
Forum: Users
Topic: Write to an image (text centered, kerning,etc)
Replies: 5
Views: 41627

Write to an image (text centered, kerning,etc)

Hello, for job i need to write some lines on an white image. But i've some limit and rules to follow. I want to obtain this: http://static.repubblica.it/laprovinciapavese/Appoggio/STRIL/MYTEXT.png start from this script: (last IM version, Windows XP) convert starting_white_template.tif -font Amplitu...
by myspacee
2013-04-23T10:42:31-07:00
Forum: Users
Topic: Windows XP MSpaint and jpg
Replies: 9
Views: 10307

Re: Windows XP MSpaint and jpg

Snibgo i don't know MSpaint rules.
For sure image result blurred a bit, but result is very similar to source image.

Which are best IM switches to identify usefull informations abour jpg?

I want to replicate this process.

Thank you for all help,
M.
by myspacee
2013-04-22T02:08:01-07:00
Forum: Users
Topic: Windows XP MSpaint and jpg
Replies: 9
Views: 10307

Re: Windows XP MSpaint and jpg

Thank you for reply, I know that it's not magic, but maybe can't focus my goal. I want to give noob user a smart upload that normalize file. MSpaint can reduce size (and quality obviously) but, at common user eyes maintain image the same. Googling find that MSpaint blurry a lot, but in posted exampl...
by myspacee
2013-04-21T23:00:39-07:00
Forum: Users
Topic: Windows XP MSpaint and jpg
Replies: 9
Views: 10307

Re: Windows XP MSpaint and jpg

Hello, maybe before i need to explain my goal. I've an intranet portal where my user upload images to obtain jpg used in varius production task. Now i need to 'normalize' varius image format before processing, so i use IM to strip, php to resize, and other tools, before proced to user request. I tra...
by myspacee
2013-04-21T14:35:09-07:00
Forum: Users
Topic: Windows XP MSpaint and jpg
Replies: 9
Views: 10307

Re: Windows XP MSpaint and jpg

I can't obtain same result with IM.

Images are similar, but size it's very different; can't replicate mspaint result.
by myspacee
2013-04-21T11:46:10-07:00
Forum: Users
Topic: Windows XP MSpaint and jpg
Replies: 9
Views: 10307

Windows XP MSpaint and jpg

Hello, I want to understand and replicate same effect done by Windows XP mspaint.exe. Post this 'large' image (2,3Mb) : http://static.repubblica.it/laprovinciapavese/Appoggio/jpg/original.jpg then same image opened and saved with MS paint (385 kb) : http://static.repubblica.it/laprovinciapavese/Appo...
by myspacee
2013-03-30T22:52:32-07:00
Forum: Fred's Scripts
Topic: JqMagick Beta Release - Please reply HERE only!
Replies: 34
Views: 97686

Re: JqMagick Beta Release - Please reply HERE only!

Hello, thank you for all job. Where i work we put togheter some code to upload an image and apply common effect (sepia, white balance, etc.) We allow also to select an image area and apply pixelate effect (mosaic) Use PHP for coordinates and Imagemagick to create mask and apply effect. Can we see in...