Coder Social home page Coder Social logo

Comments (5)

FirefoxMetzger avatar FirefoxMetzger commented on May 1, 2024 1

I am closing this issue due to inactivity (for almost 8 years ⚰️ ) I think by now numpy and, in particular, the array format is such a widely supported API that having a numpy dependency is more of a strength than a hindrance.

If, for any reason, a numpy dependency still poses a problem feel free to leave a comment and we can re-open this issue or make a new one, depending on the type of issue.

from imageio.

almarklein avatar almarklein commented on May 1, 2024

Coming from the scientific community, numpy is not such a bad dependency, since almost every library that we use depends on it.

But I see your point; in order for imageio to be useful in e.g. the web community, the numpy dependency is an obstacle.

Since we mainly use numpy as a container for the data and don't do any processing, I suspect that making the dependency optional should be relatively easy.

from imageio.

sametmax avatar sametmax commented on May 1, 2024

Cool.

I must say I have been waiting for a project like this for a long time.
Right now, you can make any Web Python code dealing with image
processing newcomers friendly, and they complain very hard given how
easy it it to do the same on a PHP project. This, and cryptography, are
the two batteries Python has not included.

Good luck.

Le 17/11/2014 16:00, Almar Klein a écrit :

Coming from the scientific community, numpy is not such a bad
dependency, since almost every library that we use depends on it.

But I see your point; in order for imageio to be useful in e.g. the
web community, the numpy dependency is an obstacle.

Since we mainly use numpy as a container for the data and don't do any
processing, I suspect that making the dependency optional should be
relatively easy.


Reply to this email directly or view it on GitHub
#41 (comment).

from imageio.

ghisvail avatar ghisvail commented on May 1, 2024

Since we mainly use numpy as a container for the data and don't do any processing, I suspect that making the dependency optional should be relatively easy.

Technically, you could probably replace the numpy.ndarray container with a array.array for the data However, I don't know about things like multidimensional indexing and conversions between dtype which numpy definitely makes easier.

from imageio.

almarklein avatar almarklein commented on May 1, 2024

I'm working on https://github.com/almarklein/tinynumpy for this

from imageio.

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.