Xerbo
68c0360b29
Add action for windows debug
il y a 4 ans
Xerbo
f1979a74d9
Windows build now working properly
Was opening PNG files (which are binary...) with `r` instead of `rb` which caused problems on windows
Added `libsndfile-1` back into FindLibSndFile.cmake, since it's needed
Package `sndfile.dll` instead of `libsndfile-1.dll` since thats what the binary looks for
il y a 4 ans
Xerbo
ad3b9ed0ed
Rewrite the windows build script
il y a 4 ans
Xerbo
3b9a830ee2
Remove src/filtercoeff.h after forgetting in 7148947
il y a 4 ans
Xerbo
5324247187
Run debug build on the correct branch
il y a 4 ans
Xerbo
253f082f4c
Use correct URL's for badges
il y a 4 ans
Xerbo
71489470b6
Merge filtercoeff.h into filter.h
il y a 4 ans
Xerbo
be0aa786f7
Add debug badge to README
il y a 4 ans
Xerbo
042764505a
Add debug build and specify arch in name
il y a 4 ans
Xerbo
05f6ac2581
Fix naming in packaged builds and add full description
il y a 4 ans
Xerbo
cc5eb0f65b
Add improved N19 HRPT palette, remove the older bad ones
il y a 4 ans
Xerbo
466fe01a52
Add build status badge
il y a 4 ans
Xerbo
06571464fe
Make release builds work
Since release builds had -Werror on, every warning is counted as an error, and the #pragmas that supressed that warning caused a wrning them selfs.
il y a 4 ans
Liam
0cc69cbecd
Use sudo when running apt
il y a 4 ans
Liam
d494cf573d
Install dependencies in GitHub actions
il y a 4 ans
Liam
a04bc4a439
Add initial GitHub actions workflow
il y a 4 ans
Xerbo
c5ec69f48a
Headerise each file
il y a 4 ans
Xerbo
7763148aea
More verbose output when building with CMake
il y a 4 ans
Xerbo
ec8a1eb168
Remove distribution image generation
It didn't even work in the latest commit
il y a 4 ans
Xerbo
2213e46ddf
Stack image types as much as you want
Create a copy of the image before modifying it for temperature calibration
il y a 4 ans
Xerbo
8cfbc9d12b
Fix for small mistake in b96a2c6
il y a 4 ans
Xerbo
7d9f38f91e
Add -r flag to realtime decoding command
il y a 4 ans
Xerbo
b96a2c6f0b
Increase buffer size
il y a 4 ans
Xerbo
6b03bdd11e
Set PALETTE_PATH in Makefile
il y a 4 ans
Xerbo
bb37bf0628
Palette search directorie, basic packaging support
il y a 4 ans
Xerbo
b8671a325f
Move source into src/
il y a 4 ans
Liam
c322d6cbc8
Add a bug report template
il y a 4 ans
Liam
953e721745
Add contributing guidelines, subject to change
il y a 4 ans
Liam
795aef4272
Merge pull request #9 from technobird22/clarifications-to-readme
Added clarifications to readme
il y a 4 ans
technobird22
4b9aa8b886
Clarified stackability of output types
il y a 4 ans
technobird22
894e275f2b
Added link to NOAA database
Contains a variety of data and specifications for the polar orbiting satellite series
il y a 4 ans
technobird22
ad1b4bf5d3
Clarification to output heading in readme
il y a 4 ans
Xerbo
377bc3f9d7
Add map offset argument, change southbound to northbound
Passes are flipped when northbound, not southbound
il y a 4 ans
Xerbo
fa10f2e908
Fix img2pal.py and improve error messages
il y a 4 ans
Xerbo
4b1acdfa5f
Improve MCIR, improve map alignment and remove useless palettes
il y a 4 ans
Xerbo
441e6694d1
Fix calibration issue, adjust noise threshold
Why was this using a divide to calculate the difference?
il y a 4 ans
Xerbo
3a300a9ca1
Add N15 palette (thanks Derek), remove useless N18 palette
il y a 4 ans
Xerbo
b68d7630ea
Early Windows support!
il y a 4 ans
Xerbo
e6674512e3
Improve syncing, fix segfault
Lack of clamping while reading a pixel from a palette resulted in reading invalid memory
il y a 4 ans
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