CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2012
    Posts
    2

    image convert c#

    I have a GUI that loading image from my Pc and then it need's to cnvert it to MIF file

    so i basically whant to know is there any class that i can use for it?

    I tried to find some code samples but did not find any.

    Thx.

  2. #2
    Join Date
    Feb 2011
    Location
    United States
    Posts
    1,016

    Re: image convert c#

    Possibly the ImageMagick library; see the .NET bindings: https://imagemagick.codeplex.com/
    Best Regards,

    BioPhysEngr
    http://blog.biophysengr.net
    --
    All advice is offered in good faith only. You are ultimately responsible for effects of your programs and the integrity of the machines they run on.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured