From: "Tony O'Bryan" Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro loads graphics funny... Date: Fri, 21 Nov 1997 06:52:57 -0600 Organization: Southwest Missouri State University Lines: 13 Message-ID: <34758429.1B01@nic.smsu.edu> References: <19971121054501 DOT AAA13467 AT ladder02 DOT news DOT aol DOT com> Reply-To: aho450s AT nic DOT smsu DOT edu NNTP-Posting-Host: sara.a32.smsu.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk KillFerFun wrote: > > Im using graphic files in my programs (BMP, TGA) but when I load them, they are > much larger than I expected. So I reduce the size of the image, but by the time > Allegro has displayed the image the way I want it, Ive reduced the image so > much that all of its clarity has been lost. Since Im kinda new to this stuff, > Im not sure exactly what I should do. Should I change screen modes? Will The images you're creating are probably done with a Windows-based program that shrinks the image to fit onto your display. Allegro, by default, displays the images exactly the size they should be on the screen. The fix is to set your drawing program to display the images to exact scale.