Changes between Version 21 and Version 22 of user_applications
- Timestamp:
- Jan 19, 2016, 2:01:32 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
user_applications
v21 v22 51 51 This multi-threaded application is typical of parallelism that can be exploited in low-level image processing. 52 52 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. 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. A compilation flag allows the user to skip this interactive section and use default input and output files. 54 54 55 55 It can run on a multi-processors, multi-clusters architecture, with one thread per processor core.