2 new revisions:
Revision: 08449d408967
Author: Ingo Ruhnke <[email protected]>
Date: Tue Dec 27 15:26:57 2011
Log: Added bytesPerPixel to image-info
http://code.google.com/p/pingus/source/detail?r=08449d408967
Revision: 1e69fcfc02d1
Author: Ingo Ruhnke <[email protected]>
Date: Tue Dec 27 16:37:19 2011
Log: Merge branch 'master' of https://code.google.com/p/pingus
http://code.google.com/p/pingus/source/detail?r=1e69fcfc02d1
==============================================================================
Revision: 08449d408967
Author: Ingo Ruhnke <[email protected]>
Date: Tue Dec 27 15:26:57 2011
Log: Added bytesPerPixel to image-info
http://code.google.com/p/pingus/source/detail?r=08449d408967
Modified:
/extra/image-info.cpp
=======================================
--- /extra/image-info.cpp Thu Sep 8 03:00:57 2011
+++ /extra/image-info.cpp Tue Dec 27 15:26:57 2011
@@ -23,7 +23,8 @@
if (surface->flags & SDL_SRCCOLORKEY)
std::cout << " colorkey";
- std::cout << " bpp" <<
static_cast<int>(surface->format->BitsPerPixel);
+ std::cout << " bitsPerPixel:" <<
static_cast<int>(surface->format->BitsPerPixel);
+ std::cout << " bytesPerPixel:" <<
static_cast<int>(surface->format->BytesPerPixel);
std::cout << std::endl;
}
==============================================================================
Revision: 1e69fcfc02d1
Author: Ingo Ruhnke <[email protected]>
Date: Tue Dec 27 16:37:19 2011
Log: Merge branch 'master' of https://code.google.com/p/pingus
http://code.google.com/p/pingus/source/detail?r=1e69fcfc02d1
_______________________________________________
pingus-cvs mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/pingus-cvs