Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
bf2cea4
Add image processing
emptyseth Jun 26, 2023
06fa84c
Update readme
emptyseth Jun 26, 2023
f5d3dfc
Add background blur and fixes
emptyseth Jul 12, 2023
3f1ce16
Refactor
emptyseth Jul 12, 2023
383b31c
Increase saturation
emptyseth Jul 12, 2023
af83a89
Refactoring
emptyseth Jul 31, 2023
f3f08bd
Refactoring
emptyseth Aug 1, 2023
67f83ce
fix log
hom3chuk Aug 8, 2023
6a63f96
Update readme
emptyseth Aug 9, 2023
0c784e3
Return original if no flags passed
emptyseth Aug 9, 2023
f8efd68
Move logger to a separate module
emptyseth Aug 9, 2023
7d40628
Declare config as local var in the conf example
emptyseth Aug 10, 2023
5d6ef9f
Merge image-processing
emptyseth Aug 14, 2023
59b6234
Merge branch 'image-processing' into image-processing-updates
emptyseth Aug 14, 2023
0b12758
Merge pull request #24 from Amondo/image-processing-updates
emptyseth Aug 14, 2023
02bc0bf
Fix white screen
emptyseth Aug 14, 2023
52b55d8
strip date and time meta from png for consistent encoding results
hom3chuk Aug 30, 2023
25acd59
make `identify` path configurable
hom3chuk Aug 30, 2023
8043e05
Merge pull request #25 from Amondo/consistent-meta
emptyseth Sep 19, 2023
566a811
Merge pull request #26 from Amondo/configurable-identify
emptyseth Sep 19, 2023
0b54da6
Add color profile settings
emptyseth Sep 25, 2023
7c73b77
Correct color profile settings description
emptyseth Sep 25, 2023
4f0d3c5
Add comments
emptyseth Sep 25, 2023
f9aa7c1
Formatting
emptyseth Sep 26, 2023
8a24f82
Review fixes
emptyseth Oct 4, 2023
3644911
Merge pull request #27 from Amondo/image-color-profile
emptyseth Oct 5, 2023
e7cad14
Add blurred background setting
emptyseth Oct 5, 2023
3bcd66b
add test suite
juliaSparkles Oct 16, 2023
5225ee5
Add a setting for rounded corners
emptyseth Oct 18, 2023
0168f83
add "TESTING.MD"
juliaSparkles Oct 26, 2023
3088fcc
add config for tests
juliaSparkles Oct 26, 2023
4e7e5fe
Process image transofrmation by image public id
emptyseth Nov 2, 2023
e974741
Fix typo
emptyseth Nov 2, 2023
1130b78
Merge pull request #29 from Amondo/test-suite
emptyseth Nov 8, 2023
d30f9d9
Update gitignore
emptyseth Nov 8, 2023
5918851
Merge remote-tracking branch 'origin/image-processing' into image-blu…
emptyseth Nov 8, 2023
ba6fc75
Merge remote-tracking branch 'origin/image-blurred-background' into p…
emptyseth Nov 8, 2023
6f0d449
Update a doc for tests
emptyseth Nov 8, 2023
fda5cde
Review fixes
emptyseth Nov 20, 2023
eefa919
Review fixes
emptyseth Nov 22, 2023
e55e368
Merge pull request #30 from Amondo/process-image-transformation-by-im…
emptyseth Nov 28, 2023
d5cfec4
Merge pull request #28 from Amondo/image-blurred-background
emptyseth Nov 28, 2023
572df11
Change the way of storing media
emptyseth Jan 10, 2024
a66e1d8
Add minpads for lpad cropping
emptyseth Jan 17, 2024
3907f1b
Update readme
emptyseth Jan 17, 2024
8621822
Merge pull request #31 from Amondo/setting-min-pads-for-images
emptyseth Jan 17, 2024
e8be0bb
Fix returning of upstreamed file if no flags passed
emptyseth Jan 23, 2024
f4d150e
Change dir hierarchy
emptyseth Jan 23, 2024
80fd4a1
Fix blur param for videos
emptyseth Jan 24, 2024
6977def
Fix minpads for images
emptyseth Jan 24, 2024
ca641fe
Move videos part to the new boilerplate
emptyseth Jan 29, 2024
65c034b
Add unique keys for flags
emptyseth Jan 30, 2024
4e68a8d
Fix video blur
emptyseth Jan 31, 2024
d98bcec
Add minpad for limited ppad crop in videos
emptyseth Jan 31, 2024
59cea60
Add minpad for a padding cropping of image
emptyseth Jan 31, 2024
f280639
Add minpad on video padding croping
emptyseth Feb 1, 2024
a964ed9
Update nginx confs
emptyseth Feb 1, 2024
1278a6d
Test implementation of radius for videos
emptyseth Feb 7, 2024
7fb5934
Change scaling logic
emptyseth Feb 14, 2024
07b4f00
Scale fixes
emptyseth Feb 14, 2024
e55df39
Move flags
emptyseth Feb 26, 2024
58018b6
Add rounded corners for videos
emptyseth Mar 5, 2024
fe73a50
Add c_fill for videos
emptyseth Mar 5, 2024
8feffd4
Remove ar scling for radius and minpad
emptyseth Mar 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,13 @@
.vscode
.idea
config.lua
tmp
nginx.conf
luamp-locations.conf
docker-compose.yml
Dockerfile
tests/originals
tests/runfiles
tests/links_image
tests/links_video
tests/test.config
Loading