Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bitmap-transform

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitmap-transform

CodeFellows-401d8 Bitmap transformer homework

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

CodeFellows-401d8 Bitmap transformer homework

Usage:

  • Clone and navigate to bitmap-transformer folder
  • Use command with the format .bin/bitmap <filename.bmp> <transform options>
  • Available transform options: invert/grayscale/bluescale/greenscale/redscale

Bonus points completed:

  • Can handle palette and non-palette bitmaps
  • Can handle multiple types of bitmaps (not just BM)
  • Handle LE and BE computers with a single if statement
  • Create a command line interface
  • Command line interface that can select the transform
  • Can handle various sized bitmaps. NOTE** Various sized non-palette bitmaps only have the invert and grayscale working, haven't figure out the algorithms for bluescale/greenscale/redscale yet. All the options for palette bitmap should be working as intended even for various sized.
  • Make your command install-able on npm and use a "bin"

Contributors:

  • Tracey Radcliffe - https://github.com/traceyr
  • John Gaines - https://github.com/Firefly4266
  • Steven Than - https://github.com/steventhan

FAQs

Package last updated on 19 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc