<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Thanks Samuel,<br>
    If I try<br>
    <br>
    driver JPG;<br>
     xinit test.jpg;<br>
     <span style="text-decoration: underline;">surf</span>();<br>
     f = <span style="text-decoration: underline;">gcf</span>();<br>
     f.figure_size = [1000 800];<br>
     xend
    winopen test.jpg<br>
    <br>
    Scilab freezes and I don't know where or if test.jpg is saved.<br>
    <br>
    If I try<br>
    <br>
    MyDir='...';
    <br>
    previous_driver = driver('jpg');<br>
     xinit(MyDir+'/PinkOrNotPink.jpg');<br>
     plot3d();<br>
     xend();
    <br>
    driver(previous_driver); <span style="font-style: italic;">// Bring
      back the previous behavior of Scilab</span><br>
    <br>
    I get PinkOrNotPink.jpg<span style="color:rgb(188,143,143);"><font
        color="#000000"> in MyDir - but still pink.<br>
        <br>
        Maybe I misunderstood the workaround. Could you give further
        clues?<br>
        <br>
        Regards<br>
        Jens<br>
        --------------------------------------</font></span><br>
    <br>
    <div class="moz-cite-prefix">Am 17.11.2016 20:39, schrieb Samuel
      Gougeon:<br>
    </div>
    <blockquote cite="mid:582E0775.9030509@free.fr" type="cite">Le
      17/11/2016 20:30, Jens Simon Strom a écrit :
      <br>
      <blockquote type="cite">Hi ,
        <br>
        After exporting  a figure (produced with plot3d and param3d) I
        find an ugly pink color behind the object when I open the image
        by Irfanview. On screen there is white as required. I am not
        talking about the figure property 'background'. That is well
        contolled.
        <br>
        How can I change pink  (close to 'Scilab pink 4',  255 128,128)
        into simple white as on the screen?
        <br>
      </blockquote>
      <br>
      This bug and its workaround are reported there:
      <a class="moz-txt-link-freetext" href="http://bugzilla.scilab.org/14264">http://bugzilla.scilab.org/14264</a>
      <br>
      <br>
      _______________________________________________
      <br>
      users mailing list
      <br>
      <a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a>
      <br>
      <a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a>
      <br>
      <br>
    </blockquote>
    <br>
  </body>
</html>