You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing out the new 2400/4800 dpi options on a Canon CanoScan LiDE 400, 1200 dpi works fine but I get the following error at 2400dpi as the scan finishes, using the TWAIN driver and otherwise default settings (24-bit Color) -
System.ArgumentException: Parameter is not valid.
at int System.Drawing.Image.get_Width()
at void NAPS2.Scan.Internal.Twain.TwainImageProcessor.Flush()
at void NAPS2.Scan.Internal.Twain.TwainImageProcessor.Dispose()
at async Task NAPS2.Scan.Internal.Twain.TwainScanDriver.Scan(ScanOptions options, CancellationToken cancelToken, IScanEvents scanEvents, Action<IMemoryImage> callback)+(?) => { }
at async Task NAPS2.Scan.Internal.RemoteScanController.Scan(ScanOptions options, CancellationToken cancelToken, IScanEvents scanEvents, Action<ProcessedImage, PostProcessingContext> callback)
at async IAsyncEnumerable<ProcessedImage> NAPS2.Scan.ScanController.Scan(ScanOptions options, CancellationToken cancelToken)+(?) => { }
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Testing out the new 2400/4800 dpi options on a Canon CanoScan LiDE 400, 1200 dpi works fine but I get the following error at 2400dpi as the scan finishes, using the TWAIN driver and otherwise default settings (24-bit Color) -
Beta Was this translation helpful? Give feedback.
All reactions