Skip to content

Commit

Permalink
tools.image-compressor: new perhaps temporary name for binary.image.f…
Browse files Browse the repository at this point in the history
…actor.compressor
  • Loading branch information
mrjbq7 committed May 14, 2024
1 parent 4b4b0e4 commit 1503e5c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
! See https://factorcode.org/license.txt for BSD license.
USING: byte-arrays help.markup help.syntax strings ;
FROM: tools.image-analyzer.vm => image-header ;
IN: binary.image.factor.compressor
IN: tools.image-compressor

ARTICLE: "binary.image.factor.compressor" "Compress Factor image file for loading by the VM"
"The " { $vocab-link "binary.image.factor.compressor" } " vocabulary compresses Factor images such that the VM can load it and decompress it on the fly. Compressed and uncompressed Factor images are both supported by the VM and are only determined by their image headers." $nl
Expand Down Expand Up @@ -93,4 +93,4 @@ HELP: compress-current-image
{ $description "Load, compresses and saves current Factor image with \".compressed\" appended to its filename" }
;

ABOUT: "binary.image.factor.compressor"
ABOUT: "binary.image.factor.compressor"
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ USING: accessors byte-arrays classes.struct compression.zstd io
io.encodings.binary io.files kernel kernel.private locals math
namespaces sequences system tools.image-analyzer
tools.image-analyzer.vm vm ;
IN: binary.image.factor.compressor
IN: tools.image-compressor

TUPLE: image
{ header image-header }
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 1503e5c

Please sign in to comment.