-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add image processing #23
base: main
Are you sure you want to change the base?
Conversation
emptyseth
commented
Jun 26, 2023
- Add image processing module
- Move some common methods to the utils
- Video module formatting
- Update Readme and config
README.md
Outdated
|
||
# image process/transcode location | ||
location @luamp_image_process { | ||
content_by_lua_file "/usr/local/openresty/nginx/nginx-lua-image.lua"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be media-processor.lua
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgot to push this 👍 Fixed.
README.md
Outdated
set $luamp_postfix ""; | ||
|
||
#pass to transcoder location | ||
try_files $uri @luamp_image_process; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs luamp_media_type
var
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
strip date and time meta from png for consistent encoding results
make `identify` path configurable
Image color profile
…rocess-image-transformation-by-image-public-id
…age-public-id Process image transofrmation by image public id
Add blurred background setting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
upd: Waiting for the tests on an actual server
Add minpads for lpad cropping