Coder Social home page Coder Social logo

Cache Image about alfred-workflow HOT 5 CLOSED

emsilva avatar emsilva commented on June 12, 2024
Cache Image

from alfred-workflow.

Comments (5)

deanishe avatar deanishe commented on June 12, 2024

Did you look at search.py in the same workflow? That's where it's used.

from alfred-workflow.

deanishe avatar deanishe commented on June 12, 2024

Did you figure this out?

from alfred-workflow.

mikemajara avatar mikemajara commented on June 12, 2024

I have not been able to cache images and retrieve them. The code you point out to seems to cache images that are already written to disk and thumbnails are made from these. But, how would you cache a bytearray with the provided functions by Workflow3, and then pass it on to add_item with a normal path...?

If that is even possible with the library as is. I mean.

from alfred-workflow.

deanishe avatar deanishe commented on June 12, 2024

The code you point out to seems to cache images that are already written to disk and thumbnails are made from these.

Yes, but it's very straightforward to adapt it to fetch a URL instead. All you have to do is replace the call to /usr/local/bin/gm with one to curl.

But, how would you cache a bytearray with the provided functions by Workflow3

You wouldn't. The built-in caching functions are for storing data structures, and the data are serialised to disk. All the on-disk files are in Python's pickle format.

If that is even possible with the library as is. I mean.

It doesn't provide a method to write a bunch of bytes as-is to disk, no. Why would it? That's what open is for.

from alfred-workflow.

mikemajara avatar mikemajara commented on June 12, 2024

Perfect! That got me on track. I thought I was missing something and that it might be possible to do with the pickling. Thanks a lot for the prompt response! 👍

from alfred-workflow.

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.