Merge pull request #302 from ente-io/fix-orientation-issue

Fix orientation issue
This commit is contained in:
Abhinav Kumar 2024-01-03 13:57:02 +05:30 committed by GitHub
commit 704b602e1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"name": "ente",
"productName": "ente",
"version": "1.6.59",
"version": "1.6.60-alpha.1",
"private": true,
"description": "Desktop client for ente.io",
"main": "app/main.js",

View file

@ -59,6 +59,7 @@ const IMAGEMAGICK_HEIC_CONVERT_COMMAND_TEMPLATE = [
const IMAGE_MAGICK_THUMBNAIL_GENERATE_COMMAND_TEMPLATE = [
IMAGE_MAGICK_PLACEHOLDER,
'-auto-orient',
'-define',
`jpeg:size=${SAMPLE_SIZE_PLACEHOLDER}x${SAMPLE_SIZE_PLACEHOLDER}`,
INPUT_PATH_PLACEHOLDER,

2
ui

@ -1 +1 @@
Subproject commit 0dc1d138aa97dc4c89071baf2a28759cb5e399ba
Subproject commit 1050aab7c73fcc1ab1c7cf087738e764436eccd9