Search found 4 matches

by jagonzo62
2019-05-08T09:06:16-07:00
Forum: Bugs
Topic: Powerbuilder & IM
Replies: 4
Views: 9825

Re: Powerbuilder & IM

I figured out how to adjoin a bunch of tifs into one big tif file using Powerbuilder: Here's how I connect to imagick in Powerbuilder: OLEObject oMagick oMagick = Create OLEObject oMagick.ConnectToNewObject ('ImageMagickObject.MagickImage.1') ls_orgfile = ls_folder_with_files + '\*.tif' // ls_folder...
by jagonzo62
2019-02-05T10:56:17-07:00
Forum: Bugs
Topic: Powerbuilder & IM
Replies: 4
Views: 9825

Re: Powerbuilder & IM

I am sorry the command was:

oMagick.convert(ls_origfile, '-format', 'png', ls_destfile)
by jagonzo62
2019-02-05T10:55:41-07:00
Forum: Bugs
Topic: Powerbuilder & IM
Replies: 4
Views: 9825

Re: Powerbuilder & IM

Hello, I downloaded all the versions from the Imagemagick site. Ones with convert and ones without. The ones that were static and dynamic. Version 6 & 7. It's odd. I've used similar commands like below to connect to Word or Excel. I am using Powerbuilder 2017 R3. The last version of Imagemagick ...
by jagonzo62
2019-02-05T09:26:08-07:00
Forum: Bugs
Topic: Powerbuilder & IM
Replies: 4
Views: 9825

Powerbuilder & IM

In Powerbuilder I am connecting to ImageMagick using OLE but when I try to executing the convert command I get a message about convert not being found. I've downloaded many versions of IM without any luck. I found that it use to work in version IM6.5.9...Q16. This old version is no longer available....