Xerbo
1766b42220
Add another palette
il y a 4 ans
Xerbo
9353a50b4e
Add ability to crop noise from start and end of an image
il y a 4 ans
Xerbo
751baefdff
Close file stream if libpng fails to init
il y a 4 ans
Xerbo
d2880a6406
Fix clipping on linear equalise
il y a 4 ans
Liam
f730a6efe5
Merge pull request #6 from Aang23/cmake_support
Initial CMake support
il y a 4 ans
Aang23
61db9ee3ed
Initial CMake support
il y a 4 ans
Xerbo
2d719f4f80
Fix segfault
Checking if the type string contains paletted instead of just the current image
leading to palettes attempting to be applied to images without a color buffer
il y a 4 ans
Xerbo
d37f450229
Actaully disable that warning, fix a bug
Creating a paletted image along with other images broke it
il y a 4 ans
Xerbo
b19701eee9
Ignore -Wmissing-field-initializers to avoid confusion
il y a 4 ans
Xerbo
da6b4ab056
Fix map handling & improve alignment, fix #5
il y a 4 ans
Xerbo
afb0b9fc98
Fix application of internal palettes (and crashing on ARM)
il y a 4 ans
Xerbo
8e77155394
First HRPT palette! Also fix some warnings in pngio.c
il y a 4 ans
Xerbo
399b2234d2
Add palette generator script
il y a 4 ans
Xerbo
5846aaa9cd
Add gamma adjustment, improve MCIR colors
il y a 4 ans
Xerbo
58a71f4ade
Rewrite README, include util's, remove duplicate palette
il y a 4 ans
Xerbo
0de4bdc5d7
Add WXtoImg palettes
il y a 4 ans
Xerbo
208f3bb4eb
README improvements
il y a 4 ans
Xerbo
8a5e2d2bb1
Use WXtoImg precipitation palette
il y a 4 ans
Xerbo
c6716c4aab
Use RGB for palettes instead of RGBA
il y a 4 ans
Xerbo
aee200e304
Rewrite `ImageOut`, remove channel ID in filename
il y a 4 ans
Xerbo
f397b84513
Add palette support, remove falsecolor image type
I will tidy this up in the next few commits
il y a 4 ans
Xerbo
be4ba0b52a
Small bug fixes & small changes
il y a 4 ans
Xerbo
61fb740c19
Small bug fixes
Processing more than one image at once didn't work (quite bodgey)
MCIR would run even without a map
Error handling for map/raw images that don't exist
il y a 4 ans
Xerbo
69a43e8237
Turn off compression in realtime decoded images
il y a 4 ans
Xerbo
55e7402f88
Slight changes to syncing
il y a 4 ans
Xerbo
6a05b7a9c1
Add -o flag
Allows custom filenames for the output image
Fix formatting in help text
il y a 4 ans
Xerbo
b9bf1e883e
Multi-channel support for input files
The getsamples function is now able to only get samples from only one channel
il y a 4 ans
Xerbo
175a76054e
Fix MCIR & Temperature
Also improve land color in MCIR images
il y a 4 ans
Xerbo
42a2de09b1
Semi-fix for issues with DSP
Lines are now only skipped before there is a detectable sync marker, but not after.
Simply removing the part responsible for recalclating pixel offset
il y a 4 ans
Xerbo
a35a4c602b
Switch to tabs
il y a 4 ans
Xerbo
9738b05653
Fix temperature calibration & lots of small changes
Add linear equalise
Add image flip for southbound passes
Completly remove old falseclor in favour of a much simplier method
il y a 4 ans
Xerbo
edcf344d2c
Use real histogram equalisiation
il y a 4 ans
Ossi Herrala
83094ab5ca
Add missing newlines ( #2 )
Add missing newline to usage text.
il y a 4 ans
Xerbo
94dccc74e5
Add realtime decoding
Change calibration to better suit constant gain
Add -Wextra to Makefile
Add link to model of the PLL
Max number of rows for the image is now increasible
il y a 4 ans
Xerbo
cd3b206d7a
Restore the ability to create greyscale images
il y a 4 ans
Xerbo
e489b548fe
Fix telemetry cropping
il y a 4 ans
Xerbo
fb8dfc3de3
Fix falsecolor
il y a 4 ans
Xerbo
c46f162ce8
Add effect option for precipitation
Also change palette to something nicer
il y a 4 ans
Xerbo
e990602455
Large changes
Add a denoise filter
Fix temperature calibration
Tidy up some files
Improve MCIR
il y a 4 ans
Xerbo
87f8304f57
Update copyright year
il y a 4 ans
Xerbo
81cee99bd3
Hotfix for the last commit
Add other image modes back into ImageOut
il y a 4 ans
Xerbo
1443b9ba68
Map overlay, touchups
Add the ability to open a map overlay generated by wxmap (still unstable)
Remove the ability to turn off calibration
Add MCIR images
From now on large changes to neaten up the codebase will be taking place
il y a 4 ans
Xerbo
286c38d090
Remove .pnm from gitignore
Since distribution maps now use PNG
il y a 4 ans
Xerbo
afccb01222
Raw image input
Add the ability to open 8bit PNG's instead of audio files, this is useful for things like playing around with false color paramaters due to reduced processing time
Also reduce some buffer sizes to more sane values
il y a 4 ans
Xerbo
764694582e
Clear up confusion between "equalisation" and "calibration"
il y a 4 ans
Xerbo
e5dddaeb11
Add histogram equalisation
Also made some floating-point math more explicit
il y a 4 ans
Xerbo
d8446bc03d
I don't really know what happened, but I can think of these off the top of my head
Improved commenting in dsp.c
Updated copyright notices
Code tidy up in some parts
il y a 4 ans
Xerbo
22b325a5ef
New false color/color handling
Now RGB based instead of HSV based, this also includes a new RGBA compositing function which cleans up the code responsible false color significantly.
Color palettes have also been moved into 1 file instead of 2
il y a 5 ans
Xerbo
e9b69620cf
A few changes here and there.
il y a 5 ans
Xerbo
2a34f8879b
Tidy up all formatting, fix english, markdown README, improved Makefile, minor code changes
il y a 5 ans