Giter VIP home page Giter VIP logo

Comments (5)

nicolasgarnier avatar nicolasgarnier commented on July 25, 2024 2

PS: I just updated the README with more details at: https://github.com/firebase/functions-samples/tree/master/generate-thumbnail

from functions-samples.

Midhilaj avatar Midhilaj commented on July 25, 2024 1

root@midhilaj-Notebook-PC:/opt/functions# firebase deploy --only functions
=== Deploying to '000000000-id-00000000001298'...

i deploying functions
i functions: ensuring necessary APIs are enabled...
i runtimeconfig: ensuring necessary APIs are enabled...
✔ runtimeconfig: all necessary APIs are enabled
✔ functions: all necessary APIs are enabled
i functions: preparing functions directory for uploading...
i functions: packaged functions (2.05 KB) for uploading
✔ functions: functions folder uploaded successfully
i starting release process (may take several minutes)...
i functions: deleting function addMessage...
i functions: creating function generateThumbnail...
✔ functions[generateThumbnail]: Successful create operation.
✔ functions[addMessage]: Successful delete operation.
✔ functions: all functions deployed successfully!

✔ Deploy complete!

from functions-samples.

nicolasgarnier avatar nicolasgarnier commented on July 25, 2024 1

The function will generate a "thumbnail" that fits inside a 200x200px box with a default compression quality of 85% for JPEGs.
If you upload an image that's already smaller than 200x200px then this will indeed make a larger image (also same problem if you upload a JPEG with compression lower than 85%). This is a sample so feel free to modify so that it fits your own need. For instance you can lower the compression quality by passing something like -quality 70% and make the image smaller by changing the THUMB_MAX_HEIGHT and THUMB_MAX_WIDTH values.

from functions-samples.

nicolasgarnier avatar nicolasgarnier commented on July 25, 2024

Have you tried running "npm install" in the functions directory first? :)

from functions-samples.

Midhilaj avatar Midhilaj commented on July 25, 2024

in some causes thumbnail size is greater than original image

example

from functions-samples.

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.