ShaharMS / Vision

Cross framework, cross platform computer vision for Haxe
MIT License
35 stars 5 forks source link

Out of bounds documentation and added arguments for customization (Image.hx) #40

Closed Wither362 closed 1 week ago

Wither362 commented 1 year ago

Yeah… Um… sorry for not being updating my other forks, I was quite busy…

This one adds documentation if vision_quiet and other arguments for the image functions.

ShaharMS commented 1 year ago

Nice! i dont know if i haev checks installed for sys image loading... can you check if loading from a file still works? (and not just from url)

Wither362 commented 1 year ago

Nice! i dont know if i haev checks installed for sys image loading... can you check if loading from a file still works? (and not just from url)

I don’t think that’s necessary…

But I just realized an error

ShaharMS commented 1 year ago

About the callbacks, seems kinda unnecessary, since the use cases for this are quite rare, and can be achieved with an extra line of code...

Wither362 commented 1 year ago

About the callbacks, seems kinda unnecessary, since the use cases for this are quite rare, and can be achieved with an extra line of code...

Yeah… you’re right.