ROThumbnailGenerator icon indicating copy to clipboard operation
ROThumbnailGenerator copied to clipboard

Create thumbnails of a variety of file types very easily

Results 6 ROThumbnailGenerator issues
Sort by recently updated
recently updated
newest added

Receiving missing or invalid CIDToGIDMap entry while generating thumbnail generation from pdf image in following function func getThumbnail(_ url:URL, pageNumber:Int, width:CGFloat) -> UIImage { ----------------------- ### context.drawPDFPage(firstPage!); ----------------- }

It's not supporting for swift 4.2

The library is giving a crash if the file does not exist at the given URL.

*** Skipped building ROThumbnailGenerator due to the error: Dependency "ROThumbnailGenerator" has no shared framework schemes If you believe this to be an error, please file an issue with the maintainers...

enhancement