<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div style="font-size: 14px; font-family: Calibri, sans-serif; color: rgb(0, 0, 0);">
Hello</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif; color: rgb(0, 0, 0);">
I am calling this function to write a movie</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;">
<p style="margin: 0px; font-family: Consolas;"><b>renderView1.ViewSize = [1984,1962]</b></p>
<p style="margin: 0px; font-family: Consolas;"><b>WriteAnimation('./movie_png/optimization_movie.png',Magnification=1, FrameRate=1.0, Compression=False)</b></p>
</div>
<br>
<div>And I have noticed that the number of resulting PNG files depends on the Magnification variable and on the ViewSize. If I remove the line renderView1.ViewSize = [1984,1962] and leave Magnification as 1 I will get a greater amount of PNG files than if I
 increased Magnification or leave the line renderView1.ViewSize = [1984,1962] there. Why is this? It seems as I had to choose between the number of frames and the size of the movie.</div>
<div><b><font face="Consolas"><br>
</font></b></div>
<div>Thanks</div>
<div>Miguel</div>
</body>
</html>