Results 151 comments of makc

bump :) what's the stp status? I couldn't open any stp files. here's one: [servo_model_nadim.stp.zip](https://github.com/assimp/assimp/files/2687090/servo_model_nadim.stp.zip)

> Are you able to suggest a patch ? I am not an expert here. What I can say is that [this hack](https://github.com/makc/poly2tri.js/commit/ac753b833518f166b13f2b94868ef86d41b21ba3) allows this test to pass: ![screen shot...

other tests like big roundish triangle and butterfly-like polygon fail, so the hack is no good.

I think the source said it's YCbCr for android, I am asking about all Y-s. Which would be 3x or 4x less memory and probably faster than averaging RGB-s on...

besides in C++ you could probably do something like ``` byte y = (r >> 2) + (g >> 1) + (b >> 2); ``` and it would be actually...

> YCbCr - just use first WidthxHeight bytes to get grayscale data you mean there are 3 separate blocks, not triplets? as for "the problem" - you have one if...

it's just when someone mentions gpuimage I cant immediately know what is he talking about

do not misuse cats. ![it makes them sad](https://img.buzzfeed.com/buzzfeed-static/static/2015-06/24/19/campaign_images/webdr09/this-may-be-this-cutest-saddest-cat-ever-2-4626-1435188004-0_dblbig.jpg)

this one is easy, get ascii only text of the length equal to binary number length, replace 1-s (or 0-s) with non-ascii homoglyph. (assuming there is one for every alphanumeric...