rmcloughlin

Results 13 issues of rmcloughlin

The README.md file contains this section: _findbugsReportType Description: Optionally selects the output format for the FindBugs report. Accepts: Some(FindbugsReportType.{Xml, Html, PlainHtml, FancyHtml, FancyHistHtml, Emacs, Xdoc}) Default: Some(FindbugsReportType.Xml)_ But it seems...

I'm using openslide-java to create thumbnail images of slides. It works correctly for most slides but if a slide contains a transparent section then that part is rendered as black....

`OpenSlide.createThumbnailImage(size)` creates poor-quality images when the desired size is significantly smaller than the smallest layer included in the slide. For example we have a slide with three layers. The sizes...