File deletion/ compression Flashcards
what happens when a file is deleted?
it is flagged by the operating system as free space to be overwritten, the file remains there in fragments or as a whole until it is overwritten
what is a write blocker?
allows you to read information but not write to it –> a one way data transfer
lossless / non lossy compression
reduces file size by removing unneccessary meta data. can be reversed
eg. PNG
lossy compression
reduced file size by permanently removing some origional data
eg JPEG
Coding redundancy
when there’s more code words than necessary, so can get rid of some
Interpixel redundancy
apply a DCT to structure the image in a more efficient way
Psychovisual redundancy
gaps in the pixel image because it is not needed for human visual processing
compression ratio
no of bits for storage of uncompressed image / no of bits for storage of compressed image
conversions:
1byte
1KB
1 byte = 8 bits
1 KB = 1024 bytes