[Spice-devel] how to open jpg binary file (/tmp/spice_dump/x.jpg)?
Christophe Fergeau
cfergeau at redhat.com
Wed Jun 20 09:28:08 UTC 2018
Hey,
On Wed, Jun 20, 2018 at 02:14:54AM +0000, 谢 昆明 wrote:
> Hey guys. I have dump some jpg file, but I can’t open it with eog.
I don't understand how this relates to spice? Is this some spice code
which is calling dump_jpeg?
Christophe
>
>
> static int jpeg_id = 0;
> static void dump_jpeg(uint8_t* data, int data_size)
> {
> char file_str[200];
> uint32_t id = ++jpeg_id;
>
> #ifdef WIN32
> sprintf(file_str, "c:\\tmp\\spice_dump\\%u.jpg", id);
> #else
> sprintf(file_str, "/tmp/spice_dump/%u.jpg", id);
> #endif
>
> FILE *f = fopen(file_str, "wb");
> if (!f) {
> return;
> }
>
> fwrite(data, 1, data_size, f);
> fclose(f);
> }
>
>
> 发送自 Windows 10 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>应用
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20180620/9e5d07df/attachment-0001.sig>
More information about the Spice-devel
mailing list