pub fn to_normalized( x: i32, y: i32, width: i32, height: i32, ) -> Result<(i32, i32)>
Convert absolute pixels to [0-1000] normalized.