Search found 11 matches

by thodberg
2011-11-18T06:24:01-07:00
Forum: Developers
Topic: Does anybody have a JMagick of Imagemagick version 6.7.3
Replies: 0
Views: 4610

Does anybody have a JMagick of Imagemagick version 6.7.3

The JMagick versions, which can be downloaded from this site are all for the Imagemagick versions
from 2009 or older.

Does anybody have a JMagick for the latest version of Imagemagick(6.7.3)?
by thodberg
2009-06-29T04:28:38-07:00
Forum: Developers
Topic: Problem with embeding a cmyk-icc-profile in a psd-file
Replies: 1
Views: 6906

Problem with embeding a cmyk-icc-profile in a psd-file

When I use IM IM 6.5.4 I have converting
between jpg and psd I have made these observations:

- when I use the cmd: convert test_cmyk_med_profile.psd test777.jpg
then the cmyk icc-profile in test_cmyk_med_profile.psd is maintained in test777.jpg

- when I use the cmd: convert _MG_0181_small.psd ...
by thodberg
2008-10-16T14:58:09-07:00
Forum: Bugs
Topic: How to use kernels larger than 10 in unsharpmask?
Replies: 3
Views: 9771

How to use kernels larger than 10 in unsharpmask?

I have never been able to use a kernel size larger than 10
when I use the commandline tool -unsharp.

What is the reason for this limitation?

In photoshop it is possible to use a radius/kernel size
larger than 10 and through this it is possible to obtain
effect that is similar to what is optained ...
by thodberg
2008-07-15T09:04:43-07:00
Forum: Bugs
Topic: transparency is disappearing in ImageMagick vers. 6.4.1
Replies: 13
Views: 36217

Re: transparency is disappearing in ImageMagick vers. 6.4.1

We have tried a some other Adobe products as well and they also cant recognize the transparency as well.
This is a big show-stopper for us.

Could we pay you to get you to look at this?

Also, could you elaborate what you mean by "We need to propagate the extra samples type, in this case associated ...
by thodberg
2008-07-15T07:18:03-07:00
Forum: Bugs
Topic: transparency is disappearing in ImageMagick vers. 6.4.1
Replies: 13
Views: 36217

Re: transparency is disappearing in ImageMagick vers. 6.4.1

Under some circonstances, namelig when an image is created (not converted) from IM it is still a problem to maintain transparency:

If this command is done:

convert logo: -transparent "#FFFFFF" x628.tif

then the background #FFFFFF should be tranparent, but in PhotoShop it is still shown as an ...
by thodberg
2008-07-01T07:00:28-07:00
Forum: Bugs
Topic: transparency is disappearing in ImageMagick vers. 6.4.1
Replies: 13
Views: 36217

Re: transparency is disappearing in ImageMagick vers. 6.4.1

The problem have been fixed in version 6.4.2
thanks!

Thodberg
by thodberg
2008-06-16T07:25:06-07:00
Forum: Bugs
Topic: transparency is disappearing in ImageMagick vers. 6.4.1
Replies: 13
Views: 36217

Re: transparency is disappearing in ImageMagick vers. 6.4.1

On this adress you will find screendumps from photoshop:
http://javabog.dk/filer/transparens/

hat_in_layer.jpg is the look of the layers palette in photoshop
As you can see there is two layers, a transparent layer and a
white background layer.
Compare this to newhat_layer.jpg, where there is only ...
by thodberg
2008-06-13T02:13:03-07:00
Forum: Bugs
Topic: transparency is disappearing in ImageMagick vers. 6.4.1
Replies: 13
Views: 36217

Re: transparency is disappearing in ImageMagick vers. 6.4.1

First: I have used ImageMagick 6.4.1-6 for Windows for my test.

Second: To reproduce the problem it is neasasearry to open the images in Photoshop
before and after these commands are used:

convert hat.tif newhat.tif
convert lady.tif newlady.tif

and compare the look of the channel palette and ...
by thodberg
2008-06-12T06:01:43-07:00
Forum: Bugs
Topic: transparency is disappearing in ImageMagick vers. 6.4.1
Replies: 13
Views: 36217

transparency is disappearing in ImageMagick vers. 6.4.1

If I create 2 files hat.tif and lady.tif with transparency in photoshop and
then use these commands in ImageMagick version 6.4.1:

convert hat.tif newhat.tif
convert lady.tif newlady.tif

then the tranparency is disappeared from these files
and the maks used to create tranparency is now appearing
as ...
by thodberg
2008-04-10T02:02:57-07:00
Forum: Bugs
Topic: transparency is disappearing
Replies: 1
Views: 6399

transparency is disappearing

If I create 2 files hat.tif and lady.tif with transparency in photoshop and
then use these commands:

convert hat.tif newhat.tif
convert lady.tif newlady.tif

then the tranparency is disappeared from these files
and the maks used to create tranparency is now appearing
as an extra channel in ...
by thodberg
2008-01-09T15:04:29-07:00
Forum: Bugs
Topic: clipping path is distorted, when the image is cropped
Replies: 12
Views: 40464

clipping path is distorted, when the image is cropped

When an image is cropped, then the clipping path is scaled
proportional to the size of the cropped image. If for example
the image is cropped to half of its original size, then the area
of the clipping is also reduced to half of its original size in pixel.

The problem can be reproduced with the ...