Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-tools-x393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel-tools-x393
Commits
78147e49
Commit
78147e49
authored
Sep 25, 2020
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor
parent
0098d1ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
LWIR_tiff_to_jpeg.sh
lwir/LWIR_tiff_to_jpeg.sh
+1
-1
VISIBLE_jpeg_annotate.sh
lwir/VISIBLE_jpeg_annotate.sh
+1
-1
No files found.
lwir/LWIR_tiff_to_jpeg.sh
View file @
78147e49
#!/usr/bin/sh
#!/usr/bin/sh
#convert 1562389844_064093_0.tiff -crop 160x120+0+0 -auto-level test.jpeg
#convert 1562389844_064093_0.tiff -crop 160x120+0+0 -auto-level test.jpeg
# cuts off telemetry lines in the bottom (160x122 original images)
mogrify
-crop
160x120+0+0
-auto-level
-format
jpeg
-path
./lwir_jpeg lwir/
*
.tiff
mogrify
-crop
160x120+0+0
-auto-level
-format
jpeg
-path
./lwir_jpeg lwir/
*
.tiff
lwir/VISIBLE_jpeg_annotate.sh
View file @
78147e49
#!/bin/sh
#!/bin/sh
python3
batch_timestamp_
annotate_jpegs.py visible_jpeg visible_jpeg_annotated
python3
../batch_timestamp-
annotate_jpegs.py visible_jpeg visible_jpeg_annotated
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment