Jump to content

o3124568

Members
  • Posts

    6
  • Joined

  • Last visited

Everything 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. hmm.. still has same problem it seems cause fluxcp wrote in utf8 made those problems thx anyway, i use discuz with my register
  3. errr... it's chinese i used my computer and it's based on appserv still have no idea with these charsets it seems like fluxcp wrote in utf8 and my database is big5
  4. my char name is chinese but when i search on fluxcp then it goes to���� and i tried to edit header.php charset=big5 and it shows... can someone help me?
×
×
  • Create New...