Code Monkey home page Code Monkey logo

Comments (5)

disintegration avatar disintegration commented on July 20, 2024

Yes, you're right. The file extension is checked twice which I don't like too.

I believe I added the regexp to check for supported file extension before calling os.Create(filename). So actually switch default branch never called. Didn't think that regexp matching makes a significant memory usage difference when loading an image.

A pull request would be nice if you have a workaround.

from imaging.

hjr265 avatar hjr265 commented on July 20, 2024

Checking before creation of file is important. Creating a file, only to return an error later is definitely not a clean behavior for Save().

So, we have to either pick a solution which checks the format once but then that may give us a messy code. Or we keep the code clean and check the extension twice. Although, my emphasis was on the use of regexp, which is where the extra memory usage happens. In my opinion, this could be an alternate way of implementing the same behavior: https://github.com/hjr265/imaging/blob/regexp-free-save/helpers.go#L40-L47

If you think that is an acceptable alternate, then I can send you the pull request right away.

P.S When trying to implement Save() which only checks the extension once, I could only think of solutions that become just too complicated. Or too messy.

from imaging.

disintegration avatar disintegration commented on July 20, 2024

I think replacing regexp with simple string comparison is a good idea. But can we replace the goto with a boolean variable? I just feel like it's not necessary here. You can send a pull request.

from imaging.

hjr265 avatar hjr265 commented on July 20, 2024

Awesome! I will replace the goto with a bool. Pull request in a few minutes.

from imaging.

disintegration avatar disintegration commented on July 20, 2024

Thank you!

from imaging.

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.