Advertisement
ASP_Volume2 Graphics #26803

Save as JPG (3 options)

Three ways to save picture files in JPG format.

AI

Shrnutí AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Zdrojový kód
original-source
<p class=MsoNormal><b>Save as JPG (3 options)<o:p></o:p></b></p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<ul style='margin-top:0in' type=disc>
 <li class=MsoNormal style='mso-list:l1 level1 lfo3;tab-stops:list .5in'>Option
  #1<span style="mso-spacerun: yes">  </span>- This option requires
  IJL15.DLL that is no longer distributed or supported by Intel.<span
  style="mso-spacerun: yes">  </span>It can still be downloaded from <a
  href="http://www.dll-files.com/dllindex/dll-files.shtml?ijl15">http://www.dll-files.com/dllindex/dll-files.shtml?ijl15</a>.
  <o:p></o:p></li>
 <li class=MsoNormal style='margin-top:12.0pt;mso-list:l1 level1 lfo3;
  tab-stops:list .5in'>Option #2<span style="mso-spacerun: yes">  </span>-
  This option requires DIJPG.DLL, which can be downloaded from <a
  href="http://www.disoft.com/oss/dijpg.htm">http://www.disoft.com/oss/dijpg.htm</a>.<span
  style="mso-spacerun: yes">  </span>Takes longer because it must save the
  picture as a BMP file first and then convert the saved BMP file to a JPG
  file.<span style="mso-spacerun: yes">  </span>The JPG file it creates is
  about 2.4 times larger then the other two options.<o:p></o:p></li>
 <li class=MsoNormal style='margin-top:12.0pt;mso-list:l1 level1 lfo3;
  tab-stops:list .5in'>Option #3<span style="mso-spacerun: yes">  </span>-
  This Option requires your project to reference GDI+.TLB and needs
  GDIPLUS.DLL , which can be downloaded from <a
  href="http://www.microsoft.com/downloads/release.asp?releaseid=32738">http://www.microsoft.com/downloads/release.asp?releaseid=32738</a>.<span
  style="mso-spacerun: yes">  </span>Any 32 bit OS aside from Win95 can use
  the gdiplus.dll. This DLL is installed with the .net framework and is
  already present in the WinXP OS. <span style="mso-spacerun:
  yes"> </span>For more information click <a
  href="http://vbaccelerator.com/home/VB/Code/vbMedia/Using_GDI_Plus/GDIPlus_Helper/article.asp">http://vbaccelerator.com/home/VB/Code/vbMedia/Using_GDI_Plus/GDIPlus_Helper/article.asp</a>.<o:p></o:p></li>
</ul>
<p class=MsoNormal style='margin-top:12.0pt'>Please do not vote; I posted this
for information purposes only. Take a look at the code examples.<o:p></o:p></p>
<p class=MsoNormal>Enjoy,</p>
Původní komentáře (3)
Obnoveno z Wayback Machine