Skip to content

Make Pixel::Index Signed

Simon Spannagel requested to merge int_index into master

This Mr switches Pixel::Index from unsigned int to int to be more flexible. This is a preparation for the upcoming !539 (merged) to allow for negative pixel indices, but in general is a nice thing because it gets rid of many static_cast instances.

Edited by Simon Spannagel

Merge request reports