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 #28856 is a reply to message #28817] Mon, 20 September 2010 09:59 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
I hope this fixes it:

void StreamRasterEncoder::Save(Stream& s, Raster& raster)
{
	if(raster.GetWidth() == 0 || raster.GetHeight() == 0)
		return;
 
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: Fri Mar 29 08:25:15 CET 2024

Total time taken to generate the page: 0.01693 seconds