Giter Club home page Giter Club logo

Comments (7)

Chris-May avatar Chris-May commented on May 17, 2024

Looks like one problem is that if PIL is not present, it will fail silently in ./surface/images.py:

try:
    from PIL import Image
    png_file = BytesIO()
    Image.open(BytesIO(image_bytes)).save(png_file, 'PNG')
    png_file.seek(0)
except:
    # No way to handle the image
    return

When I forked the repo, I can't find that file, so is it being imported by another source?

from cairosvg.

liZe avatar liZe commented on May 17, 2024

The current master branch of the repository is a pre-2.0 version, with a lot of things rewritten or displaced. In this new version, PIL is mandatory and the image management is done in cairosvg/image.py.

from cairosvg.

Chris-May avatar Chris-May commented on May 17, 2024

Thanks for letting me know! Though I'm confused. Where is this newer version?

from cairosvg.

Chris-May avatar Chris-May commented on May 17, 2024

Oh! I installed this through the cheese shop. I guess I should pull from this repo instead?

from cairosvg.

liZe avatar liZe commented on May 17, 2024

This new 2.0 version is not released yet on PyPI, but you can try it right now: it's the master branch of the repository, you just have to clone it :).

If you're interested in the new features of the future 2.0 version, here's the changelog: https://github.com/Kozea/CairoSVG/blob/master/NEWS.rst.

from cairosvg.

liZe avatar liZe commented on May 17, 2024

Oh! I installed this through the cheese shop. I guess I should pull from this repo instead?

Yes

from cairosvg.

Chris-May avatar Chris-May commented on May 17, 2024

Great! I hope to try it in a couple of hours.
Thank you very much for your help!

from cairosvg.

Related Issues (20)

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.