Message-ID: <3553A6FA.CE5AB197@sprynet.com> Date: Fri, 08 May 1998 17:44:42 -0700 From: Ishpeck Organization: Lunaticnologies MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: QUESTION ABOUT BMP IN ALLEGRO References: <6ivreq$jo5$1 AT talia DOT mad DOT ibernet DOT es> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 192.41.91.193 Lines: 9 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk You give the image's size when you blit it. So, if you're expanding, you're telling it to do so... Do something like this. blit(bmp, screen, 0, 0, 0, 0, bmpwidth, bmpheight); JOA wrote: > > Hello. > How can i put a image into the screen whit real size(whitout expand)?