The MASM Forum

Miscellaneous => Miscellaneous Projects => Topic started by: TouEnMasm on May 15, 2013, 01:51:33 AM

Title: two lines to create a region,and a litlle more to animate images
Post by: TouEnMasm on May 15, 2013, 01:51:33 AM
This one use the dcobject put on last post and made a region in two lines.
The used images can have any size,gdiplus supported formats and a background with one color who could be used as transparent color.
Title: Re: two lines to create a region,and a litlle more to animate images
Post by: dedndave on May 15, 2013, 03:29:10 AM
it required msvcr100d.dll, but - very cool   :t
Title: Re: two lines to create a region,and a litlle more to animate images
Post by: TouEnMasm on May 15, 2013, 06:06:03 AM

I have corrected this.Just need know the msvcrt.dll ( region.obj was in debug).
Title: Re: two lines to create a region,and a litlle more to animate images
Post by: Gunther on May 15, 2013, 06:40:36 AM
Hi Yves,

works fine under Windows 7 (64 bit). Nice demo.  :t

Gunther
Title: Re: two lines to create a region,and a litlle more to animate images
Post by: TouEnMasm on August 03, 2021, 05:58:42 PM
later,
i have modified a very few details to make it usable with win10. (2021)
gdiplus supported formats BMP, ICON, GIF, JPEG, Exif, PNG, TIFF, WMF, and EMF.