You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(functions): migrate imagemagick sample to sharp and improve test stability (#4288)
* fix(functions): migrate imagemagick sample to sharp and improve test stability
- Replaced 'gm' with 'sharp' for image blurring to fix EPIPE errors.
- Fixed temporary file deletion to prevent memory leaks in the blurring function.
- Refactored the test suite to use try...finally, ensuring the Functions Framework process is always killed to release ports (fixes EADDRINUSE).
- Improved test error logging for easier debugging.
* fix: address code review comments on imagemagick sample
* remove all comments related to the gm library
* chore: update node version in package.json
* fix: remove ImageMagick comments and resolve linting issues
* docs: remove gm library references from README
---------
Co-authored-by: Jennifer Davis <sigje@google.com>
0 commit comments