Now using stb_image directly for loading image files, instead of SOIL (which is not maintained anymore)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1542 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
42173d6d04
commit
ff367bdb57
14 changed files with 5502 additions and 311 deletions
|
@ -74,9 +74,9 @@ public :
|
|||
////////////////////////////////////////////////////////////
|
||||
/// \brief Load the image from a file on disk
|
||||
///
|
||||
/// The supported image formats are bmp, png, tga, jpg, dds
|
||||
/// and psd. Some format options are not supported, like
|
||||
/// progressive jpeg.
|
||||
/// The supported image formats are bmp, png, tga, jpg, gif,
|
||||
/// psd, hdr and pic. Some format options are not supported,
|
||||
/// like progressive jpeg.
|
||||
/// The maximum size for an image depends on the graphics
|
||||
/// driver and can be retrieve with the GetMaximumSize function.
|
||||
///
|
||||
|
@ -92,9 +92,9 @@ public :
|
|||
////////////////////////////////////////////////////////////
|
||||
/// \brief Load the image from a file in memory
|
||||
///
|
||||
/// The supported image formats are bmp, png, tga, jpg, dds
|
||||
/// and psd. Some format options are not supported, like
|
||||
/// progressive jpeg.
|
||||
/// The supported image formats are bmp, png, tga, jpg, gif,
|
||||
/// psd, hdr and pic. Some format options are not supported,
|
||||
/// like progressive jpeg.
|
||||
/// The maximum size for an image depends on the graphics
|
||||
/// driver and can be retrieve with the GetMaximumSize function.
|
||||
///
|
||||
|
@ -133,7 +133,7 @@ public :
|
|||
///
|
||||
/// The format of the image is automatically deduced from
|
||||
/// the extension. The supported image formats are bmp, png,
|
||||
/// tga, jpg, dds and psd. The destination file is overwritten
|
||||
/// tga and jpg. The destination file is overwritten
|
||||
/// if it already exists.
|
||||
///
|
||||
/// \param filename Path of the file to save
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue