A simple utility for Chemists that integrates with Windows Explorer and provides Thumbnail, Preview, Search and other useful features for structure files.
Invalid files such as SDF needs to be handled properly both in case of thumbnail and preview generation. Currently when generating thumbnail for very large(88MB) invalid SDF (VS ThumbFish.sdf) the program throws an exception when reading it through indigoNext() and the stream size is shown as 20480 bytes (no idea why).
Fix the problem with invalid files in both thumbnail and preview
Invalid files such as SDF needs to be handled properly both in case of thumbnail and preview generation. Currently when generating thumbnail for very large(88MB) invalid SDF (VS ThumbFish.sdf) the program throws an exception when reading it through indigoNext() and the stream size is shown as 20480 bytes (no idea why).