Search found 10 matches

by FrontierDK
2017-08-22T05:44:46-07:00
Forum: Users
Topic: jpeg rotate lossless or not?
Replies: 9
Views: 37174

Re: jpeg rotate lossless or not?

Thank you for your help :)

It's as simple as this:
result=myobject.convert("test.jpg", "-auto-orient", "test.bmp")
by FrontierDK
2017-08-22T04:25:24-07:00
Forum: Users
Topic: jpeg rotate lossless or not?
Replies: 9
Views: 37174

Re: jpeg rotate lossless or not?

I'm using the latest DLL version, downloaded today.

From VBscript
result=myobject.convert("test.jpg", "test.bmp")

If I load an image, which is stored "upside down" - but has the "rotate 180 degrees" exif set, it's not used.
by FrontierDK
2017-08-22T02:27:50-07:00
Forum: Users
Topic: jpeg rotate lossless or not?
Replies: 9
Views: 37174

Re: jpeg rotate lossless or not?

How about rotation inside ImageMagic? I'm using the DLL version, and I'm noticing that if I load a .JPG file, with the meta-rotation set...Imagemagic doesn't rotate it right if I convert to another format, like BMP...

How does one make ImageMagic use the metainformation upon opening?
by FrontierDK
2017-05-15T03:27:40-07:00
Forum: Developers
Topic: Use pngquant (libimagequant) for quantization to palette
Replies: 13
Views: 41576

Re: Use pngquant (libimagequant) for quantization to palette

Wow, any chance of a stand-alone libimagequant which will Work in classic ASP / VB? :)
by FrontierDK
2017-05-10T03:23:15-07:00
Forum: Windows COM+ & Visual Basic
Topic: Multiple commands
Replies: 4
Views: 58812

Re: Multiple commands

The latter link was helpful, thank you :-)
by FrontierDK
2017-05-09T08:09:39-07:00
Forum: Windows COM+ & Visual Basic
Topic: Multiple commands
Replies: 4
Views: 58812

Re: Multiple commands

I haven't been able to find it. I can only find 2 .VBS files in the example files, and it doesn't exactly shine through there :-/
by FrontierDK
2017-05-09T04:40:42-07:00
Forum: Windows COM+ & Visual Basic
Topic: Multiple commands
Replies: 4
Views: 58812

Multiple commands

Hi all :) I'm a newbie when it comes to ImageMagick, so here's a newbie question. If using any normal COM/ActiveX DLL in VBscript / ASP (Gflax / AspJPEG etc.), one creates an object, loads an image and that image stays in memory until the object is destroyed. Before doing so, one can copy it in memo...
by FrontierDK
2017-05-08T12:27:39-07:00
Forum: Users
Topic: Converting anything to RGB correctly
Replies: 45
Views: 146377

Re: Converting anything to RGB correctly

Well, I really do appreciate you trying :)
by FrontierDK
2017-05-08T11:37:39-07:00
Forum: Users
Topic: Converting anything to RGB correctly
Replies: 45
Views: 146377

Re: Converting anything to RGB correctly

Wow, quick reply :) I have downloaded the latest version - ImageMagick v7.0.5.5. The file used for installation is: ImageMagick-7.0.5-5-Q16-HDRI-x64-dll.exe - on a Windows 7 x64 SP1 pro. When opening the .DNG file (in the ZIP file listed above), Photoshop CC shows "Adobe RGB (1998)". I hav...
by FrontierDK
2017-05-08T11:24:03-07:00
Forum: Users
Topic: Converting anything to RGB correctly
Replies: 45
Views: 146377

Re: Converting anything to RGB correctly

I guess I'm one of those who know nothing about ICC...other than it's a pain. If I use a simple convert to any other format (from dng) - the colours are all wrong, in comparison to what Photoshop shows. Original test image here: https://bornholm.mobi/test.zip If opened in Photoshop, it looks like th...