Barbouille (Pure_autoPaint)

Share your advanced PureBasic knowledge/code with the community.
User avatar
dobro
Enthusiast
Enthusiast
Posts: 766
Joined: Sun Oct 31, 2004 10:54 am
Location: France
Contact:

Re: Pure_autoPaint

Post by dobro »

Thanks (Merci) :)
Image
Windows 98/7/10 - PB 5.42
■ sites : http://michel.dobro.free.fr/
LuCiFeR[SD]
666
666
Posts: 1033
Joined: Mon Sep 01, 2003 2:33 pm

Re: Pure_autoPaint

Post by LuCiFeR[SD] »

This is way beyond cool :) Excellent Job dobro!
davido
Addict
Addict
Posts: 1890
Joined: Fri Nov 09, 2012 11:04 pm
Location: Uttoxeter, UK

Re: Pure_autoPaint

Post by davido »

Just downloaded your latest version.

Was impressed the first time.

Don't know what to say. Unbelievable!
DE AA EB
User avatar
dobro
Enthusiast
Enthusiast
Posts: 766
Joined: Sun Oct 31, 2004 10:54 am
Location: France
Contact:

Re: Pure_autoPaint

Post by dobro »

:oops: :D Thanks
Image
Windows 98/7/10 - PB 5.42
■ sites : http://michel.dobro.free.fr/
User avatar
dobro
Enthusiast
Enthusiast
Posts: 766
Joined: Sun Oct 31, 2004 10:54 am
Location: France
Contact:

Re: Barbouille (Pure_autoPaint)

Post by dobro »

new version available
http://michel.dobro.free.fr/download.php?view.40

I changed how Styles work, they all use (except style "Reel") the image currently displayed
it allows you to use what is on screen to continue with another brush drawing style ..

I added a new list, what I call "Process", this list contains adverse POST-Process
that is to say they come into play After That a picture is drawn or already being drawn

these processes are simple to understand
light + to increase the brightness of the canvas
Contrast + + for the contrast
etc ...

I added a new style, the Style "Crayon" I only use this style as brushes, styles, Process, present in the prg
by using the correct order, you can replicate the effect with a drawing pencil (or felt)


Here's what happens on Hercule Poirot
I used this photo:
Image

le Style Crayon :
Image

the same image but after using the Process "Grey Level"
Image

:) can do, pretty WallPaper :)

Image
Last edited by dobro on Sat Apr 30, 2016 3:05 pm, edited 2 times in total.
Image
Windows 98/7/10 - PB 5.42
■ sites : http://michel.dobro.free.fr/
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

Re: Barbouille (Pure_autoPaint)

Post by jassing »

dobro wrote: Code:
code being too big to fit on the forum
here is the link to the executable and the source

http://michel.dobro.free.fr/download.php?view.40
I was hoping to pickup some image manipulation knowledge - source is no longer part of the archive?
User avatar
dobro
Enthusiast
Enthusiast
Posts: 766
Joined: Sun Oct 31, 2004 10:54 am
Location: France
Contact:

Re: Barbouille (Pure_autoPaint)

Post by dobro »

jassing wrote:
dobro wrote: Code:
code being too big to fit on the forum
here is the link to the executable and the source

http://michel.dobro.free.fr/download.php?view.40
I was hoping to pickup some image manipulation knowledge - source is no longer part of the archive?
is a reproach? (No smiley) ...just a sentence :?

I work on my code, I share it .... or not
for the moment, I think it should not be shared because I still modify the code

I shared source until now ....and I may be doing it again ...
but when I read your message, it does not give me too want ..

can be in the next version .. I do not know.

it is not useful to quote what I'm writing, I know what I wrote
This is not a contract of guarantee ,you want compensation? :lol:
Image
Windows 98/7/10 - PB 5.42
■ sites : http://michel.dobro.free.fr/
User avatar
dobro
Enthusiast
Enthusiast
Posts: 766
Joined: Sun Oct 31, 2004 10:54 am
Location: France
Contact:

