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?
The problem is file size. I split the file into ten parts, and each file can be opened. Thx all answers.