Possibilities of encrypting image

ImageMagickObject is a Windows COM+ interface to ImageMagick. COM+, Visual Basic, and Delphi users should post to this discussion group.
Post Reply
yogiyang
Posts: 5
Joined: 2013-08-13T05:21:01-07:00
Authentication code: 6789

Possibilities of encrypting image

Post by yogiyang »

Hello,

I am trying to use ImageMagick in my program which is in VB6.

Here I need to convert an Image to JPG and then encrypt it. I tried Base64 encryption but that seems to increase file size.

Can we achieve something like this directly from ImageMagick?

TIA

Yogi Yang
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Possibilities of encrypting image

Post by Bonzo »

You can try encipher
Post Reply