From 14643128af1ed216faab10b8cf3f939d47242715 Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 4 Nov 2004 19:04:51 +0000 Subject: Added a steerable integer parameter IOJpeg::refinement_factor which lets you enlarge the resulting JPEG images by some factor. The default is 1 (meaning no resizing, images will have the same size as underlying grid). git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@106 eff87b29-5268-4891-90a3-a07138403961 --- param.ccl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index c64ef3a..15d8e89 100644 --- a/param.ccl +++ b/param.ccl @@ -71,6 +71,11 @@ REAL colormap_max "maximum value to be mapped to colors" STEERABLE = ALWAYS *:* :: "Only for custom colormap scale" } +1.0 +INT refinement_factor "Refine each 2D slice by a certain factor (using interpolation) ?" STEERABLE = ALWAYS +{ + 1:* :: "A factor greater 0" +} 1 + ################################ # Choosing what planes to output -- cgit v1.2.3