PanjiNamjaElf / vsfiltermod

Automatically exported from code.google.com/p/vsfiltermod
GNU General Public License v3.0
0 stars 0 forks source link

Cant load Png image files #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. try to use the tag \&img
2.
3.

What is the expected output? What do you see instead?
load png files in aegisub

What version of the product are you using? On what operating system?
vsfiltermod 2.39 lastest, windows 7

Please provide any additional information below.
in the first release i can load the png, but in the new i cant.
cant load img files \1img(c:/X.png)\1img(X.png) etc, etc.
sorry for my bad english

Original issue reported on code.google.com by Mikkades...@gmail.com on 18 Jun 2010 at 4:02

Attachments:

GoogleCodeExporter commented 8 years ago
In the source file "src\subtitles\RTS.cpp", lines 2144~2150 are considered as 
comments.(The lines begin with "//") This is the absolute-path image loading 
part, and I think they should not be comments. Because of this, absolute-path 
images are not properly loaded.

And it should be noted that Aegisub saves the current ass file in the temporary 
folder, so the image with a relative path should be in both the original folder 
and the (windows) temporary folder.

Original comment by EunbitGa...@gmail.com on 14 Aug 2010 at 4:37