Skip to content

Commit

Permalink
modified: htdocs/fitswebql/glsl_shaders.bin
Browse files Browse the repository at this point in the history
  • Loading branch information
jvo203 committed Apr 9, 2024
1 parent c473ef0 commit 31f4172
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Julia/compress_glsl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ println("Compressed XML object length (BZIP2): ", length(compressed2))

# write a binary file .bin with the uncompressed xml length as UInt32 and the compressed json
open("../htdocs/fitswebql/glsl_shaders.bin", "w") do f
write(f, UInt32(length(xml)))
# write(f, UInt32(length(xml))) # not needed by BZIP2 (only needed by LZ4HC)
write(f, compressed2)
end
Binary file modified htdocs/fitswebql/glsl_shaders.bin
Binary file not shown.

0 comments on commit 31f4172

Please sign in to comment.