LiquidRescale doesn't work
See original GitHub issuePrerequisites
- I have written a descriptive issue title
- I have verified that I am using the latest version of Magick.NET
- I have searched open and closed issues to ensure it has not already been reported
Description
LiquidRescale does not work, throwing the error:
DelegateLibrarySupportNotBuiltIn 'gfx/bench.jpg' (LQR) @ error/resize.c/LiquidRescaleImage/2032
Steps to Reproduce
using (MagickImage image = new MagickImage("gfx/bench.jpg"))
{
image.LiquidRescale(new Percentage(50));
await SendImage(response, image);
}
System Configuration
- Magick.NET version: Magic.NET-Q8-AnyCPU 7.11.0
- Environment (Operating system, version and so on): Ubuntu 18.10 x64
- Additional information: 1 GB memory, DigitalOcean VPS
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Could someone send me the Liquid Rescale files?
I'm hoping if someone is already using Linux, and using a 64bit machine, and happen to have a working version of Liquid Rescale,...
Read more >Liquid Rescale fix-up for Gimp 2.10
Possible solutions, Steal the files from a previous installation. Use a utility such as uniextractor to unpack the installer. You do need a ......
Read more >Liquid Rescale for GIMP
Hi everyone, I tried, without success, to install the Liquid Rescale plug-in on Gimp 2.10.32 and macOS 10.13.6 High Sierra operating system.
Read more >Can't seem to make it work properly - Liquid Rescale GIMP plugin
Hello and merry Xmas to all ! I'm using gimp 2.4 on xp pro. I've intalled LR. So far so good. I open...
Read more >Blender fluid simulation not working after following step by ...
1 Answer 1 ... The liquid domain's voxel size is too big for your inflow object and no liquid can flow out. The...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The new release has just been published and it includes support for LiquidRescale on Linux and macOS.
@snickler I cannot use this solution because you are dynamically linking the
liblqr
library. This library depends on theglib
library and that should also then be compiled. This is all possible but I have not yet made time to focus on this.