Jump to content

itanmadrok

Members
  • Posts

    1
  • Joined

  • Last visited

LabVIEW Information

  • Version
    LabVIEW 2020
  • Since
    2014

itanmadrok's Achievements

Newbie

Newbie (1/14)

  • First Post Rare

Recent Badges

0

Reputation

  1. If you don’t want to build an editor from scratch, the realistic route is to integrate an existing SDK. A few options to look at: - LEADTOOLS – commercial, very comprehensive .NET toolkit with image editing and annotation features. - Atalasoft dotImage – good fit for WinForms/WPF projects, includes editing, viewing, and scanning modules. - ImageMagick with a .NET wrapper – free, very powerful for processing, but you’d need to build your own UI. There isn’t a ready-made “drop in” editor like Photoshop or Luminar that you can embed. The paid SDKs above are the most practical choices if you want something integrated into your app.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.