Search found 2 matches

by Tiramisu
2019-08-31T17:42:31-07:00
Forum: Magick.NET
Topic: Best way to render text on CMYK background? [SOLVED]
Replies: 9
Views: 151905

Re: Best way to render text on CMYK background? [SOLVED]

Hi!

I had the same problem with perlmagick and here is my solution for the problem using perlmagick.
I had a CMYK-tiff with accurate colors. This image cannot be converted to Adobe-RGB and back without converting errors. (The colors are wrong afterwards). So I read in the CMYK-tiff and a ...
by Tiramisu
2017-05-18T18:11:03-07:00
Forum: Users
Topic: Problem to translate an Imagemagick command into perlmagic
Replies: 1
Views: 3691

Problem to translate an Imagemagick command into perlmagic

Hi,
perhaps it is very simple for you, but I cannot find the correct translation.

What works fine on the command line:
convert neu.png stempel.png -gravity Northwest -geometry +890+876 -composite neu2.png

What I want: How can I translate this command into Perl?

Sorry, if this question is too ...