I have used seqdiag to generate sequence diagram, and it generates 3MB png file. It sounds great, right? But something wrong when I open it. When I open the file, appdata/local/temp has gained 3GB, and generates big files named ~PI*.tmp. After I send the png file to others, they can't open the file in their computer. What is the root cause and how I can send this kind of file to others?
Asked
Active
Viewed 123 times
0
-
are you opening the file using windows explorer or programatically? – Karl May 05 '15 at 03:39
-
I open the file with windows photo viewer – Leo Hsieh May 05 '15 at 04:08
-
What are the image dimensions (width, height)? Some viewers (e.g., firefox) impose limits. – Glenn Randers-Pehrson May 05 '15 at 17:12
1 Answers
0
The problem is file size. I split the file into ten parts, and each file can be opened. Thx all answers.

Leo Hsieh
- 351
- 4
- 12