ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ns_dev/Python/learning/image_wx.py
Revision: 591
Committed: Tue Nov 3 22:45:12 2015 UTC (10 years, 4 months ago) by nino.borges
Content type: text/x-python
File size: 199 byte(s)
Log Message:
Moved dir out of main dir.

File Contents

# User Rev Content
1 ninoborges 8 ##Image opening with xw
2    
3     >>> myimg4 = wxImage("C:\\test_dir\\000231.tif",wxBITMAP_TYPE_ANY)#or wxBITMAP_TYPE_TIF
4     >>> wxInitAllImageHandlers()
5     >>> myimg4.SaveFile("C:\\test2.jpg",wxBITMAP_TYPE_JPEG)