The forum's anti-spam settings restrict new users from posting links.
Apologies for the inconvenience.
I wonder if it's the downsizing of the larger images to make them that is causing the issue.
More than likely. If you fire up your browser's developer tools (F12), select the 'Archive' thumbnail on your Gallery Index Page and disable the following CSS rule from line 105 of the 'styles.css' file (which limits the size of the image to ensure that layout of the page is correct):
img, object, embed {
max-width: 100%;
}
... the image is immediately displayed larger and looks sharper.
Try changing the 'Max Thumb Columns' in 'Site -> Customize Theme -> Gallery Index Page' to see if this helps.
Choosing a different number of images to be displayed on each row will change the scale of the images and selecting '2 thumb columns' should display each thumbnail larger and this may result in it looking sharper.
Otherwise, you could perhaps upload a custom thumbnail to replace the one generated and used by Showkase in this location: /showk/_data/thumbcache/t4.jpg
Please note, though, that the thumbnails on a Gallery Index Page are not displayed at a constant size. They are dynamically resized depending on the size of the user's browser window.