View Single Post
  #4 (permalink)  
Old 21st Feb 2009, 1:02 pm
mmendozaf mmendozaf is offline
New Member
 
Join Date: Feb 2009
Posts: 2
Default

thanks by the comments

well, the idea is the program will not manage directly the images but save them in a universal format that can be exported as jpg in any size.

Code:
 
[MS4 Presentation] 
Version=4.10.250 
Title=Test 
... 
[Slide] 
Tipe=1 
Title=This is the Title 
Content=This is the content 
BG=Image.jpg  'this must be a big image, wich is cut if the slide is smaller 
... 
[Slide] 
Tipe=2 
 
....
The software must be enough intelligent to know if the text is too large for the size to split it in two.

I made a wizard who exports the same image in different size and helps the user to find the best one.

and about the images, is not difficult to see them in the device.. the first time i did it was impressive how the mp4 display the text clearly...

well. if there are more uses or how to exploit this is welcome to get them opinions...

i really need this for my personal study on areas where i can't stay with my books and papers.. but the fact is i can't use a lot of time making the slides, so the program must be fast... for example, a protocol wich imports a .PPT file (is not very dificult to interact with power point)

if is welcome, i can upload a preliminar version of the editor.

Reply With Quote