Is it possible to create your own border for the images in DVD Slideshow GUI. Maybe I could create my own transparent border instead of the simple white border that comes with the program?
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 3 of 3
			
		- 
	
- 
	Yes it can be done with 2 lines of avisynth scripting notepad: 
 
 Change the 'yourimage.png'(photo) and 'OverlayTemplate.png'(border with alpha), save as .avs and import the .avs as a slide, then you got your image with your border.Code:ImageSource("yourimage.png",fps=25) Overlay(last, loop(ImageSource("OverlayTemplate.png", pixel_type="RGB32", fps=25).lanczosresize(last.width(),last.height()), last.framecount()), mask=ShowAlpha(ImageSource("OverlayTemplate.png", pixel_type="RGB32", fps=25).lanczosresize(last.width(),last.height())),mode="blend")  
 
 (Paint.Net can be used to make png's with alpha.)
 
 Alternatively you can change the clouds image in the posteffects folder, if you want to make one border over the entire slideshow.
Similar Threads
- 
  DVD SlideshowGUI - Random slides / images missing from the ISO fileBy DaveHole in forum Newbie / General discussionsReplies: 0Last Post: 5th Dec 2010, 06:30
- 
  Incorporating video in DVD SlideshowGUI without speeding it upBy rosmari in forum Newbie / General discussionsReplies: 2Last Post: 5th Nov 2009, 22:47


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			


 Quote
 Quote Visit Homepage
				Visit Homepage
			