mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
![]() We now abstract the actual file generation to a new function. We are then able to call this function from the other image generation sources. This allows us to generate thumbnails in a more efficient manner. * Stored files stay as stored files and are not temporarily re-written to disk; * Strings containing an image remain as a variable and are not temporarily written to disk; and * Arbitrary files are not captured to string. |
||
---|---|---|
.. | ||
tests | ||
file_archive.php | ||
file_exceptions.php | ||
file_packer.php | ||
file_progress.php | ||
file_storage.php | ||
mbz_packer.php | ||
stored_file.php | ||
tgz_extractor.php | ||
tgz_packer.php | ||
zip_archive.php | ||
zip_packer.php |