Bonjour
mon francais est tres faible!
j ai un problem comment je pout enregistrer une bitmap .
le code que suis l´itulise :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
void BasicFrame::OnSave(wxCommandEvent& WXUNUSED(event))
{
 
	  wxImage m_image= m_bitmap->ConvertToImage();
      //wxString
	wxImage myFile= wxFileSelector("Save","","","",
		                             "BMP files (*.bmp)|*.bmp|GIF files(*.gif)|*.gif",
									 wxSAVE);
	  if(myFile.Ok())
	      {
		    m_bitmap->SaveFile(m_image , wxOutputStream& myFile);
		  }*/
}
j´ai besoin ses aides
merci bein !!!