X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=bbtk_package_creaMiniTools%2Fbbs%2Fboxes%2FimageToolsMenu.bbs;h=20673c05b88fd272d6202f76ec2c9c2d371fe680;hb=d17f518b7b068a524fd9c323cefa7c9022c0588f;hp=d8f25e090e43968acccf526ff813f26ba08d3ddc;hpb=66dceef998e558cc5c70086d6df15b429f69eae9;p=creaMiniTools.git diff --git a/bbtk_package_creaMiniTools/bbs/boxes/imageToolsMenu.bbs b/bbtk_package_creaMiniTools/bbs/boxes/imageToolsMenu.bbs index d8f25e0..20673c0 100644 --- a/bbtk_package_creaMiniTools/bbs/boxes/imageToolsMenu.bbs +++ b/bbtk_package_creaMiniTools/bbs/boxes/imageToolsMenu.bbs @@ -1,5 +1,30 @@ +# --------------------------------------------------------------------- +# +# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image +# pour la Sant�) +# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton +# Previous Authors : Laurent Guigues, Jean-Pierre Roux +# CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil +# +# This software is governed by the CeCILL-B license under French law and +# abiding by the rules of distribution of free software. You can use, +# modify and/ or redistribute the software under the terms of the CeCILL-B +# license as circulated by CEA, CNRS and INRIA at the following URL +# http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html +# or in the file LICENSE.txt. +# +# As a counterpart to the access to the source code and rights to copy, +# modify and redistribute granted by the license, users are provided only +# with a limited warranty and the software's author, the holder of the +# economic rights, and the successive licensors have only limited +# liability. +# +# The fact that you are presently reading this means that you have had +# knowledge of the CeCILL-B license and that you accept its terms. +# ------------------------------------------------------------------------ */ + # ---------------------------------- -# - BBTKGEditor v 1.2 BBS BlackBox Script (Complex Box) +# - BBTKGEditor v 1.3 BBS BlackBox Script (Complex Box) # - /Users/davila/Creatis/All5/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/imageToolsMenu.bbs # ---------------------------------- @@ -41,10 +66,10 @@ new ExecSystemCommand Box12 set Box12.In "bbi creaMiniTools/appli/manualPaint.bbs &" new CommandButton Box13 - set Box13.Label "Show N-Points" + set Box13.Label "Extract Planes" new ExecSystemCommand Box14 - set Box14.In "bbi creaMiniTools/appli/showNPoints.bbs &" + set Box14.In "bbi creaMiniTools/appli/SaveImagePlanes.bbs &" new LayoutTab Box15 set Box15.WinTitle "Images Tools" @@ -75,6 +100,12 @@ new LayoutCenter Box27 new LayoutCenter Box28 set Box28.WinTitle "Modify image" +new CommandButton Box29 + set Box29.Label "Flip Image Y" + +new ExecSystemCommand Box30 + set Box30.In "bbi creaMiniTools/appli/flipImageY.bbs &" + connect Box00.BoxChange Box04.BoxExecute connect Box02.BoxChange Box06.BoxExecute @@ -95,6 +126,9 @@ connect Box18.Widget Box27.Widget2 connect Box27.Widget Box15.Widget1 connect Box19.Widget Box28.Widget2 connect Box28.Widget Box15.Widget2 +connect Box13.Widget Box19.Widget5 +connect Box29.Widget Box19.Widget6 +connect Box29.BoxChange Box30.BoxExecute exec Box15