Search found 1570 matches

by dlemstra
2013-09-06T10:58:53-07:00
Forum: Magick++
Topic: Can't modify opacity channel from C++ API
Replies: 3
Views: 10410

Re: Can't modify opacity channel from C++ API

Which 'empty' methods are you talking about? You can access the 'ansi c' methods with the namespace MagickCore. Those are the methods that are used by the command line. I will add a morphology method to the Image class of Magick++ that uses the MagickCore method(s).
by dlemstra
2013-09-06T09:03:57-07:00
Forum: Bugs
Topic: PSD Convert sometimes
Replies: 5
Views: 6214

Re: PSD Convert sometimes

You should probably upgrade your imagemagick then. Your version is quite old.
by dlemstra
2013-09-06T03:04:01-07:00
Forum: Bugs
Topic: PSD Convert sometimes
Replies: 5
Views: 6214

Re: PSD Convert sometimes

What version of ImageMagick are you using? With the latest version I can convert it without any problems.
by dlemstra
2013-09-06T02:13:09-07:00
Forum: Bugs
Topic: PSD Convert sometimes
Replies: 5
Views: 6214

Re: PSD Convert sometimes

Can you put up a link to a psd that does not work?
by dlemstra
2013-09-05T14:39:58-07:00
Forum: Magick++
Topic: Can't modify opacity channel from C++ API
Replies: 3
Views: 10410

Re: Can't modify opacity channel from C++ API

The 'morphology' method is not yet available in Magick++. I am going to add some 'missing' methods to Magick++. I will make sure to also include this method.
by dlemstra
2013-09-05T03:57:47-07:00
Forum: Users
Topic: unable to perform resize on .SR2 image
Replies: 3
Views: 3916

Re: unable to perform resize on .SR2 image

r-- is not about permissions but it is about support. ImageMagick only supports reading SR2 images, you cannot write SR2 images with it.
by dlemstra
2013-09-04T00:11:50-07:00
Forum: Bugs
Topic: Bug in BMP file retrieved from scanner
Replies: 5
Views: 8953

Re: Bug in BMP file retrieved from scanner

It is a bug in the software that created your BMP. The header of your file reports a different size then the actual file size. More info here: http://en.wikipedia.org/wiki/BMP_file_format#Bitmap_file_header. ImageMagick reports it as a error if the header contains a higher size and a warning if it i...
by dlemstra
2013-09-03T08:22:02-07:00
Forum: Users
Topic: annotate not working w/ COM Object IM from VB
Replies: 8
Views: 11069

Re: annotate not working w/ COM Object IM from VB

Would you mind posting the parameters that worked? So other users of the COM Object will know how it should work.
by dlemstra
2013-09-03T06:30:27-07:00
Forum: Users
Topic: annotate not working w/ COM Object IM from VB
Replies: 8
Views: 11069

Re: annotate not working w/ COM Object IM from VB

Did you try: "+10,+10 " & TLUnitTxt?
by dlemstra
2013-09-03T06:05:42-07:00
Forum: Users
Topic: annotate not working w/ COM Object IM from VB
Replies: 8
Views: 11069

Re: annotate not working w/ COM Object IM from VB

If your program is written in .NET you could consider switching to Magick.NET.

edit: fixed link
by dlemstra
2013-09-02T07:51:34-07:00
Forum: Users
Topic: Branding
Replies: 4
Views: 4540

Re: Branding

Maybe you should try to specify the absolute path to the file 'usr/bin/composite', e.g. /home/name/usr/bin/composite.
by dlemstra
2013-08-26T09:54:49-07:00
Forum: Consulting
Topic: Programmer / Scripter / Expert needed
Replies: 1
Views: 9465

Re: Programmer / Scripter / Expert needed

In which language is your external program written? Maybe you should consider using one of the api's: http://www.imagemagick.org/script/api.php
by dlemstra
2013-08-22T01:59:19-07:00
Forum: Users
Topic: Strange "add" behaviour
Replies: 31
Views: 30863

Re: Strange "add" behaviour

Making it will probably just take a few hours :) But I don't know when I will be able to spend time on it so you still have to wait that long.
by dlemstra
2013-08-21T22:19:07-07:00
Forum: Users
Topic: Strange "add" behaviour
Replies: 31
Views: 30863

Re: Strange "add" behaviour

I am working on adding support for writing dds files (DTX1/5) to ImageMagick, I have no idea when this will be finished, might take a couple of weeks or even months.
by dlemstra
2013-08-19T14:20:39-07:00
Forum: Bugs
Topic: Affine Transformation Crashing
Replies: 5
Views: 6810

Re: Affine Transformation Crashing

Are you sure you have the correct matrix? It takes ages but in the end you will get a jpeg image. It is 17908x25087 pixels and 2.77MB but only the top left corner is showing a part of the input image.