mannu2612

Results 3 issues of mannu2612

I have a jp2 image to be converted to jpeg. Following is the code which fails: > gm('/Users/manojkumar.suthar/Downloads/00000001.jp2').quality(25).toBuffer('jpeg', (err, buffer) => { > if (err) { > console.error(err) > }...

I tried the example and validator was not working. Doing this change works so probably this needs a fix

unconfirmed

I have a geometry column in one of my tables and for that I have defined a custom data type with Scan and Value methods like this: ``` type Point...