Search found 8 matches

by jagku
2014-02-18T09:37:52-07:00
Forum: Users
Topic: Generating an EPS or TIFF CMYK image from text
Replies: 8
Views: 3969

Re: Generating an EPS or TIFF CMYK image from text

Thank you - all working for TIFFs!
by jagku
2014-02-17T09:35:26-07:00
Forum: Users
Topic: Generating an EPS or TIFF CMYK image from text
Replies: 8
Views: 3969

Re: Generating an EPS or TIFF CMYK image from text

Thank you.

I tried:

Code: Select all

convert -fill "cmyk(20%,30%,40%,10%)" -font "FreeSerifBold.ttf" -density 450 -pointsize 13 -antialias -background None label:"www.company.com"-depth 8 -colorspace cmyk 1.tiff
However, the background is now appearing black?

Thanks!
by jagku
2014-02-17T09:21:25-07:00
Forum: Users
Topic: Generating an EPS or TIFF CMYK image from text
Replies: 8
Views: 3969

Re: Generating an EPS or TIFF CMYK image from text

Hi, Yes - that is very strange. I tried it on another computer and it sprang up! Thanks for spending time looking at this for me - I really appreciate it. Do you know how to get rid of the white background (I would like it to be transparent)? I have tried: convert -fill "cmyk(20%,30%,40%,10%)" -font ...
by jagku
2014-02-17T08:58:47-07:00
Forum: Users
Topic: Generating an EPS or TIFF CMYK image from text
Replies: 8
Views: 3969

Re: Generating an EPS or TIFF CMYK image from text

Thanks.

The tiff file and free font can be found here:

https://www.dropbox.com/sh/f81176fan0wurqe/t78fHCvb4M

I have version: ImageMagick 6.5.7-8 (running it on Ubuntu)

Thanks!
by jagku
2014-02-17T08:20:18-07:00
Forum: Users
Topic: Generating an EPS or TIFF CMYK image from text
Replies: 8
Views: 3969

Generating an EPS or TIFF CMYK image from text

Hello, I am trying to generate an EPS of tiff file using text entered by the user. My code is as follows (I change 1.tiff to 1.eps when generating an EPS). convert -fill "cmyk(20%,30%,40%,10%)" -font "FreeSerifBold.ttf" -density 450 -pointsize 13 -antialias label:"www.company.com" -background None ...
by jagku
2013-07-12T06:43:14-07:00
Forum: Users
Topic: Problems creating a png with text and transparent background
Replies: 5
Views: 5729

Re: Problems creating a png with text and transparent backgr

Thanks for the explanation.

Yes, PNG files certainly can't be saved as CMYK - I think I was running with my eyes shut!

Thanks once again!
by jagku
2013-07-12T06:19:53-07:00
Forum: Users
Topic: Problems creating a png with text and transparent background
Replies: 5
Views: 5729

Re: Problems creating a png with text and transparent backgr

Thanks alot - ah so the flags have to be in a certain order.
Problem solved!
by jagku
2013-07-12T04:24:35-07:00
Forum: Users
Topic: Problems creating a png with text and transparent background
Replies: 5
Views: 5729

Problems creating a png with text and transparent background

Hello, I have just started using imagemagick as I need to create very simple png's which contain text (certain font/size/colour - possibly bold/italic/underlined if the font supports it) on a transparent background. I have tried doing this but when I lay out the PNG on to a coloured background, it ...