# Create volume rendering presets

**URL:** https://discourse.slicer.org/t/create-volume-rendering-presets/16339
**Category:** Feature requests
**Tags:** volume-rendering
**Created:** [March 3, 2021, 5:39pm UTC](https://discourse.slicer.org/t/create-volume-rendering-presets/16339 "2021-03-03T17:39:42Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![mohammed\_alshakhas](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/mohammed_alshakhas/32/10025_2.png) [@mohammed\_alshakhas](https://discourse.slicer.org/u/mohammed_alshakhas)
#### Post date: [March 3, 2021, 5:39pm UTC](https://discourse.slicer.org/t/create-volume-rendering-presets/16339/1 "2021-03-03T17:39:42Z")

</div>

i wish to have a simple " save as preset " in the rendering module.

thanks

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [March 3, 2021, 7:31pm UTC](https://discourse.slicer.org/t/create-volume-rendering-presets/16339/2 "2021-03-03T19:31:22Z")

</div>

The steps to create custom volume rendering presets are described [here](https://slicer.readthedocs.io/en/latest/developer_guide/modules/volumerendering.html#how-to-register-custom-volume-rendering-presets).

It could be certainly made more user friendly, for example by adding a small Python scripted module that would provide GUI to add/remove/edit volume rendering presets. [Developer tutorials](https://slicer.readthedocs.io/en/latest/developer_guide/api.html#tutorials) describe how to create a new module, then you would need to copy the volume rendering preset example into the module and adjust it so that it is controlled by the GUI. Would you be interested in giving it a try (or find a student or a friend that is familiar with Python scripting and would be interested in helping you out)?

---

<div class="post-metadata">

### Author: ![mohammed\_alshakhas](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/mohammed_alshakhas/32/10025_2.png) [@mohammed\_alshakhas](https://discourse.slicer.org/u/mohammed_alshakhas)
#### Post date: [March 5, 2021, 2:34pm UTC](https://discourse.slicer.org/t/create-volume-rendering-presets/16339/3 "2021-03-05T14:34:46Z")

</div>

Unfortunately I don’t have any help around .

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [March 5, 2021, 2:52pm UTC](https://discourse.slicer.org/t/create-volume-rendering-presets/16339/4 "2021-03-05T14:52:25Z")

</div>

You can [submit a formal feature request in the issue tracker](https://github.com/Slicer/Slicer/issues/new?assignees=&labels=type%3Aenhancement&template=feature_request.md&title=) and if it gets enough attention (👍 upvotes) from other users then it will be implemented.

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [March 8, 2021, 4:21pm UTC](https://discourse.slicer.org/t/create-volume-rendering-presets/16339/5 "2021-03-08T16:21:35Z")

</div>

Feature request has been added:

> <https://github.com/Slicer/Slicer/issues/5505>
>
> Is your feature request related to a problem? Please describe.
> I always start creating my volume rendering from scratch, however, that takes...
