Search found 5 matches

by marco.groppelli
Tue Jun 13, 2023 5:17 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Application Deployment
Replies: 1
Views: 2569

Application Deployment

Good morning, I would like to know how the deployment of a (Windows Form) application works. Usually, we create an installer that copies the exe file and all files that are necessary. Which VintaSoft files do we have to include in our installer? Only the dll files present in the exe folder? Thanks i...
by marco.groppelli
Fri May 12, 2023 5:49 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Ring sector ROI
Replies: 1
Views: 2649

Ring sector ROI

Good morning, I would like to know if the library provides a tool to draw a "ring sector" to help the user to select an area included in a slice of circular sector (a ring sector). I mean something like this https://yourimageshare.com/ib/KPYpwvIiVp https://yourimageshare.com/ib/KPYpwvIiVp ...
by marco.groppelli
Mon Apr 03, 2023 10:26 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Side rulers
Replies: 1
Views: 1697

Side rulers

Good morning,

I would like to know if the library provides the function "rulers" (as GIMP for example) to display an horizontal ruler and a vertical ruler on the image sides, with mouse pointer coordinates.

PS: not the "ruler annotation" that I found.

Thanks in advance.
by marco.groppelli
Wed Mar 15, 2023 5:54 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: DrawingEngine for not RGB images
Replies: 3
Views: 1975

Re: DrawingEngine for not RGB images

Thank you Alexander. I need just to do some drawings over image in image viewer, so the "GraphicObjectTool" that you suggest is good. What I realize is that it seems possible to select only 1 tool from the "visualToolToolsStrip", that means lose my drawings when a different tool ...
by marco.groppelli
Mon Mar 13, 2023 1:26 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: DrawingEngine for not RGB images
Replies: 3
Views: 1975

DrawingEngine for not RGB images

Good morning, I'm using currently last version (12.1) of Imaging .NET SDK, modifying demo 'ImagingDemo.Net7', trying to draw some graphics on the image visualized on ImageViewer. With both GdiGraphics and SkiaSharp at Graphics opening DrawingEngine graphics = imageViewer1.Image.CreateDrawingEngine()...