bgrabitmap / bgracontrols

🆗 BGRA Controls is a set of graphical UI elements that you can use with Lazarus LCL applications.
https://bgrabitmap.github.io/bgracontrols/
182 stars 30 forks source link

BGRAImageManipulation dividing by zero #189

Closed circular17 closed 1 month ago

circular17 commented 1 month ago

Create new project and drop BGRAImageManipulation on the form and run. Dividing by zero error will be shown. Also check provided example for it as it can't compile and doesn't work well even with loaded jpg image when problematic code is removed from demo (ReadWriteConfig or similar).

See forum thread

maxm74 commented 1 month ago

Solved

circular17 commented 1 month ago

Thank you very much indeed