Pixilang v3.4.4

Pixilang programming language
Post Reply
User avatar
NightRadio
Site Admin
Posts: 3941
Joined: Fri Jan 23, 2004 12:28 am
Location: Ekaterinburg. Russia
Contact:

Pixilang v3.4.4

Post by NightRadio »

Pixilang updated to version 3.4.4.
http://www.warmplace.ru/soft/pixilang

What is new:
  • additional (optional) parameters for the split_rgb() function: image_offset, channel_offset, size;
  • additional (optional) parameters for the replace_values() function: dest_offset, src_offset, size;
  • new file format: FORMAT_PIXICONTAINER (entire Pixilang container with properties, animation etc.);
  • new container flags: GL_NO_XREPEAT, GL_NO_YREPEAT;
  • new GIF export flags: GIF_GRAYSCALE, GIF_DITHER; see details in the examples/graphics/save_gif.pixi;
  • new graphics examples: save_and_load_pixicontainer, replace_values;
  • bugs fixed.
Post Reply