Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » Draw, Display, Images, Bitmaps, Icons » Problem in StreamRasterEncoder
Re: Problem in StreamRasterEncoder [message #30840 is a reply to message #28856] Mon, 24 January 2011 18:34 Go to previous messageGo to previous message
Mindtraveller is currently offline  Mindtraveller
Messages: 917
Registered: August 2007
Location: Russia, Moscow rgn.
Experienced Contributor

mirek wrote on Mon, 20 September 2010 11:59

I hope this fixes it:

void StreamRasterEncoder::Save(Stream& s, Raster& raster)
{
	if(raster.GetWidth() == 0 || raster.GetHeight() == 0)
		return;



void StreamRasterEncoder::Save(Stream& s, Raster& raster)
{
	if(!raster.GetWidth() || !raster.GetHeight())
		return;
Cool
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: plugin/jpg wrapper patch (SVN r2960)
Next Topic: CtrlCore_WinMetaFile patch (SVN r2960)
Goto Forum:
  


Current Time: Thu Apr 25 08:29:48 CEST 2024

Total time taken to generate the page: 0.03475 seconds