image-rs / imageproc

Image processing operations
MIT License
758 stars 149 forks source link

display_multiple_images with different titles #693

Open Icekey opened 3 days ago

Icekey commented 3 days ago

I changed display_multiple_images so that the windows can have different titles. In my use case i have similar looking images that i want to compare. Not having the ability to define different window titles makes this task very confusing.

The implementation repeats the last title if more images than titles are passed to the function. If no title is passed then all windows have no title.