Page 8 of 10
					
				Re: PureBasic 5.60 beta 4 is available
				Posted: Sat Feb 18, 2017 3:12 am
				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.
			 
			
					
				Re: PureBasic 5.60 beta 4 is available
				Posted: Sat Feb 18, 2017 3:32 am
				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.
 
			 
			
					
				Re: PureBasic 5.60 beta 4 is available
				Posted: Sat Feb 18, 2017 3:37 am
				by Thunder93
				Oops, my bad, sorry. My eyes little blurry, been looking at little too much code today.  
... not under the influence of any alcohol  

 
			 
			
					
				Re: PureBasic 5.60 beta 4 is available
				Posted: Sat Feb 18, 2017 3:46 pm
				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.  
 
http://www.purebasic.fr/english/viewtop ... =3&t=59760  
 
Thanks a lot Fred and PB Team! Always the best!
PB +1000  

 
			 
			
					
				Re: PureBasic 5.60 beta 4 is available
				Posted: Sat Feb 18, 2017 5:00 pm
				by Seymour Clufley
				I am very grateful for GIF decoding, but I'm asking about GIF encoding.
			 
			
					
				Re: PureBasic 5.60 beta 5 is available
				Posted: Tue Feb 21, 2017 7:28 am
				by Fred
				beta 5 is available with some more bug fixes
			 
			
					
				Re: PureBasic 5.60 beta 5 is available
				Posted: Wed Feb 22, 2017 9:20 am
				by Fred
				beta 6 is available and bring some more fixes and new function: ImageFrameDelay()
			 
			
					
				Re: PureBasic 5.60 beta 6 is available
				Posted: Wed Feb 22, 2017 1:57 pm
				by minimy
				Allways goods news!
Thanks!
			 
			
					
				Re: PureBasic 5.60 beta 6 is available
				Posted: Thu Feb 23, 2017 8:24 am
				by stevie1401
				The beta 6 doesn't work in Linux. (Linux Mint 18)
The language is only english and the compiler crashes.
			 
			
					
				Re: PureBasic 5.60 beta 6 is available
				Posted: Thu Feb 23, 2017 8:43 am
				by Fred
				Please uses appriopriate forums, or your bug report will likely be forgotten
			 
			
					
				Re: PureBasic 5.60 beta 6 is available
				Posted: Thu Feb 23, 2017 8:49 am
				by walbus
				Stevie,
try temporary a system restart and a compiler restart, then it should working durably
			 
			
					
				Re: PureBasic 5.60 beta 6 is available
				Posted: Thu Feb 23, 2017 11:32 am
				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.
 
			 
			
					
				Re: PureBasic 5.60 beta 7 is available
				Posted: Mon Feb 27, 2017 7:28 am
				by Fred
				beta 7 is available and bring some more fixes and new function:
Code: Select all
- Added: SetImageFrameDelay()
- Renamed: ImageFrameDelay() to GetImageFrameDelay()
 
			 
			
					
				Re: PureBasic 5.60 beta 7 is available
				Posted: Mon Feb 27, 2017 7:53 am
				by Thunder93
				What beta 7 color have you choose?  
   
 
You hard at work, thanks.
Fred wrote:beta 7 is available[/color]
 
			 
			
					
				Re: PureBasic 5.60 beta 7 is available
				Posted: Mon Feb 27, 2017 8:07 am
				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.