Cédric Champeau

Results 298 comments of Cédric Champeau

Jagging correction requires complex manipulations which are done at a very specific step: after recontruction, after banding correction, and before any rotation. Therefore it's a change which implies the whole...

Ah thought that was a mistake in the name :) Also just wanted to check because it may already be fixed in the dev version.

As far as I can tell the issue is gone with 3.1.1-SNAPSHOT: ![Image](https://github.com/user-attachments/assets/d7868950-d05d-4ff7-b082-389a2683ef64) (that sunspot is just HUUUGE)

I guess that's because of autocropping. There are probably (at least) 2 workarounds I can think of: 1. disable autocropping in the process options, and only autocrop the final image...

The issue is still relevant to me. We still have to disable toolchain support by default because of the limitations of the Gradle APIs. There is no progress made on...

I don't think that's the only thing missing. As far as I can tell there's no way for Gradle to make the difference between a regular Oracle JDK and an...

I am extremely confused. We already have a getting started guide. It's even mentioned in the README and is published alongside the release: https://graalvm.github.io/native-build-tools/latest/gradle-plugin-quickstart.html Why are we adding _another one_...

But why creating a new guide? The old one should be fixed. Now we have 2, and this one is inconsistently published (.md file instead of generated, versioned docs).

> What other guide do we have? On the GitHub home page, we have: ![image](https://github.com/user-attachments/assets/d24f3a8c-a04c-4f1c-a1f8-7774fe075bca) This links to https://graalvm.github.io/native-build-tools/latest/gradle-plugin-quickstart.html which is also crossed referenced from the reference documentation: https://graalvm.github.io/native-build-tools/latest/gradle-plugin.html#quickstart Both...

Yes, I think the main page deserves a revamp. Especially now that there are so many releases, having the changelog as the TOC doesn't quite make sense anymore.