8.14.2 'no such operation dzsave VipsOperation: class "dzsave" not found'
See original GitHub issueSomething 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:
- Created 6 months ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top 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 >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
Support for tile-based output has been restored in the prebuilt binaries provided by NetVips.Native v8.14.3, which is now available.
@fredprodibi you could use an older version^^ with 8.13.2 tile generation works great