Obfuscating images

前端 未结 6 1896
遥遥无期
遥遥无期 2021-02-09 15:46

I want to distribute a few images and not allow others to see them unless they are using my program. My intention will be to use JPG files in which I will alter the header so ot

6条回答
  •  野的像风
    2021-02-09 16:19

    Load the "broken" file into a TMemoryStream, patch the bytes in-memory, and use TGraphic.LoadFromStream() to load the fixed JPG file.

提交回复
热议问题