MantisBT - VTK |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0011975 | VTK | (No Category) | public | 2011-03-16 10:40 | 2013-07-10 10:04 |
|
| Reporter | Pietro Cerutti | |
| Assigned To | Dave DeMarle | |
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | 6.0.0 | |
| Target Version | | Fixed in Version | 6.1.0 | |
| Project | TBD |
| Type | incorrect functionality |
|
| Summary | 0011975: [patch] add compression option to vtkPNGWriter |
| Description | This patch adds a knob to the vtkPNGWriter class to allow the selection of a compression level (0-9). This maps directly to the png_set_compression_level function in the libpng API.
The default is 0 (no compression). I am open to suggestions on what you define a good default value. |
| Steps To Reproduce | |
| Additional Information | fixed in http://review.source.kitware.com/#/t/2925 [^]
Thanks Pietro! |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | vtkPNGWriter.diff (1,297) 2011-03-16 10:40 https://www.vtk.org/Bug/file/8755/vtkPNGWriter.diff
vtkPNGWriter_corrected.diff (1,302) 2011-03-16 10:43 https://www.vtk.org/Bug/file/8756/vtkPNGWriter_corrected.diff |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2011-03-16 10:40 | Pietro Cerutti | New Issue | |
| 2011-03-16 10:40 | Pietro Cerutti | File Added: vtkPNGWriter.diff | |
| 2011-03-16 10:43 | Pietro Cerutti | File Added: vtkPNGWriter_corrected.diff | |
| 2011-03-16 10:44 | Pietro Cerutti | Note Added: 0025792 | |
| 2011-06-16 13:12 | Zack Galbreath | Category | Development => (No Category) |
| 2013-06-05 15:44 | Jean-Christophe Fillion-Robin | Note Added: 0030914 | |
| 2013-07-10 10:01 | Dave DeMarle | Assigned To | => Dave DeMarle |
| 2013-07-10 10:01 | Dave DeMarle | Status | backlog => tabled |
| 2013-07-10 10:04 | Dave DeMarle | Project | => TBD |
| 2013-07-10 10:04 | Dave DeMarle | Type | => incorrect functionality |
| 2013-07-10 10:04 | Dave DeMarle | Status | tabled => closed |
| 2013-07-10 10:04 | Dave DeMarle | Resolution | open => fixed |
| 2013-07-10 10:04 | Dave DeMarle | Product Version | => 6.0.0 |
| 2013-07-10 10:04 | Dave DeMarle | Fixed in Version | => 6.1.0 |
| 2013-07-10 10:04 | Dave DeMarle | Additional Information Updated | bug_revision_view_page.php?rev_id=631#r631 |