Merge pull request #302 from ente-io/fix-orientation-issue
Fix orientation issue
This commit is contained in:
commit
704b602e1c
3 changed files with 3 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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
2
ui
|
@ -1 +1 @@
|
|||
Subproject commit 0dc1d138aa97dc4c89071baf2a28759cb5e399ba
|
||||
Subproject commit 1050aab7c73fcc1ab1c7cf087738e764436eccd9
|
Loading…
Add table
Reference in a new issue