You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How often does it reproduce? Is there a required condition?
Every time.
What is the expected behavior?
The correct images are generated into _site/uploads.
What do you see instead?
Loading config file file:///Users/brookie/code/travelling-brooks/_config.ts
Error: VipsOperation: class "jxlsave_buffer" not found
at Sharp.toBuffer (file:///Users/brookie/Library/Caches/deno/npm/registry.npmjs.org/sharp/0.33.4/lib/output.js:161:17)
at transform (https://deno.land/x/[email protected]/plugins/transform_images.ts:203:45)
at eventLoopTick (ext:core/01_core.js:168:7)
at async processPage (https://deno.land/x/[email protected]/plugins/transform_images.ts:143:13)
at async Promise.all (index 0)
at async concurrent (https://deno.land/x/[email protected]/core/utils/concurrent.ts:21:3)
at async process (https://deno.land/x/[email protected]/plugins/transform_images.ts:101:7)
at async Processors.run (https://deno.land/x/[email protected]/core/processors.ts:32:7)
at async Site.#buildPages (https://deno.land/x/[email protected]/core/site.ts:687:5)
at async Site.build (https://deno.land/x/[email protected]/core/site.ts:530:9) {
message: 'VipsOperation: class "jxlsave_buffer" not found'
}
Additional information
Removing jxl from transform-images="jxl avif jpg 647@2" fixes it.
The text was updated successfully, but these errors were encountered:
Version
2.2.2
Platform
macOS Sonoma 14.4
What steps will reproduce the bug?
_config.ts
index.page.ts
Then run:
How often does it reproduce? Is there a required condition?
Every time.
What is the expected behavior?
The correct images are generated into
_site/uploads
.What do you see instead?
Additional information
Removing
jxl
fromtransform-images="jxl avif jpg 647@2"
fixes it.The text was updated successfully, but these errors were encountered: