[Scilab-users] gui2bitmap 1.0 is released

Samuel Gougeon sgougeon at free.fr
Fri Aug 2 14:29:04 CEST 2019


Hello,

I am glad to announce the first release of the /gui2bitmat/ package :
https://atoms.scilab.org/toolboxes/gui2bitmap

gui2bitmap() aims to export into a .png | .jpg | .gif | .bmp bitmap image
any graphical figure or User Interface with interactive components 
(uicontrols).
An option allows to get the image of the full window, including its
border/frame (with its menus bar, tools bar, status bar, and other bars ;-)

It is a stand-alone function (no thirdparty needed), easy to use and 
easy to maintain
(no hard code to recompile from a Scilab version to next ones).

It is tested on Windows, but it should run as well on Linux and MacOS.
It is fully documented.

Enjoy.
Samuel

-----------------------


  gui2bitmap

get a bitmap image of a graphical figure or interface, including its 
uicontrols, nay window borders

SYNTAXES
--------
gui2bitmap(idFig, filename)
gui2bitmap(idFig, filename, withBorders)

idFig      : handle of the figure
filename   : pathname to the output image file
withBorders: boolean

PDF page:
--------
English:https://atoms.scilab.org/toolboxes/gui2bitmap/1.0/files/gui2bitmap_1.0_en.pdf
French:https://atoms.scilab.org/toolboxes/gui2bitmap/1.0/files/gui2bitmap_1.0_fr.pdf

Bugs reports, comments:
----------------------
http://atoms.scilab.org/toolboxes/gui2bitmap#new_comment


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20190802/82022560/attachment.htm>


More information about the users mailing list