UserLibrary: Image Effects

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Mischa
Enthusiast
Enthusiast
Posts: 115
Joined: Fri Aug 15, 2003 7:43 pm

UserLibrary: Image Effects

Post by Mischa »

Hi!

With this lib you can soften/sharpen images and such things.

:arrow: http://www.thinkrelative.de/effects.zip

library source code included
example included
help file included


Please take a look..

Regards,
Mischa
Last edited by Mischa on Sat Jun 12, 2004 10:07 am, edited 1 time in total.
zikitrake
Addict
Addict
Posts: 834
Joined: Thu Mar 25, 2004 2:15 pm
Location: Spain

Post by zikitrake »

This is great!!!

8)I love you!8)
PolyVector
Enthusiast
Enthusiast
Posts: 499
Joined: Wed Sep 17, 2003 9:17 pm
Location: Southern California
Contact:

Post by PolyVector »

ditto! 8O
User avatar
Paul
PureBasic Expert
PureBasic Expert
Posts: 1243
Joined: Fri Apr 25, 2003 4:34 pm
Location: Canada
Contact:

Post by Paul »

Hello Mischa,

Nice work you did on this library.

I took a quick look at the source to your effects library and would like you to be aware of a small mistake. You go into your LightImage() procedure with SourceImage but then you use hBmp=UseImage(id)

This of course will give you problems depending on what you are trying to manipulate.
Image Image
User avatar
Mischa
Enthusiast
Enthusiast
Posts: 115
Joined: Fri Aug 15, 2003 7:43 pm

Post by Mischa »

Hi!

Thanks @zikitrake, @PolyVector and @Paul! :)

And thank you very much @Paul for your bugreport!
I will fix it this night.


Regards,
Mischa
User avatar
Mischa
Enthusiast
Enthusiast
Posts: 115
Joined: Fri Aug 15, 2003 7:43 pm

Post by Mischa »

Should be fixed! :?
(..i hope)

Same download link

'Regards,
Mischa
thefool
Always Here
Always Here
Posts: 5881
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

i cant download it. i could yesterday before it was fixed, but why use a buggy version? I havent tested it yet but i am going to when the link is up.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

404 :cry:

EDIT : works now (12/06/2004 - 11h15)
User avatar
Mischa
Enthusiast
Enthusiast
Posts: 115
Joined: Fri Aug 15, 2003 7:43 pm

Post by Mischa »

Ooops! :oops:

effects.zip not Effects.zip! :evil:
works now.

Sorry.

Regards,
Mischa
thefool
Always Here
Always Here
Posts: 5881
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

Thanks!

Downloaded and installed it.

I ran the example and it looks very great! Thanks!
User avatar
Mischa
Enthusiast
Enthusiast
Posts: 115
Joined: Fri Aug 15, 2003 7:43 pm

Post by Mischa »

Update:

Download: Same Link!


LightImageColor() removed, cause makes no sense.

LightImage() changed. New parameter: Contrast

SaturateImage() added: Color saturation


Regards,
Mischa
User avatar
Mischa
Enthusiast
Enthusiast
Posts: 115
Joined: Fri Aug 15, 2003 7:43 pm

Post by Mischa »

Update:

GammaImage() added: Gamma adjust for each color channel
->Download

Regards,
Mischa
User avatar
Mischa
Enthusiast
Enthusiast
Posts: 115
Joined: Fri Aug 15, 2003 7:43 pm

Post by Mischa »

Library source code cleaned.

UnsharpMaskImage() added: Very basic unsharp mask filter.

->Download

Regards,
Mischa
RSrole
User
User
Posts: 35
Joined: Fri Apr 29, 2022 8:27 pm

Re: UserLibrary: Image Effects

Post by RSrole »

Anyone have a copy of this? the link is broken.
Bitblazer
Enthusiast
Enthusiast
Posts: 733
Joined: Mon Apr 10, 2017 6:17 pm
Location: Germany
Contact:

Re: UserLibrary: Image Effects

Post by Bitblazer »

RSrole wrote: Wed Feb 15, 2023 5:52 pm Anyone have a copy of this? the link is broken.
You could send an eMail to the author kontakt@think-relative.de .
webpage - discord chat links -> purebasic GPT4All
Post Reply