Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.lang.visual-basic > #19377
| X-Received | by 2002:aed:3e8a:: with SMTP id n10-v6mr3521971qtf.33.1528128725333; Mon, 04 Jun 2018 09:12:05 -0700 (PDT) |
|---|---|
| X-Received | by 2002:a0c:e941:: with SMTP id n1-v6mr190637qvo.7.1528128725075; Mon, 04 Jun 2018 09:12:05 -0700 (PDT) |
| Path | csiph.com!feeder.erje.net!2.us.feeder.erje.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!x25-v6no3123044qto.0!news-out.google.com!p41-v6ni3003qtp.1!nntp.google.com!x25-v6no3123036qto.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
| Newsgroups | it.comp.lang.visual-basic |
| Date | Mon, 4 Jun 2018 09:12:04 -0700 (PDT) |
| In-Reply-To | <pf06tu$f0$1@gioia.aioe.org> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=82.58.162.17; posting-account=eitZdgoAAAC6C9CXmyhLNaQM3MgI3eZM |
| NNTP-Posting-Host | 82.58.162.17 |
| References | <pf06tu$f0$1@gioia.aioe.org> |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <79a813b4-e44e-4cfa-a458-0065fa52ac21@googlegroups.com> (permalink) |
| Subject | Re: Come realizzare visualizzatore immagini multiformato? |
| From | Luca D <antaniserse@yahoo.it> |
| Injection-Date | Mon, 04 Jun 2018 16:12:05 +0000 |
| Content-Type | text/plain; charset="UTF-8" |
| Content-Transfer-Encoding | quoted-printable |
| Lines | 15 |
| Xref | csiph.com it.comp.lang.visual-basic:19377 |
Show key headers only | View raw
On Sunday, June 3, 2018 at 9:55:44 AM UTC+2, RobertoA wrote: > Vorrei realizzare, in ambiente Dot Net, un visualizzatore immagini per > ogni tipo di formato > Si trova un po' di tutto, ma quando arriva il pdf ed il tiff > multipagina, bisogna sempre adottare soluzioni un po' accrocchiate > Allora la domanda e': come visualizzare all'interno di una form, > immagini (una alla volta) presenti sul disco pc, di formati diversi > (jpg, bmp, tiff, pdf, svg, ...) ? Il TIFF multipagina, se ben ricordo, è molto semplice: .GetFrameCount per farti dire quante immagini sono, .SelectActiveFrame per caricare in memoria la pagina che interessa, come normale istanza di Image/Bitmap Il PDF è un'altra faccenda perchè non è un formato immagine raster, o formato immagine del tutto a ben vedere, quindi ha bisogno di una gestione separata per forza... idem i file SVG che sono vettoriali
Back to it.comp.lang.visual-basic | Previous | Next — Previous in thread | Next in thread | Find similar
Come realizzare visualizzatore immagini multiformato? RobertoA <amorosik@tiscalinet.it> - 2018-06-03 10:09 +0200
Re: Come realizzare visualizzatore immagini multiformato? Luca D <antaniserse@yahoo.it> - 2018-06-04 09:12 -0700
Re: Come realizzare visualizzatore immagini multiformato? RobertoA <amorosik@tiscalinet.it> - 2018-06-04 19:39 +0200
Re: Come realizzare visualizzatore immagini multiformato? "Andrea (Work)" <andrea.isworkDELETEME@gmail.invalid> - 2018-06-29 11:14 +0200
csiph-web