'From etoys2.1 of 30 August 2007 [latest update: #1590] on 4 September 2007 at 3:47:14 pm'! "Change Set: jpegExt-bf Date: 4 September 2007 Author: Bert Freudenberg Add JPE as supported jpeg extension as workaround for issues 3163 and 3164"! !JPEGReadWriter class methodsFor: 'image reading/writing' stamp: 'bf 9/4/2007 15:25'! typicalFileExtensions "Answer a collection of file extensions (lowercase) which files that I can read might commonly have" ^#('jpg' 'jpeg' 'jpe')! ! !JPEGReadWriter2 class methodsFor: 'image reading/writing' stamp: 'bf 9/4/2007 15:25'! typicalFileExtensions "Answer a collection of file extensions (lowercase) which files that I can read might commonly have" ^#('jpg' 'jpeg' 'jpe')! !