Page 1 of 2

New features request for version 2.1 of VintaSoftImaging.NET

Posted: Thu Oct 16, 2008 8:19 am
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.

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

Posted: Tue Oct 21, 2008 3:45 am
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.

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

Posted: Tue Oct 21, 2008 10:13 am
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

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

Posted: Tue Oct 21, 2008 11:35 am
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

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

Posted: Wed Oct 22, 2008 3:19 pm
by Alex
Hello Dimitris,

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

Best regards, Alexander

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

Posted: Wed Dec 10, 2008 5:07 am
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

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

Posted: Tue Dec 16, 2008 11:34 am
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

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

Posted: Wed Jan 14, 2009 8:05 pm
by alfonsofung
Please add a label under each thumbnail to allow showing image number/index/tag

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

Posted: Fri Jan 16, 2009 10:03 am
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

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

Posted: Thu Jan 22, 2009 2:42 am
by whc325
ICC Profile cababilities: Colorspace conversion, profile embedding.

Thanks.