Changes between Version 21 and Version 22 of user_applications


Ignore:
Timestamp:
Jan 19, 2016, 2:01:32 PM (8 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user_applications

    v21 v22  
    5151This multi-threaded application is typical of parallelism that can be exploited in low-level image processing.
    5252
    53 It ask the user to enter the name of a file containing an image stored on the FAT32 disk, check that the selected image fit the frame buffer size, transpose the image (X <-> Y), display the result on the graphical display, and save the transposed image to the FAT32 disk.
     53It ask the user to enter the name of a file containing an image stored on the FAT32 disk, check that the selected image fit the frame buffer size, transpose the image (X <-> Y), display the result on the graphical display, and save the transposed image to the FAT32 disk. A compilation flag allows the user to skip this interactive section and use default input and output files.
    5454
    5555It can run on a multi-processors, multi-clusters architecture, with one thread per processor core.