Re: Barbouille (Pure_autoPaint)

Post by dobro »

http://michel.dobro.free.fr/download.php?view.40

New Version , With Source-Code in Archive ;)
Image
Windows 98/7/10 - PB 5.42
■ sites : http://michel.dobro.free.fr/
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3942
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

Re: Barbouille (Pure_autoPaint)

Post by wilbert »

Any chance of a cross platform version ?
The code unfortunately contains a lot of Window calls.
Windows (x64)
Raspberry Pi OS (Arm64)
yrreti
Enthusiast
Enthusiast
Posts: 546
Joined: Tue Oct 31, 2006 4:34 am

Re: Barbouille (Pure_autoPaint)

Post by yrreti »

dobro

Amazing code!
I appreciate your sharing the code too, as it allows me to translate the French words into English,
so I can better understand what is happening, or what I'm doing when I select something.

Thanks very much for sharing this neat code.

yrreti
User avatar
dobro
Enthusiast
Enthusiast
Posts: 766
Joined: Sun Oct 31, 2004 10:54 am
Location: France
Contact:

Re: Barbouille (Pure_autoPaint)

Post by dobro »

:)

wilbert wrote:Any chance of a cross platform version ?
The code unfortunately contains a lot of Window calls.
the day, or PureBasic propose equivalent of these functions for all operating systems ;)


more seriously,

you can comment all Beep_ ()

and any other call to APi concerns only the use of the Graphics Tablet (Danilo Code)
you can Comment this ;)

brief ... it's easy to make a multiplatform code :)
Image
Windows 98/7/10 - PB 5.42
■ sites : http://michel.dobro.free.fr/
codeprof
User
User
Posts: 65
Joined: Sun Sep 16, 2012 12:13 pm

Re: Barbouille (Pure_autoPaint)

Post by codeprof »

Really impressive Software!
Tried it with Mona Lisa which is a really big file.
And no speed problems so far :shock:
I just have a little improvement suggestion. The preview of Mona Lisa seems to have a wrong aspect ratio...
User avatar
dobro
Enthusiast
Enthusiast
Posts: 766
Joined: Sun Oct 31, 2004 10:54 am
Location: France
Contact:

Re: Barbouille (Pure_autoPaint)

Post by dobro »

codeprof wrote:Really impressive Software!
Tried it with Mona Lisa which is a really big file.
And no speed problems so far :shock:
I just have a little improvement suggestion. The preview of Mona Lisa seems to have a wrong aspect ratio...
Thanks ,

the aspect ratio is preserved,when the file is saved ;)

is fast because the prg works 1024x768

the prg makes a change from the photo, the fact of working in 1024x768
does not appear to result ;) :)

ps: The purpose of this program is to transform a picture in Paint virtual

and not the other way around :lol:
Image
Windows 98/7/10 - PB 5.42
■ sites : http://michel.dobro.free.fr/
User avatar
dobro
Enthusiast
Enthusiast
Posts: 766
Joined: Sun Oct 31, 2004 10:54 am
Location: France
Contact:

Re: Barbouille (Pure_autoPaint)

Post by dobro »

Version 1.10 (Barbouille )
many Bugs Fixed

link in page 1 ;)
Image
Windows 98/7/10 - PB 5.42
■ sites : http://michel.dobro.free.fr/
marc_256
Addict
Addict
Posts: 844
Joined: Thu May 06, 2010 10:16 am
Location: Belgium
Contact:

Re: Barbouille (Pure_autoPaint)

Post by marc_256 »

Hi dobro,

I liked to download your software to use it.
But bitdefender is blocking your website ??
Do you know this ...

thanks,
marc
- every professional was once an amateur - greetings from Pajottenland - Belgium -
PS: sorry for my english I speak flemish ...
Post Reply