question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

LiquidRescale doesn't work

See original GitHub issue

Prerequisites

  • 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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
dlemstracommented, Jul 20, 2020

The new release has just been published and it includes support for LiquidRescale on Linux and macOS.

1reaction
dlemstracommented, Sep 7, 2019

@snickler I cannot use this solution because you are dynamically linking the liblqr library. This library depends on the glib library and that should also then be compiled. This is all possible but I have not yet made time to focus on this.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found