Skip to content

Commit

Permalink
State jupyter notebook to extract the layers from an image jpeg style
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezzamonn committed Oct 24, 2018
1 parent 84fcae1 commit 450bfd5
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
Binary file added assets/a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions python/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Ignore all PyCharm related files
.idea/
51 changes: 51 additions & 0 deletions python/jpeg.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"collapsed": true
},
"source": [
"This is a thing to do a fourier-*like* transform (techinically, a discrete cosine transform) on an image to get out the different layers that jpegs use."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
""
]
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
""
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"language": "python",
"name": "python2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2.0
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.6"
}
},
"nbformat": 4,
"nbformat_minor": 0
}

0 comments on commit 450bfd5

Please sign in to comment.