Questions tagged [minimum-coded-unit]

4 questions
6
votes
2 answers

What kind of test cases can we write using DUnit?

I am using Delphi 7. I am new to DUnit, my doubt is what kind of test cases I can write using DUnit and how (that is very important for me). Is it possible to write test cases for a particular button click event? Because in that event there may be a…
1
vote
1 answer

Details about JPEG MCU

I want to extract the individual MCUs of JPEG file using JAVA.I could not find the information about the MCUs in JPEG headers.Information like: whether size of MCU for JPEg is 8x8, 16x8, 8x16 or 16x16? or any other information which will be required…
waqas
  • 1,115
  • 5
  • 19
  • 32
0
votes
0 answers

Is it reasonable to scale down (resize) a jpeg by operating on each MCU independently?

I’m writing software for a cortex m4 microcontroller. I’d like to resize a jpeg image - given as an example a jpeg image with MCUs of 16x16/256 pixels. Is it reasonable to reduce each MCU down to an arbitrarily smaller MCU? Say from 16x16 to 1x1 or…
0
votes
2 answers

how to read/write a raw jpeg MCU block from an image ? [.net preffered] [maybe using a 3rd party iamge library]

i want to read the raw image data of a jpeg so i can manipulate it without loosing any quality when doing so. i took a look at the LibJpeg.Net library http://bitmiracle.com/libjpeg . but there is a lot of code and couldnt find anything about…
Karim
  • 6,113
  • 18
  • 58
  • 83