Description: This project features a complete JPEG Hardware Compressor (standard Baseline DCT, JFIF header) with 2:1:1 subsampling, able to compress at a rate of up to 24 images per second (on XC2V1000-4 @ 40 MHz with resolution 352x288).
Image resolution is not limited. It takes an RGB input (row-wise) and outputs to a memory the compressed JPEG image. Its quality is comparable to software solutions. Platform: |
Size: 3416064 |
Author:Bill Guan |
Hits:
Description: INTEGRATING
SERVLETS AND JSP:
THE MODEL VIEW
CONTROLLER (MVC)
ARCHITECTURE.
Servlets are great when your application requires a lot of real programming to
accomplish its task. As illustrated earlier in this book, servlets can manipulate HTTP
status codes and headers, use cookies, track sessions, save information between
requests, compress pages, access databases, generate JPEG images on-the-fly, and
perform many other tasks flexibly and efficiently. But, generating HTML with servlets
can be tedious and can yield a result that is hard to modify. Platform: |
Size: 338944 |
Author:Hikio |
Hits: