![]() | |
![]() | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | |
![]() |
dir := FileDirectory on: 'd:\\images'. "add some image files to this directory first" dir keysDo: [:name | form = Form fromBinaryStream: (dir fileNamed: name). ImageReadWriter putForm: (form scaledToSize: 512@512) onFileNamed: 'scaled_',name; putForm: (form scaledToSize: 80@80) onFileNamed: 'thumb_',name]