-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #581 from Tom-TBT/lut_view
Dynamic generation of the LUTs png
- Loading branch information
Showing
7 changed files
with
132 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* Author: C. Neves <[email protected]> | ||
* | ||
* Copyright (c) 2007, 2008 Glencoe Software, Inc. All rights reserved. | ||
* | ||
* | ||
* This software is distributed under the terms described by the LICENCE file | ||
* you can find at the root of the distribution bundle, which states you are | ||
* free to use it only for non commercial purposes. | ||
|
@@ -104,7 +104,7 @@ $.fn.colorbtn = function(cfg) { | |
if (OME && OME.LUTS) { | ||
for (var l=0; l<OME.LUTS.length; l++) { | ||
if (OME.LUTS[l].name === lutName) { | ||
return OME.LUTS[l].png_index; | ||
return OME.LUTS[l].png_index_new; | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters