Jump to content

o3124568

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by o3124568

  1. As title.

    I wonder if script can do layer(frame) out put with png.

    Cause i found out that if i just use save in gif.

    The shadow / transparent / effect part will lost in some frame.

    This is a part of my script.

    This part only saving the original image file.

    				GrfImage image = act.Sprite.GetImage(layer.SpriteIndex, layer.SpriteType);
    				if (image != null) {
    					image.MakePinkTransparent();
    					image.MakeFirstPixelTransparent();
    					image.Convert(GrfImageType.Bgra32);
    					image.Save("C:\\Users\\USER\\Desktop\\ouput\\"+id+".png");
    					id++;
    				}

     

     

  2. Hmmm that seems to be pretty weird. Have you tried the charset gb2312 or the newer standars which is gb18030?

    hmm.. still has same problem

    it seems cause fluxcp wrote in utf8 made those problems

    thx anyway, i use discuz with my register

×
×
  • Create New...