Chotepud Teo

Results 11 comments of Chotepud Teo
trafficstars

I did, I don't want to have to do ./genie gmake --gcc=arm then ./genie gmake --gcc=mips :P I was trying to make it do it all in one go with...

Cool checking it out. Tho I would still like per project compilers as a feature request. Thanks!

Just thought I share what I ended up doing. I first generate a dummy solution that depends on each arch. ``` solution "android" location (ANDROID_BUILD_DIR) configurations { "Release", "Debug" }...

Thought I'd give some data points: It runs fine if I cross compiled from linux with `(GCC) 9.3-posix 20200320` It does not run if I used TDM GCC 9.2 or...

Zoom in on the right edge. It does look like a slightly corrupted image. ![image](https://user-images.githubusercontent.com/5820839/116793447-5e439c80-aaf9-11eb-87e6-54d307c9c46a.png) > As I said Image Magic tools resize and crop this image without any error,...

> Disagree. This fact clearly indicates that nothing prevents from decoding and processing an image, and Image Magic is de-facto industry standard for all sorts of image processing. It's an...

While waiting for this issue to be resolved, you could use another jpeg library e.g. `github.com/pixiv/go-libjpeg/jpeg` I tested it on your example image and it does not error, tho it...

> Thanks, we are using github.com/disintegration/imaging All their functions are taking an argument of `image.Image` this means you can use any lib that gives you a `image.Image` and you don't...

@inliquid Sorry I have a bad habbit of reply too fast, was trying to give you options on how to make it work but I see now that it's likely...