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.

8.14.2 'no such operation dzsave VipsOperation: class "dzsave" not found'

See original GitHub issue

Something is not working with the new release, I tested with NetVips 2.3.0 and both NetVips.Native.win-x64 8.14.2 and NetVips.Native.linux-x64 8.14.2 both throw

NetVips.VipsException: 'no such operation dzsave
VipsOperation: class "dzsave" not found'
using NetVips;


using var image = Image.NewFromFile(@"C:\Users\fred\Pictures\CF005206_retouched.jpg");


image.Dzsave(   @"C:\Users\fred\source\repos\poc\ConsoleAppTestDzsave\test",
                basename: "a",
                layout: Enums.ForeignDzLayout.Dz,
                suffix: ".jpg",
                strip: true,
                noStrip: false,
                overlap: 0, tileSize: 512, depth: Enums.ForeignDzDepth.Onetile,
                container: Enums.ForeignDzContainer.Fs);

Issue Analytics

  • State:closed
  • Created 6 months ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kleisaukecommented, Jul 21, 2023

Support for tile-based output has been restored in the prebuilt binaries provided by NetVips.Native v8.14.3, which is now available.

0reactions
puschie286commented, Apr 28, 2023

@fredprodibi you could use an older version^^ with 8.13.2 tile generation works great

Read more comments on GitHub >

github_iconTop Results From Across the Web

pyvips.error.Error: no such operation dzsave · Issue #65
DEBUG:pyvips.error:Error no such operation dzsave VipsOperation: class "dzsave" not found. Traceback (most recent call last):
Read more >
Newest 'vips' Questions
I'm creating a library that creates GJS bindings for the Vips image processing library. Vips exposes an Image class, but that class does...
Read more >
VIPS: ChangeLog
As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively...
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