Skip to content
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

feat(server): crop and rotate #11700

Open
wants to merge 27 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a34909a
feat(server): handle orientation from sidecar in thumbnail generation
zdimension Aug 4, 2024
e65bed8
style: reuse existing exif Orientation enum
zdimension Aug 4, 2024
476fd6d
feat(web): add rotate actions (wip)
zdimension Aug 5, 2024
58e1489
feat(web): refresh thumbnail after rotate
zdimension Aug 11, 2024
d471e58
feat(web): remove attempt to refresh view
zdimension Aug 11, 2024
c1c118a
chore: use static key and lookup formula
zdimension Aug 14, 2024
df17f25
style: fix formatting
zdimension Aug 14, 2024
73795b2
chore: fix tests
zdimension Aug 14, 2024
a635e67
chore: fix stuff
zdimension Aug 14, 2024
5b33ff1
chore: restore commit
zdimension Aug 14, 2024
d066d62
chore: lint
zdimension Aug 14, 2024
e5dbed7
feat: add support for xmp crop data in api and thumbnails
zdimension Aug 14, 2024
9b4da69
chore: update api and fix stuff
zdimension Aug 14, 2024
faa904d
chore: update queries and tests
zdimension Aug 14, 2024
16748d6
Merge remote-tracking branch 'upstream/main' into feature/sidecar-ori…
zdimension Aug 14, 2024
cd92785
Merge remote-tracking branch 'upstream/main' into feature/sidecar-ori…
zdimension Aug 22, 2024
83b391f
wip: merge CropSettings and CropOptions to a DTO
zdimension Aug 22, 2024
a5de098
wip: load crop settings in crop editor
zdimension Aug 23, 2024
ae3a10d
style: fix typo
zdimension Aug 23, 2024
bb1b719
style: fix typo
zdimension Aug 23, 2024
1a0aa62
style: fix typo
zdimension Aug 23, 2024
a289b91
i18n: fix diacritic
zdimension Aug 23, 2024
2bca0a9
wip: add save changes button
zdimension Aug 23, 2024
d034a95
style: fix typo
zdimension Aug 23, 2024
1671527
wip: cropping is saved
zdimension Aug 23, 2024
a03d9f1
wip: round crop data
zdimension Aug 23, 2024
121c07f
fix: try handle resize
zdimension Sep 4, 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
2 changes: 2 additions & 0 deletions mobile/openapi/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions mobile/openapi/lib/api.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions mobile/openapi/lib/api_client.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions mobile/openapi/lib/api_helper.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

126 changes: 126 additions & 0 deletions mobile/openapi/lib/model/crop_options_dto.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

103 changes: 103 additions & 0 deletions mobile/openapi/lib/model/exif_orientation.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 53 additions & 1 deletion mobile/openapi/lib/model/exif_response_dto.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading