ImageMagick - [Error] - with (-liquid-rescale) option

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
islogged
Posts: 5
Joined: 2012-12-29T12:09:59-07:00
Authentication code: 6789

ImageMagick - [Error] - with (-liquid-rescale) option

Post by islogged »

Hi

When i follow the manual :
http://www.imagemagick.org/Usage/resize/#liquid-rescale
http://www.imagemagick.org/script/comma ... p#geometry

I get :
Microsoft Windows [version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Tous droits réservés.

C:\Program Files (x86)\ImageMagick-6.8.0-Q16>convert logo_trimmed.jpg -liquid-r
escale 75x100%\! logo_lqr.jpg
convert.exe: delegate library support not built-in `logo_trimmed.jpg' (LQR) @ er
ror/resize.c/LiquidRescaleImage/1900.

C:\Program Files (x86)\ImageMagick-6.8.0-Q16>
I don't have pb with (-sample, -thumbnail or -resize) option!
Then what's happening with (-liquid-rescale) option ???

Thank
islogged
Posts: 5
Joined: 2012-12-29T12:09:59-07:00
Authentication code: 6789

Re: ImageMagick - [Error] - with (-liquid-rescale) option

Post by islogged »

Oh! viewtopic.php?f=1&t=16364

It's mean in 2013 i can not use -liquid-rescale option on the most popular Os of the world ?
I need change my operating system or buy a mac computer for use this -option ?

Can you confirm that ???
Thanks
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: ImageMagick - [Error] - with (-liquid-rescale) option

Post by anthony »

More than likely you don't have the optional liquid resize (LQR) library installed. I don;'t believe it is availabe under windows either.

This is not IM fault it uses what was available.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply