All about plugins : Suggestions, bugs, etc... /  
Tuto por etendadoj : sugestoj, malbonadĵoj, etc...
	Modérateur :  Modérateurs 
	
	
			
	
			
		
			
		
		
			
				
																			
								cleon  							 
						Nouveau(elle)|Nouveau|Nouvelle 			
		Messages :  28 		Inscription :  02 mars 2005 9:33 		
		
											Version de PhotoFiltre :  Win XP Pro sp2 
																	Localisation :  New Zealand 
							
						
		 
		
						
					
								
						
									Message  
								par cleon   »  02 mars 2005 9:39 
			
			
			
			
			
			Hello all, i've just created my first plugin and it needs some testing and constructive coments on how i can improve it...  the plugin is called Text2Path and can be downloaded from the plugins page.
Thanks
Cleon.  
 
[FrançoisL]I edited the title to be clearer[/FrançoisL]  
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								cleon  							 
						Nouveau(elle)|Nouveau|Nouvelle 			
		Messages :  28 		Inscription :  02 mars 2005 9:33 		
		
											Version de PhotoFiltre :  Win XP Pro sp2 
																	Localisation :  New Zealand 
							
						
		 
		
						
					
						 
		 
								
						
									Message  
								par cleon   »  02 mars 2005 10:31 
			
			
			
			
			
			oh... its not available to the public for download yet... i guess it has to be "approved" first?
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Antonio  							 
						Administrateur(trice)|Administrateur|Administratrice 			
		Messages :  13056 		Inscription :  28 oct. 2003 22:49 		
		
											
						
		 
		
						
					
						 
		 
								
						
									Message  
								par Antonio   »  02 mars 2005 11:19 
			
			
			
			
			
			
			
			
													
					Dernière modification par Antonio  le 03 mars 2005 9:27, modifié 1 fois.
									
			
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Benjamin  							 
						Membre d'honneur 			
		Messages :  1075 		Inscription :  29 oct. 2003 14:53 		
		
											Version de PhotoFiltre :  6.0 
												Système d'exploitation :  Windows 2000 SP 4 
												Processeur :  Pentium IV 2,4Ghz 
												Mémoire RAM :  512Mo DDR 333 
												Localisation :  21 
							
						
		 
		
						
					
						 
		 
								
						
									Message  
								par Benjamin   »  02 mars 2005 12:03 
			
			
			
			
			
			I've activated the plugins because it seems good...
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								FrançoisL  							 
						Membre d'honneur 			
		Messages :  2950 		Inscription :  08 mars 2004 18:17 		
		
											Version de PhotoFiltre :  Dernières de PF Free et PFS 
												Système d'exploitation :  Windows XP Home SP2 
												Processeur :  Athlon 64 3500+ non O/C 
												Mémoire RAM :  2x512 Mo en DC 
																	Localisation :  Essonne 
							
						
		 
		
						
					
						 
		 
								
						
									Message  
								par FrançoisL   »  02 mars 2005 17:41 
			
			
			
			
			
			I'm sorry but I don't understand how this plugin works 
 
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								cleon  							 
						Nouveau(elle)|Nouveau|Nouvelle 			
		Messages :  28 		Inscription :  02 mars 2005 9:33 		
		
											Version de PhotoFiltre :  Win XP Pro sp2 
																	Localisation :  New Zealand 
							
						
		 
		
						
					
						 
		 
								
						
									Message  
								par cleon   »  03 mars 2005 2:51 
			
			
			
			
			
			I've made a slight modification to the plugin (v0.2 Alpha) and encluded a  text file with simple usage instructions. 
 
Fixed a bug where an empty line in the text would cause an error 
Fixed a bug in the text rendering
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Antonio  							 
						Administrateur(trice)|Administrateur|Administratrice 			
		Messages :  13056 		Inscription :  28 oct. 2003 22:49 		
		
											
						
		 
		
						
					
						 
		 
								
						
									Message  
								par Antonio   »  03 mars 2005 9:29 
			
			
			
			
			
			Don't use 'C:\Program Files\PhotoFiltre\Selections\' in your code source but GetExePath + 'Selections'
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								cleon  							 
						Nouveau(elle)|Nouveau|Nouvelle 			
		Messages :  28 		Inscription :  02 mars 2005 9:33 		
		
											Version de PhotoFiltre :  Win XP Pro sp2 
																	Localisation :  New Zealand 
							
						
		 
		
						
					
						 
		 
								
						
									Message  
								par cleon   »  03 mars 2005 10:30 
			
			
			
			
			
			Thanks Antonio. 
 
I have updated the plugin again with the fix and also added a new feature: 
 
