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?".
Can anyone tell me any other solutions?
Thanks for any hint
Have you tried -region?
Alternately, crop the section you want, process with liquid-rescale and then composite the result back. Or create a mask for the region you want, use liquid rescale on the whole image, then use the mask to composite between the original and rescaled result.