Search found 22 matches

by DanielLW
Tue Sep 01, 2015 5:04 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Saving files with original settings
Replies: 8
Views: 7730

Saving files with original settings

Hello, is it possible to save images previously loaded into an ImageCollection (for example calling ImageViewer.Images.Add) to another file using the original image settings? For example, I've loaded a jpeg file into the ImageViewer and rotated it. Now i want to save the jpeg file to another file na...
by DanielLW
Tue Sep 01, 2015 2:56 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Load, change and save image to the same file in Image Viewer
Replies: 14
Views: 23462

Re: Load, change and save image to the same file in Image Viewer

Hello, i'm running into the same problem, using the image collection of an ImageViewer-control: Vintasoft.Imaging.Codecs.Encoders.TiffEncoder teTest; this.imageViewer1.Images.Add(@"c:\test\test.tif", false); this.imageViewer1.Images[0].Rotate(90); teTest = new Vintasoft.Imaging.Codecs.Enco...