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 » Why BMPEncoder::NewBmp() doesn´t exists anymoe?
Re: Why BMPEncoder::NewBmp() doesn´t exists anymoe? [message #12982 is a reply to message #12960] Mon, 03 December 2007 00:34 Go to previous messageGo to previous message
alex100 is currently offline  alex100
Messages: 118
Registered: November 2007
Experienced Member
Cant load jpg images using that code Sad


Image k = StreamRaster::LoadFileAny(GetExeDirFile("1025.jpg"));
if(k==Null)
{
PromptOK("NULL received");
}
This doeanst load the image. Returns null but the file exists in the exe directory



This code:

Image k = StreamRaster::LoadFileAny(GetExeDirFile("foto1.png"));
if(k==Null)
{
PromptOK("NULL received");
}
Works well, why?


Thanks

Alex
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: image drawn in Paint(Draw &w) does not stay when refereshed
Next Topic: flicker
Goto Forum:
  


Current Time: Sun Apr 28 17:20:18 CEST 2024

Total time taken to generate the page: 0.05173 seconds