i open this thread to have a base for my changes to CImage class
added many functions to IImage.h, CImage.h, CImage.cpp
added class CPU, cpu.h, cpu.cpp
added FileSystem functions fs.h, fs.cpp
etc..
Log-File on Windows7 from CImage tests:
http://benjaminhampe@benjaminhampe.be.o ... utput.html
working:
- Bresenham Line with 1 or 2 colors
- Bresenham Circle with 1 color
- Bresenham Ellipse with 1 color
- Bresenham RoundRect with 1 or 4 colors
- Filled Rect with 1 or 4 colors and linear interpolation between
- scaling nearest, bilinear, bicubic from and to any desired size
- flipH, flipV, rotate180
- rotateLeft, rotateRight
- filter: sharpen, edge-detect, blur, mean-removal, etc
- CImageWriterXPM ( i got no errors so far)
- CImageLoaderXPM ( test phase)
test executable:
http://benjaminhampe.be.ohost.de/firest ... actory.exe
http://benjaminhampe.be.ohost.de/firest ... layout.css
code: http://benjaminhampe@benjaminhampe.be.o ... actory.cpp
output: http://benjaminhampe.be.ohost.de/firest ... utput.html
important code files:
http://benjaminhampe.be.ohost.de/firest ... mlWriter.h
http://benjaminhampe.be.ohost.de/firest ... Writer.cpp
http://benjaminhampe.be.ohost.de/firest ... 7/IImage.h
http://benjaminhampe.be.ohost.de/firest ... geFilter.h
http://benjaminhampe.be.ohost.de/firest ... 7/CImage.h
http://benjaminhampe.be.ohost.de/firest ... CImage.cpp
http://benjaminhampe.be.ohost.de/firest ... riterXPM.h
http://benjaminhampe.be.ohost.de/firest ... terXPM.cpp
http://benjaminhampe.be.ohost.de/firest ... oaderXPM.h
http://benjaminhampe.be.ohost.de/firest ... derXPM.cpp
http://benjaminhampe.be.ohost.de/firest ... 5_27/cpu.h
http://benjaminhampe.be.ohost.de/firest ... 27/cpu.cpp
http://benjaminhampe.be.ohost.de/firest ... 05_27/fs.h
http://benjaminhampe.be.ohost.de/firest ... _27/fs.cpp
http://benjaminhampe.be.ohost.de/firest ... 05_27/os.h
http://benjaminhampe.be.ohost.de/firest ... _27/os.cpp
http://benjaminhampe.be.ohost.de/firest ... /sprintf.h
http://benjaminhampe.be.ohost.de/firest ... printf.cpp
CImage Enhancements
CImage Enhancements
Last edited by gerdb on Tue Jun 12, 2012 2:48 pm, edited 1 time in total.
Re: CImage Enhancements
update