Smooth -  which smooths the path before rending the text
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								FrançoisL  							 
						Membre d'honneur 			
		Messages :  2950 		Inscription :  08 mars 2004 18:17 		
		
											Version de PhotoFiltre :  Dernières de PF Free et PFS 
												Système d'exploitation :  Windows XP Home SP2 
												Processeur :  Athlon 64 3500+ non O/C 
												Mémoire RAM :  2x512 Mo en DC 
																	Localisation :  Essonne 
							
						
		 
		
						
					
						 
		 
								
						
									Message  
								par FrançoisL   »  03 mars 2005 11:27 
			
			
			
			
			
			Antonio a écrit : Don't use 'C:\Program Files\PhotoFiltre\Selections\' in your code source but GetExePath + 'Selections'
That must be the reason why I didn't undersand, my PF is not in Program Files 
 
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								FrançoisL  							 
						Membre d'honneur 			
		Messages :  2950 		Inscription :  08 mars 2004 18:17 		
		
											Version de PhotoFiltre :  Dernières de PF Free et PFS 
												Système d'exploitation :  Windows XP Home SP2 
												Processeur :  Athlon 64 3500+ non O/C 
												Mémoire RAM :  2x512 Mo en DC 
																	Localisation :  Essonne 
							
						
		 
		
						
					
						 
		 
								
						
									Message  
								par FrançoisL   »  03 mars 2005 11:33 
			
			
			
			
			
			This plugin is very interesting 
Would it be possible to add a preview ?
 
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								cleon  							 
						Nouveau(elle)|Nouveau|Nouvelle 			
		Messages :  28 		Inscription :  02 mars 2005 9:33 		
		
											Version de PhotoFiltre :  Win XP Pro sp2 
																	Localisation :  New Zealand 
							
						
		 
		
						
					
						 
		 
								
						
									Message  
								par cleon   »  03 mars 2005 18:46 
			
			
			
			
			
			FrançoisL a écrit : Antonio a écrit : Don't use 'C:\Program Files\PhotoFiltre\Selections\' in your code source but GetExePath + 'Selections'
That must be the reason why I didn't undersand, my PF is not in Program Files 
yup  
 
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								cleon  							 
						Nouveau(elle)|Nouveau|Nouvelle 			
		Messages :  28 		Inscription :  02 mars 2005 9:33 		
		
											Version de PhotoFiltre :  Win XP Pro sp2 
																	Localisation :  New Zealand 
							
						
		 
		
						
					
						 
		 
								
						
									Message  
								par cleon   »  03 mars 2005 18:51 
			
			
			
			
			
			FrançoisL a écrit : This plugin is very interesting 
Would it be possible to add a preview ?
There is a small thumbnail preview on the plug-in form and one also on the image... check the location settings, the image preview may be hidden by the plugin form being in front of it.  Is that what you mean?
 
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								cleon  							 
						Nouveau(elle)|Nouveau|Nouvelle 			
		Messages :  28 		Inscription :  02 mars 2005 9:33 		
		
											Version de PhotoFiltre :  Win XP Pro sp2 
																	Localisation :  New Zealand 
							
						
		 
		
						
					
						 
		 
								
						
									Message  
								par cleon   »  04 mars 2005 10:07 
			
			
			
			
			
			plug-in updated again... 
  
few bugs fixed
text renders around curves better
interface changed
and some other changes... for the better i hope 
 
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								FrançoisL  							 
						Membre d'honneur 			
		Messages :  2950 		Inscription :  08 mars 2004 18:17 		
		
											Version de PhotoFiltre :  Dernières de PF Free et PFS 
												Système d'exploitation :  Windows XP Home SP2 
												Processeur :  Athlon 64 3500+ non O/C 
												Mémoire RAM :  2x512 Mo en DC 
																	Localisation :  Essonne 
							
						
		 
		
						
					
						 
		 
								
						
									Message  
								par FrançoisL   »  04 mars 2005 11:02 
			
			
			
			
			
			cleon a écrit : There is a small thumbnail preview on the plug-in form and one also on the image... check the location settings, the image preview may be hidden by the plugin form being in front of it.  Is that what you mean?
I don't find the small preview very practical and would prefer an image preview 
 because the automatic preview makes the computer freeze every 3 seconds...
 
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								pf  							 
						Développeur(se)|Développeur|Développeuse 			
		Messages :  974 		Inscription :  28 avr. 2004 8:45 		
		
											Version de PhotoFiltre :  6 
												Système d'exploitation :  xp seven 
												Localisation :  78 
							
						
		 
		
						
					
						 
		 
								
						
									Message  
								par pf   »  04 mars 2005 11:05 
			
			
			
			
			
			First : Sorry for my English !!  
     
This plugin is very nice !!
But, if the path is predefined (round, square, ...... first word misus) or bad file format, an error occured.
 
 Would it be possible to add a verification function ?
and another to translate "predefined path" to "vector path" for use to this plugin