Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

What is pitch in regard to a rectangle in question two?


Pitch is the offset between the start of consecutive rows of pixels in the image, used to convert y coordinates into the start of any given row, so you access a pixel as buffer[y*pitch+x]. Often this is the image width, but can be greater depending on required alignment.


So at the end of each run increment the relevant pointer by (pitch - w) not pitch which I'm sure it's one of the bugs they saw all the time in this interview :)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: