The MASM Forum Archive 2004 to 2012

Project Support Forums => The GeneSys Development System => User Contributed Code => Topic started by: Grincheux on March 03, 2007, 04:25:03 PM

Title: One image effect
Post by: Grincheux on March 03, 2007, 04:25:03 PM
This function applies an nice effect. In fact I have done nothing, just adapted from the Gimp. I was lucky to get some formulas in French. This function is from one of the 300 effects I-View has.

It works on 32 bits images only.

This function works like this. The formula : E = 1/255 x (M + I)

E is the result
M is the Mask
I is the Image

Here M = I

I find the result is nice.

[attachment deleted by admin]
Title: Re: One image effect
Post by: PBrennick on March 04, 2007, 12:05:27 AM
Grincheux,
This might be a bit too advanced for the userbase I am targetting.

Paul
Title: Re: One image effect
Post by: Grincheux on March 04, 2007, 08:27:00 PM
Bad luck, but use it, the effect is fine...

I did not want to do what many people does.

I will come again with others functions, and perhaps I will be more lucky.

Bye
Title: Re: One image effect
Post by: Vortex on March 04, 2007, 08:34:52 PM
Grincheux,

Would you like to send a working example? Thanks.
Title: Re: One image effect
Post by: PBrennick on March 04, 2007, 09:43:57 PM
Grincheux,
If I upset you, I apologize, it was not my intent. I prefer to be upfront and honest so that if a function never appears in the library, no one is suprised.

If Vortex thinks it is usable, I will add it because I realize I am not always right. I have a copy of it because it iwill be useful to me, personally, at some point. I am working on a snippet collection just in case the GeneSys Editor becomes an IDE.

Paul
Title: Re: One image effect
Post by: Grincheux on March 04, 2007, 10:07:51 PM
I will send you a working copy. No, there is better, this function is from I-View. The software is free and providing with its sources codes. The example is from a DLL called "Effects". All the program can be dowloaded at http://i-view.idcat39.com/index.html or from http://www.stosd.com.

I very well understand the reason why you cannot accept my contribution and I am not offended. But keep it for every use you want. CADEAU.

I will continue to help you, that's not a problem.

Take a look at stosd's site and send me your feedback, I would appreciate coming from you, vortex and/or hutch.

These sites are at their beginning, they take me a lot of time, I only have the night to work for them, and the day I have my store...

When is your IDE ready ? If you need some beta tester, I am ready.

Good night, yestirday I went to sleep at 06.00 am ! I am tired.

This answer is common for you and Vortex.

Bye.

Title: Re: One image effect
Post by: Vortex on March 05, 2007, 06:48:01 PM
Grincheux,

I had a look at your website :

http://i-view.idcat39.com/download.html

Does your download page offers an example builded with asm? ( or a C&asm example? )
Title: Re: One image effect
Post by: Grincheux on March 05, 2007, 06:54:55 PM
No you can see the first 300th effects at http://www.stosd.com/encours.html.

Attention if you don't have a DSL connection, all the images are loaded when the page is loaded. That could be very long without DSL.

Title: Re: One image effect
Post by: Grincheux on March 05, 2007, 07:10:31 PM
The web site has now been updated. All the 306 effects are shown. For the effects giving the function, it can be found on the line before the last. It is the rightmost image. That is the effect #303.
Title: Re: One image effect
Post by: Vortex on March 05, 2007, 07:49:58 PM
For the sake of logic, why did you feel the need to display all of those 306 images?
Title: Re: One image effect
Post by: Grincheux on March 05, 2007, 07:56:10 PM
I never take some time to use what I make, like this I can see... and I am proud. I think it is a good work even if there are some hidden bugs.