Search found 5 matches

by yogiyang
2016-10-16T22:11:59-07:00
Forum: Users
Topic: How to put JPEGs on a diet?
Replies: 3
Views: 3402

Re: How to put JPEGs on a diet?

Thanks Snibgo.

I have already tried that out. The output looks really very bad when compared to original.

What I want to achieve is without visible quality loss also.

TIA

Yogi Yang
by yogiyang
2016-10-15T03:07:27-07:00
Forum: Users
Topic: How to put JPEGs on a diet?
Replies: 3
Views: 3402

How to put JPEGs on a diet?

Hello, I have a collection of around 10k photos snapped in various Mega Pixels starting at 4 mp to 16 mp. I also have a few 300 dpi images that are created using professional image editors like Photoshop. The file are mostly in .jpg format. But their sizes are quite large. Say for example some files...
by yogiyang
2013-10-31T03:32:26-07:00
Forum: Users
Topic: How to convert an image and also generate thumbnail from it
Replies: 3
Views: 3451

Re: How to convert an image and also generate thumbnail from

You don't need the first command. Just put the original file name in the second command. "convert.exe" -define jpeg:size=500x180 "12 x 36\010 copy.jpg" -auto-orient -thumbnail 200x200 -unsharp 0x.5 "c:\up_temp\tn\00001.jpg" Thanks for your assistant. This only creates ...
by yogiyang
2013-10-31T00:42:46-07:00
Forum: Users
Topic: How to convert an image and also generate thumbnail from it
Replies: 3
Views: 3451

How to convert an image and also generate thumbnail from it

I want to convert any supported format image to JPG and also generate a thumbnail of max size 200x200 pixels. Currently I am giving two commands for this: convert "12 x 36\010 copy.jpg" c:\up_temp\001.jpg and "convert.exe" -define jpeg:size=500x180 "C:\up_temp\001.jpg" ...
by yogiyang
2013-08-13T05:25:52-07:00
Forum: Windows COM+ & Visual Basic
Topic: Possibilities of encrypting image
Replies: 1
Views: 18478

Possibilities of encrypting image

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