PureBasic 5.60 final is available !

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Thunder93
Addict
Addict
Posts: 1788
Joined: Tue Mar 21, 2006 12:31 am
Location: Canada

Re: PureBasic 5.60 beta 4 is available

Post by Thunder93 »

beta version of PureBasic 5.60, "Added: GIF decoder support" aka UseGIFImageDecoder() command should exists.

I've never jumped to 5.60 beta releases yet, but if you are using, you should have this support, Seymour Clufley.
ʽʽSuccess is almost totally dependent upon drive and persistence. The extra energy required to make another effort or try another approach is the secret of winning.ʾʾ --Dennis Waitley
Seymour Clufley
Addict
Addict
Posts: 1233
Joined: Wed Feb 28, 2007 9:13 am
Location: London

Re: PureBasic 5.60 beta 4 is available

Post by Seymour Clufley »

Thunder93 wrote:beta version of PureBasic 5.60, "Added: GIF decoder support" aka UseGIFImageDecoder() command should exists.

I've never jumped to 5.60 beta releases yet, but if you are using, you should have this support, Seymour Clufley.
It is there. I am asking about encoding to GIF.
JACK WEBB: "Coding in C is like sculpting a statue using only sandpaper. You can do it, but the result wouldn't be any better. So why bother? Just use the right tools and get the job done."
User avatar
Thunder93
Addict
Addict
Posts: 1788
Joined: Tue Mar 21, 2006 12:31 am
Location: Canada

Re: PureBasic 5.60 beta 4 is available

Post by Thunder93 »

Oops, my bad, sorry. My eyes little blurry, been looking at little too much code today. :lol:

... not under the influence of any alcohol :wink:
ʽʽSuccess is almost totally dependent upon drive and persistence. The extra energy required to make another effort or try another approach is the secret of winning.ʾʾ --Dennis Waitley
User avatar
minimy
Enthusiast
Enthusiast
Posts: 344
Joined: Mon Jul 08, 2013 8:43 pm

Re: PureBasic 5.60 beta 4 is available

Post by minimy »

@Seymour Clufley.- Remenber this:
GIF why not? » Feature Requests and Wishlists - Thanks @Seymour Clufley

'Gifme a wish'.. Wish fulfilled! GIF included in PB. :D
http://www.purebasic.fr/english/viewtop ... =3&t=59760 :idea:
Thanks a lot Fred and PB Team! Always the best!

PB +1000 :!:
If translation=Error: reply="Sorry, Im Spanish": Endif
Seymour Clufley
Addict
Addict
Posts: 1233
Joined: Wed Feb 28, 2007 9:13 am
Location: London

Re: PureBasic 5.60 beta 4 is available

Post by Seymour Clufley »

I am very grateful for GIF decoding, but I'm asking about GIF encoding.
JACK WEBB: "Coding in C is like sculpting a statue using only sandpaper. You can do it, but the result wouldn't be any better. So why bother? Just use the right tools and get the job done."
Fred
Administrator
Administrator
Posts: 16623
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.60 beta 5 is available

Post by Fred »

beta 5 is available with some more bug fixes
Fred
Administrator
Administrator
Posts: 16623
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.60 beta 5 is available

Post by Fred »

beta 6 is available and bring some more fixes and new function: ImageFrameDelay()
User avatar
minimy
Enthusiast
Enthusiast
Posts: 344
Joined: Mon Jul 08, 2013 8:43 pm

Re: PureBasic 5.60 beta 6 is available

Post by minimy »

Allways goods news!
Thanks!
If translation=Error: reply="Sorry, Im Spanish": Endif
stevie1401
User
User
Posts: 42
Joined: Sat Oct 18, 2014 7:14 am

Re: PureBasic 5.60 beta 6 is available

Post by stevie1401 »

The beta 6 doesn't work in Linux. (Linux Mint 18)
The language is only english and the compiler crashes.
Fred
Administrator
Administrator
Posts: 16623
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.60 beta 6 is available

Post by Fred »

Please uses appriopriate forums, or your bug report will likely be forgotten
walbus
Addict
Addict
Posts: 929
Joined: Sat Mar 02, 2013 9:17 am

Re: PureBasic 5.60 beta 6 is available

Post by walbus »

Stevie,
try temporary a system restart and a compiler restart, then it should working durably
#NULL
Addict
Addict
Posts: 1440
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

Re: PureBasic 5.60 beta 6 is available

Post by #NULL »

stevie1401 wrote:The beta 6 doesn't work in Linux. (Linux Mint 18)
The language is only english and the compiler crashes.
i didn't try another language than english, but it works fine here.
Fred
Administrator
Administrator
Posts: 16623
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.60 beta 7 is available

Post by Fred »

beta 7 is available and bring some more fixes and new function:

Code: Select all

- Added: SetImageFrameDelay()
- Renamed: ImageFrameDelay() to GetImageFrameDelay()
User avatar
Thunder93
Addict
Addict
Posts: 1788
Joined: Tue Mar 21, 2006 12:31 am
Location: Canada

Re: PureBasic 5.60 beta 7 is available

Post by Thunder93 »

What beta 7 color have you choose? :lol: :P

You hard at work, thanks.
Fred wrote:beta 7 is available[/color]
ʽʽSuccess is almost totally dependent upon drive and persistence. The extra energy required to make another effort or try another approach is the secret of winning.ʾʾ --Dennis Waitley
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8425
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Re: PureBasic 5.60 beta 7 is available

Post by netmaestro »

Thank you Fred for placing the responsibility for deciding the substitutions, if any, for tiny delays with the coder. Coders beware though, there are some gifs out there that have 0 (or less than OS refresh rate) delays that will not show properly unless you handle them as a special case. When these occur, the cause is not a bug in PureBasic but it's simply a lower-level task that's been placed in your hands to deal with. For the vast majority of cases, substitute 16 or less with 100 and all should show as expected.
BERESHEIT
Post Reply