|
|
Search
You searched for the word(s):
< 1 second(s)
-
-
I am using atalasoft.dotimage, atalasoft.dotimage.lib, atalasoft.dotimage.pdf, atalasoft.dotimage.wincontrols, atalasoft.dotimage.wpf, atalasoft.dottwain, atalasoft.pdfdoc and atalasoft.shared
libraries in my application.
I included the .licx file with
Atalasoft.Imaging.AtalaImage, Atalasoft.dotImage
Atalasoft.Imaging.Wpf.AtalaImageViewer, ...
-
Hi all,
I have a custom window which displays the preview of scanned image after imageAcquired event. The image will be updated with new image if there are multiple files to be scanned. Everything is working fine but this is showing the default Progress Indicator given with the scanner on the top of my preview saying 'Scanning document 1..'. I ...
-
Thank you for your reply.
I tried with the given snippets. But still i am not getting the cropped images after the function call.
Everything is working fine.. except imagecropping. I dont get any exceptions also the methods are working as expected. Surprisingly the same code will work if I call from AquisionFinished event. All I am doing is ...
-
Hi Team,
I am developing a WPF application, with which user can scan documents and can apply image manipulations like Crop, deskew and Rotate. In this process I have to show the preview of the scanned document. I am using WPF Image control to show the image. But I feel i am doing unnecessary conversions between bitmapsource and atalaimage. Each ...
-
Hi,
This problem may look easy but i have spent so much time on this. I am scanning some documents and trying to apply AutoCropCommand on the image acquired. My code is as follows:
void acquisition_ImageAcquired(object sender, AcquireEventArgs e){
AtalaImage atalaImage = AtalaImage.FromBitmap(e.Image);
BitmapSource image = ...
-
Thanks for the help!!!
I have missed the wpf namespace in my project. I have added that and everything is working as expected.
-
Hi,
Thank you for your quick reply. I have checked the demoImage source code and there WorkspaceViewer has been used to display the images. But still I haven't found any sample on the net to rotate an atalaImage. Can you please post some sample code here or give me some link, sothat I can rotate my atalaImage.
Thanks,
Siva.
-
Hi,
I have searched for some sample code to rotate an Image using atalasoft, But I haven't found any! I need to rotate through multiples of 90 only. I have the Image in BitmapImage format and need to store the image as a tiff after rotation. Please Can someone post a sample code to rotate an Image and save that one to ...
-
Hi,
I am scanning a set of documents and displaying those as thumbnails through WPF Image Control. To do this, I am Converting the Bitmap coming from Acquisition ImageAcquired event as follows.
Bitmap -> AtalaImage -> ByteArray -> BitmapImage. I am binding a list of BitmapImage to the WPF DataTemplate with Image control. I dont want ...
|
|
|