From f6f09fc8127f1d9a1132ca9ec1ac42ca316d6e4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 13 Apr 2000 20:15:39 +0000 Subject: [PATCH] documented need of read-write image handler git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/fs_mem.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/latex/wx/fs_mem.tex b/docs/latex/wx/fs_mem.tex index 41a02f0d88..fa28cf8300 100644 --- a/docs/latex/wx/fs_mem.tex +++ b/docs/latex/wx/fs_mem.tex @@ -87,6 +87,8 @@ data (bitmap, text or raw data) will be copied into private memory stream and available under name "memory:" + filename. +Note that when storing image/bitmap, you must use image format that wxWindows +can write (e.g. JPG, PNG, see \helpref{wxImage documentation}{wximage})! \membersection{wxMemoryFSHandler::RemoveFile}\label{wxmemoryfshandlerremovefile}