circular17

Results 373 comments of circular17

Hi Melchiorre, The problems 1 and 2 are relatively easy to solve, taking into account differences with Linux. The 3rd one is surprising, given the commit. I'll test it again....

Hi Melchiorre, I have fixed 1 and 2 on dev branch. If you have Lazarus, I invite you to test from the dev-lazpaint branch. Warm regards

Thank you for the confirmation. I can now confidently close this request as completed. Best regards

Ok, I've removed the check. Indeed, it is not necessary anymore anyway. Am curious though why that would raise an exception. Thanks again for your feedback!

Indeed, if it works with the change, no need to delve deeper. From your debugging video, I suppose that the `cr` objet is not initialized when the page is not...

See [forum thread](https://forum.lazarus.freepascal.org/index.php/topic,69927.msg544341.html#msg544341)

Sample TIFF file: [2025-01-21_113853.zip](https://github.com/user-attachments/files/18502632/2025-01-21_113853.zip) ![Image](https://github.com/user-attachments/assets/2d6b16ab-5b2c-45dc-a151-839bc4627dd5)

Hello @Alexey-T It is cool to find new platforms to compile on. The assembler instructions in the error message seem to be RISC-V instructions. As there is no code in...

It seems some test cases would need to be updated. Please confirm that you are ok with the change in principle before I update the tests as well.

Hello @n7800 Thanks for pointing that out. The idea here is to turn off optimization to avoid compiler errors, while still respecting the optimization level defined in the package options....