Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · master
imageprocessing
Browse files
Mar 13, 2020
Setting a pixel now sets a new max value
· c28aed1e
Kelly Ma
authored
Mar 13, 2020
c28aed1e
Updated README
· 88b3a9d0
Kelly Ma
authored
Mar 13, 2020
88b3a9d0
Reorganize directory structure
· 1b97f25f
Kelly Ma
authored
Mar 13, 2020
1b97f25f
Don't commit Mars files
· 738a16e7
Kelly Ma
authored
Mar 13, 2020
738a16e7
Implemented rescale.asm
· ee057384
Kelly Ma
authored
Mar 13, 2020
ee057384
Replaced use of all s registers
· 442f593a
Kelly Ma
authored
Mar 12, 2020
442f593a
Increase readImage buffer from 2048 to 4096
· cea7e14d
Kelly Ma
authored
Mar 12, 2020
cea7e14d
Mar 11, 2020
invertedImage.asm functions correctly
· b264b4dd
Kelly Ma
authored
Mar 11, 2020
b264b4dd
Overwrite file in writeImage.asm
· 2c8420e7
Kelly Ma
authored
Mar 11, 2020
2c8420e7
Inverting pixels works, but resetting the max value doesn't work
· ba74f1f2
Kelly Ma
authored
Mar 11, 2020
ba74f1f2
Load unsigned byte instead of just byte
· c707e66c
Kelly Ma
authored
Mar 10, 2020
c707e66c
Completed setPixel.asm
· 4980bd16
Kelly Ma
authored
Mar 10, 2020
4980bd16
Started setPixel.asm
· bb3a8f95
Kelly Ma
authored
Mar 10, 2020
bb3a8f95
Renamed error string to ErrInvalidLoc
· 2ab3b7e4
Kelly Ma
authored
Mar 10, 2020
2ab3b7e4
Completed getPixel.asm
· bd734352
Kelly Ma
authored
Mar 10, 2020
bd734352
Mar 10, 2020
Completed writeImage.asm
· 1d64776d
Kelly Ma
authored
Mar 10, 2020
1d64776d
Writing P2 files actually open this time!
· bdc7b564
Kelly Ma
authored
Mar 10, 2020
bdc7b564
Mar 09, 2020
Finished p2 file, except for opening error
· 9153352c
Kelly Ma
authored
Mar 09, 2020
9153352c
Need to fix newline problem for P2 files
· 1dac403c
Kelly Ma
authored
Mar 09, 2020
1dac403c
write_image almost works for P2 files
· 50ac2e57
Kelly Ma
authored
Mar 09, 2020
50ac2e57
Mar 08, 2020
Implement spacing logic for printing
· 8c011077
Kelly Ma
authored
Mar 08, 2020
8c011077
Can print width, height, and max value now
· 4e3649c9
Kelly Ma
authored
Mar 08, 2020
4e3649c9
Introduced helper function int2str
· ed8035e3
Kelly Ma
authored
Mar 08, 2020
ed8035e3
Mar 07, 2020
Started write_image but nothing works
· 98b4cae5
Kelly Ma
authored
Mar 07, 2020
98b4cae5
Updated main.asm with additional test inputs
· b35d1100
Kelly Ma
authored
Mar 07, 2020
b35d1100
Removed temporary data holds
· 5aa3150b
Kelly Ma
authored
Mar 07, 2020
5aa3150b
Implemented read_file for both P2 and P5 files (successfully!)
· 7140aeb0
Kelly Ma
authored
Mar 07, 2020
7140aeb0
started implementation of read_file for P5 files
· a4ce30e6
Kelly Ma
authored
Mar 07, 2020
a4ce30e6
Implemented read_file for all P2 files
· 45bc37b9
Kelly Ma
authored
Mar 07, 2020
45bc37b9
s4 stores whether file is P2 or P5
· 4b92ca12
Kelly Ma
authored
Mar 07, 2020
4b92ca12
Mar 06, 2020
Store width, height, max value into Image struct
· ed6d9bfd
Kelly Ma
authored
Mar 06, 2020
ed6d9bfd
Abstracted digit processing in readImage.asm
· c8dead89
Kelly Ma
authored
Mar 06, 2020
c8dead89
Extract width and height from file
· cb9256e4
Kelly Ma
authored
Mar 05, 2020
cb9256e4
Incomplete implementation of read_file
· b7873df0
Kelly Ma
authored
Mar 05, 2020
b7873df0
Added error handling for file read/write/open/close, implemented write_file
· 07a581e1
Kelly Ma
authored
Mar 05, 2020
07a581e1
Mar 05, 2020
Implemented read_file for I/O
· 41d0b9e4
Kelly Ma
authored
Mar 05, 2020
41d0b9e4
Added template files, initial commit
· 76b4bd0f
Kelly Ma
authored
Mar 05, 2020
76b4bd0f
Loading