Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • sac2c sac2c
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 403
    • Issues 403
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Issues
  • #2197
Closed
Open
Created Feb 23, 2012 by Bep Rinto@broGuest

new improved fast and complete PGM implementation

Bugzilla Link 922
Created on Feb 23, 2012 15:28
Resolution FIXED
Resolved on Mar 04, 2012 17:15
Version svn
OS Linux
Architecture PC
Attachments SACfastPGM.tar

Extended Description

Created an attachment (id=854)
Drop in replacement for SAC PGM
PGM is a simple but handy image file format.
The SAC provided PGM implementation has several drawbacks:
- it uses the Grey datastructure which is inefficient
and cumbersome to work with and has incomplete SAC support.
- it doesn't support PGM 16-bit pixels.
- it uses slow stdio routines to parse PGM files.
- due to a bug it is currently unusable.
Attached is a tar file which provides a drop in replacement for the SAC PGM.
The new fast PGM implementation supports the complete PGM spec,
is very fast even for large data files,
detects all invalid data conditions and simply works.
Details are in the source files.
An included test script tests most of the features.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking