[Mono-dev] A few mono issues

Nikita Tsukanov keks9n at gmail.com
Wed Jul 9 18:05:51 UTC 2014


1) You have to map your DllImport to corresponding *nix libraries. I.e.
there is no such thing as gdi32.dll there
2) Mono's System.Drawing is quite limited, since it's just a bridge to
Cairo library. You can't use high quality smoothing and image scale
algorithms for example

Consider using imagemagick instead.

Regards,
Nikita


2014-07-09 22:01 GMT+04:00 JamesSouth <james_south at hotmail.com>:

> Hi all,
>
> I run a fairly successful .NET open source library called ImageProcessor
> that I am trying to port to Mono.
>
> Most things are now working except for two issues.
>
> https://github.com/JimBobSquarePants/ImageProcessor/issues/64
> <https://github.com/JimBobSquarePants/ImageProcessor/issues/64>
>
> I can't seem to get my animated gif encoder working on Mono (It produces a
> single frame) and I can't get dllimport working. (I get not found
> exception).
>
> Fixing these is beyond my current ability and I am looking to get some help
> from the resident experts here in order to get my release out of the door.
>
> I've built something that thousands of people use to make their development
> lives easier and I'd like to do more across different environments.
>
> Thanks
>
> james
>
>
>
>
>
> --
> View this message in context:
> http://mono.1490590.n4.nabble.com/A-few-mono-issues-tp4663283.html
> Sent from the Mono - Dev mailing list archive at Nabble.com.
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20140709/de4284cf/attachment.html>


More information about the Mono-devel-list mailing list