Hi sven and others
While trying to improve microdown I have the following question.
How can I have a more generic getImage: method.
Right now I use getPng: and I would like to support getPng: and getJpeg.
I saw that there is getImageOfType: mimeType fromUrl: urlObject
getImageOfType: mimeType fromUrl: urlObject
| client |
(client := self client)
url: urlObject;
accept: mimeType;
enforceHttpSuccess: true;
enforceAcceptContentType: true;
get.
"ImageReadWriter does automatic type detection"
^ ImageReadWriter formFromStream: client entity readStream
So it looks like what I want except that I do not know how to specify a Mime
So I did
ZnEasy
getImageOfType: (ZnMimeType main: 'image' sub: '*')
Now I would like to know if this is the correct way to do it.
I could imagine that we could give a set of possible mime types.
S.
--------------------------------------------
St��phane Ducasse
03 59 35 87 52
Assistant: Aurore Dalle
FAX 03 59 57 78 50
TEL 03 59 35 86 16
S. Ducasse - Inria
40, avenue Halley,
Parc Scientifique de la Haute Borne, B��t.A, Park Plaza
Villeneuve d'Ascq 59650
France