Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix the return of odd numbered pixels
The point of subtracting a dimension%2 from its actual dimension is to avoid odd numbered pixels, so due to variation of DPR from device to device the subtraction should be done at the end of pixel calculation.
- Loading branch information