Search found 153 matches

by myspacee
2015-05-03T00:39:05-07:00
Forum: Users
Topic: Create model for printing
Replies: 4
Views: 7097

Re: Create model for printing

Hello, thank you both for reply. Final output must be in CMYK where black is *pure black*, using 4 colour printing process . In print step all black elements will be separate in single metal plate and it's understood as key color (black, others 3 are C iano, M agenta, Y ellow) So output must preserv...
by myspacee
2015-05-02T04:16:12-07:00
Forum: Users
Topic: Create model for printing
Replies: 4
Views: 7097

Create model for printing

Hello,
there is any way to use IM to build file like this :

Image

with these features :
- output is an CMYK EPS
- text is superimposed over the image and is selectable (pango?)
- text is only in pure black (not CMYK black)

thank you for any info,
m.
by myspacee
2015-03-22T11:53:06-07:00
Forum: Users
Topic: Create a graphical output of the fonts
Replies: 5
Views: 5277

Re: Create a graphical output of the fonts

Try in next days, quick google search take me here : http://www.rubblewebs.co.uk/imagemagick/server/fonts.php http://xpt.sourceforge.net/techdocs/media/image/imagemagick/im03-ImageMagickAndFonts/ar01s02.html#Use_ImageMagick_to_document_font_1 any official faq/doc can reply this question? Thank you, M.
by myspacee
2015-03-22T06:08:01-07:00
Forum: Users
Topic: Create a graphical output of the fonts
Replies: 5
Views: 5277

Re: Create a graphical output of the fonts

Ok, for fonts different than ttf?
by myspacee
2015-03-22T02:46:04-07:00
Forum: Users
Topic: Create and fill a model
Replies: 3
Views: 3660

Re: Create and fill a model

Thank you for reply, i must choose a differents solution for this task. We've a mPDF server internally, that can 'convert' a html model to pdf. See my request here : http://www.mpdf1.com/forum/discussion/2369/create-a-model In past, I've already read your writings about svg. Good reads. Snibo why yo...
by myspacee
2015-03-22T02:39:02-07:00
Forum: Users
Topic: Create a graphical output of the fonts
Replies: 5
Views: 5277

Create a graphical output of the fonts

Hello, at job, we host internally more than 3000 fonts taken from differents typographies. Typographies want to take only needed fonts from others, so server host fonts and users pick only needed. All fine. I want to create a graphical preview for given fonts folders, without install them on my Wind...
by myspacee
2015-03-12T15:22:56-07:00
Forum: Users
Topic: Create and fill a model
Replies: 3
Views: 3660

Create and fill a model

Hello, I need help to make a choice. I'm trying to automate the creation of objects similar to this : http://static.repubblica.it/laprovinciapavese/Appoggio/mpdf/home.jpg I have several alternatives but I prefer Imagemagick for various reasons. My final goal is give to my users an html interface whe...
by myspacee
2014-07-11T14:44:04-07:00
Forum: Users
Topic: Coloration
Replies: 9
Views: 6986

Re: Coloration

I change in

Code: Select all

convert image -set colorspace Gray -separate -average -contrast -set colorspace RGB -contrast -colorize 25,5,0 -contrast result
And obtain blue effect. I explain to myself with RGB % variation... I'm not so sure :?
by myspacee
2014-07-11T07:13:10-07:00
Forum: Users
Topic: Coloration
Replies: 9
Views: 6986

Re: Coloration

Thank you for reply and explanation,
find also this :

Code: Select all

convert image -set colorspace Gray -separate -average -contrast -set colorspace RGB -contrast -colorize 10,5,0 -contrast result
Can you explain differences?

thank you, for all,
m.
by myspacee
2014-07-09T13:44:53-07:00
Forum: Users
Topic: Coloration
Replies: 9
Views: 6986

Re: Coloration

Try to read fmw script but it's out of range for me. I think to blue coloration as sort of 'sepia' effect, but now i know is not so simple. Maybe boss let me install Cygwin on production server but i don't believe i can convince... Any hope to have any help or hints for these effects? Please? http:/...
by myspacee
2014-07-09T08:27:40-07:00
Forum: Users
Topic: Coloration
Replies: 9
Views: 6986

Re: Coloration

I think that all images can be 'converted'.
Reading about coloration here : http://www.fmwconcepts.com/imagemagick/ ... /index.php
but can't use this script i'm on Windows machine.

Is there differencies from an image to another to apply these effects ?

m.
by myspacee
2014-07-09T07:46:38-07:00
Forum: Users
Topic: Coloration
Replies: 9
Views: 6986

Coloration

Hello,
see in jqmagick two effect can't replicate

Blue coloration
Image
Vintage Heritage
Image

anyone can post syntax fore these effect ?

thank you,
m.
by myspacee
2014-06-27T13:35:20-07:00
Forum: Users
Topic: PDF to TIF (with some peculiarity)
Replies: 7
Views: 5769

Re: PDF to TIF (with some peculiarity)

Black is better in my opinion and Ad0be tif had better quality on shapes. I need to automatize process for emergency cases, but I'm surprised by the differences between yield... I am accustomed to think IM as a remedy for all ills :) Maybe try Ghostscript directly, but think IM use an interpreter to...
by myspacee
2014-06-27T12:50:02-07:00
Forum: Users
Topic: PDF to TIF (with some peculiarity)
Replies: 7
Views: 5769

Re: PDF to TIF (with some peculiarity)

Best so far : convert -density 1200 -colorspace CMYK AMEL.pdf -resize 1042x1067 -profile USWebCoatedSWOP.icc -depth 8 -density 300 -units pixelsperinch -compress lzw AMEL_im6.tif Choose supersampling method (increase letters 'resolution') force colorspace to CMYK using USWebCoatedSWOP.icc (CMYK - fr...
by myspacee
2014-06-27T12:06:23-07:00
Forum: Users
Topic: PDF to TIF (with some peculiarity)
Replies: 7
Views: 5769

Re: PDF to TIF (with some peculiarity)

Thank you for reply, but I post after try command like your. IM file is bigger in size but worst visually. In IM file letters are 'pixelated' (less defined details). if increase geometry or density i obtain a file more bigger than example, can't solve 'mystery'... m. EDIT: can't see last command, tr...