This repository has been archived by the owner on Aug 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Support for Xamarin #12
Comments
Hi Alejandro,
the library is currently being tested for .NET Core 2.0. What kind of
features do you need ?
Best,
Darko
2017-12-17 19:41 GMT+01:00 Alejandro Guardiola <[email protected]>:
… That awesome library has support for Xamarin.Android and Xamarin IOS??
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#12>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEMQJyQK29foAc4EArFmB_b9LIVWmcuyks5tBWBrgaJpZM4REwFm>
.
|
and many thanks for the comment :)
2017-12-17 20:40 GMT+01:00 Darko Jurić <[email protected]>:
… Hi Alejandro,
the library is currently being tested for .NET Core 2.0. What kind of
features do you need ?
Best,
Darko
2017-12-17 19:41 GMT+01:00 Alejandro Guardiola ***@***.***>:
> That awesome library has support for Xamarin.Android and Xamarin IOS??
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#12>, or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AEMQJyQK29foAc4EArFmB_b9LIVWmcuyks5tBWBrgaJpZM4REwFm>
> .
>
|
Hi Darko i have problems with openCv librarie, I downloaded the source code to change where to find the library but I dont know how to add it. Thanks for the response |
Basically I want to manipulate an image taked from the camera, the image is a byte[]. I want to use ImageIO to decode the byte array. |
Hi Alejandro,
the current release works under Windows 10 and or server version. The
prerequisite is to install VS C++ Runtime 2015:
https://www.microsoft.com/en-us/download/details.aspx?id=48145.
The next release will drop this dependency. In addition it should support
Linux environment.
Then, pull the DotImaging.IO package. There you will find
DecodeAsColorImage() function.
The example:
https://github.com/dajuric/dot-imaging/blob/48607209254dc84b90583fdca935a1ac258c968d/Samples/Sample.Basic/Program.cs
Does this answer your question ?
Best,
Darko
2017-12-17 22:13 GMT+01:00 Alejandro Guardiola <[email protected]>:
… Basically I want to manipulate an image taked from the camera, the image
is a byte[]. I want to use ImageIO to decode the byte array.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEMQJ2NE0swEC8QSy1iZdKYM09JIDOFdks5tBYQLgaJpZM4REwFm>
.
|
Well, my problem is that i want the library running in Xamarin.Android and Xamarin.IOS i have a class library that share the business logic between both platforms but i am getting an dll not found error when I try to use DecodeAsColorImage(), I am working in C#. Sorry for my English I am learning |
Thank you very much for you patience |
Hi Alejandro,
in the next version the foal is to support Windows and Linux
(desktop/server); currently only Windows is supported.
After that, I will study support for Xamarin.
But for now, can you confirm that DecodeAsColorImage is working well on
Windows ?
Best,
Darko
2017-12-17 23:58 GMT+01:00 Alejandro Guardiola <[email protected]>:
… Thank you very much for you patience
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEMQJ0rCfPvSxTB6Z1khxvbp3ADCBIjpks5tBZyggaJpZM4REwFm>
.
|
Yesssss I tested in Windows and it is worked perfect and I really love it. Well for now i will use Aforge.Net PCL |
Ok.
Thank you for the interest.
So expect multi platform (desktop) support soon. Mobile is not currently
scheduled, but if becomes it will be after the multiplatform phase.
I would be grateful if you could tell me what features would you like to
see besides Xamarin support ?
I wish you all the best in the incomming year!
Best,
Darko
…On 18 Dec 2017 16:12, "Alejandro Guardiola" ***@***.***> wrote:
Yesssss I tested in Windows and it is worked perfect and I really love it.
Well for now i will use Aforge.Net PCL
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEMQJ3VoJdnn7rgPbyYgcty13hFojRJ-ks5tBoDMgaJpZM4REwFm>
.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
That awesome library has support for Xamarin.Android and Xamarin IOS??
The text was updated successfully, but these errors were encountered: