Giter VIP home page Giter VIP logo

rothumbnailgenerator's People

Contributors

ko0f avatar prine avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

rothumbnailgenerator's Issues

ROThumbnailGenerator doesn't work for swift 2.3

It will be nice if you can release a version for 2.3.
it doesn't require a lot of changes (actually I think is just 2 lines of code)
but we would like to use that version instead of hardcoding the changes in our pods.

thanks!

missing or invalid CIDToGIDMap entry.

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!);

    -----------------

}

Thumbnail Size

Can i create custom size thumbnail?
For example: 25 *25

Thank you

Capitalized extensions

Hello. Cool library, but I believe there is one problem with it. My app crashed when I wanted to get thumbnail of file with name IMG_0007.JPG. I think that the problem is uppercase file extension, because when I changed ROThumbnail.sharedInstance.getThumbnail method with following code it worked:

    public func getThumbnail(url:NSURL) -> UIImage {
        if let fileExtension = url.pathExtension {
            var smallExt = fileExtension.lowercaseString
            var appropriateThumbnailGenerator = supportedFiletypes[smallExt] ?? DefaultThumbnailGenerator()
            return appropriateThumbnailGenerator.getThumbnail(url)
        }

        return UIImage(named:"fallbackIcon")!
    }

Crash when running on PDF file

I got a crash on this line:
let thm:UIImage = UIGraphicsGetImageFromCurrentImageContext();

In the console, all I got was:
failed to find PDF header:%PDF' not found.`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.