Skip to content

Commit

Permalink
Update README.md and LICENSE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsycore committed Aug 1, 2020
1 parent 27261f2 commit e881d53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 1 addition & 4 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
THIS LICENCE DOESN'T APPLY TO FILE INSIDE FOLDER NAMED "external", THEY HAVE
THEIR OWN LICENCE AND HAVE NOT BEEN EDITED.

MIT License

Copyright (c) 2019 WARLUS Dylan AKA Coldragon
Copyright (c) 2020 Coldragon

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@

[![Actions Status](https://github.com/Coldragon/Stegacito/workflows/Build/badge.svg)](https://github.com/Coldragon/Stegacito/actions) on Windows, MacOS and Linux

<a href="./LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-brightgreen.svg"></a><br />
<a href="https://github.com/Coldragon/Stegacito/releases"><img src="https://img.shields.io/github/v/release/coldragon/stegacito.svg"></a><br />


# Stegacito

Hide a File inside a PNG image.
Expand All @@ -8,7 +13,7 @@ You can hide in the image image_width x image_height - header_size(265) bytes.

For example a 800x480 image can have **800 x 480 - 265 = 383735 bytes** ----> **383.735** kilobytes

Pixel in the image are alterated, 3 bits in the Red and Green and 2 bits in the Blue. So the Red and Green will varry in a range of 0-7 and the Blue 0-3.
Pixel in the image are alterated, 3 bits in the Red and Green and 2 bits in the Blue.

# Schema

Expand Down

0 comments on commit e881d53

Please sign in to comment.