New features request for version 2.1 of VintaSoftImaging.NET

Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.

Moderator: Alex

Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

New features request for version 2.1 of VintaSoftImaging.NET

Post by Alex »

Version 2.1 of VintaSoftImaging.NET Library will have the following features:
  • Add, edit and delete tags of TIFF file
If you have some idea or suggestion, please write it here.
charlessymmonds
Posts: 1
Joined: Mon Oct 20, 2008 5:25 pm

Re: New features request for version 2.1 of VintaSoftImaging.NET

Post by charlessymmonds »

VintaSoftImageing is a great tool with wonderful performance, though I do have some suggestions for improvement to minimize user interaction and provide greater programmatic control.

Ability to select an area within an image programmatically.

Ability to zoom to existing selection (whether selected by user or in source code) programmatically.

Fire event on the image viewer control when a selection is made. This event should be triggered whether the selection was made by the user or in source code.
The parameter passed to this event would provide coordinates of the selection made as an alternative to querying the Rectangle property of the underlying zoom tool.

Ability to assign selected index of thumbnail control. Currently this property is read only.To illustrate the need, the ImageViewerDemo has different values for Focused and Hovered ThumbNailAppearance properties. Clicking on a thumbnail to select a page, then using the numeric UpDown control to change the page leaves the thumbnail control with 2 different thumbnails highlighted with potentially different appearances. It appears the only way to synchronize the 2 focus highlights is by clicking on a thumbnail.

Provide tool support for both mouse buttons. For example, it appears that panning can only be done via the left mouse button.
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

Re: New features request for version 2.1 of VintaSoftImaging.NET

Post by Alex »

Hello Charles,

Thank you for suggestions. New version of library will contain features you suggested.

I have a question about "Ability to assign selected index of thumbnail control". You want to get a write access to the SelectedIndices property of the ThumbnailViewer. Am I right?

Best regards, Alexander
citytroop
Posts: 1
Joined: Tue Oct 21, 2008 11:31 am

Re: New features request for version 2.1 of VintaSoftImaging.NET

Post by citytroop »

Alex hi,

In relation to the DragDropSelection tool it would be very usefull to be able to :
1. Set the background color for DragAndDrop tool.
2. Copy the selection to the internal buffer of library and later insert it
to another image or
3. If the annotationviewer is used to create an annotation based on the DragDrop selection to be able to cut copy or paste elsewhere.
4. When croping part of an image to crop and display in a new page/image rather than just displaying the cropped part.
Regards

Dimitris
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

Re: New features request for version 2.1 of VintaSoftImaging.NET

Post by Alex »

Hello Dimitris,

Thank you for suggestions. New version of library will contain features you suggested.

Best regards, Alexander
alfonsofung
Posts: 10
Joined: Sun Jul 27, 2008 3:22 pm

Re: New features request for version 2.1 of VintaSoftImaging.NET

Post by alfonsofung »

Alex, how about

Sorting of images that looks alike in the ThumbnailsViewer/AnnotationThumbNailsViewer;
Batch stamping/Annotating of multiple-images, thumbnails of which having been selected in the ThumbnailsViewer;
Adding a tag property to each thumbnail which is also the tag of the image shown in the ImageViewer;
Built-in sortable/groupable grid of the annotations, each column being fetched from a CSV stored as text of the annotation.
Alfonso
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

Re: New features request for version 2.1 of VintaSoftImaging.NET

Post by Alex »

Hello Alfonso,

Please give me more info about features you suggested.

-> 1. Sorting of images that looks alike in the ThumbnailsViewer/AnnotationThumbNailsViewer;

What do you mean?

-> 2. Batch stamping/Annotating of multiple-images, thumbnails of which having been selected in the ThumbnailsViewer;

Our "Stamp Images Demo" (http://www.vintasoft.com/vsannotation-d ... mples.html) does not suit your needs?

-> 3. Adding a tag property to each thumbnail which is also the tag of the image shown in the ImageViewer;

Do you want to store information associated with thumbnail?

-> 4. Built-in sortable/groupable grid of the annotations, each column being fetched from a CSV stored
-> as text of the annotation.

Please explain.

Best regards, Alexander
alfonsofung
Posts: 10
Joined: Sun Jul 27, 2008 3:22 pm

Re: New features request for version 2.1 of VintaSoftImaging.NET

Post by alfonsofung »

Please add a label under each thumbnail to allow showing image number/index/tag
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

Re: New features request for version 2.1 of VintaSoftImaging.NET

Post by Alex »

Hi Alfonso,

Thank you for suggestion. We will try to add this feature to our library in next version (maybe not in version 2.1).

Best regards, Alexander
whc325
Posts: 1
Joined: Thu Jan 22, 2009 2:34 am

Re: New features request for version 2.1 of VintaSoftImaging.NET

Post by whc325 »

ICC Profile cababilities: Colorspace conversion, profile embedding.

Thanks.
Post Reply