![]() |
|
|
#1 |
|
Guest
Posts: n/a
|
Best way to set EXIF data in JPEGs
Any suggestions/recommendations on the best way to SET EXIF data in a set of
JPEG files using PowerShell? Thanks! jps [msft] |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Re: Best way to set EXIF data in JPEGs
Maybe this one: Lossless JPEG Rewrites in C# http://www.eggheadcafe.com/articles/20030706.asp --- Shay Levi $cript Fanatic http://scriptolog.blogspot.com J> Any suggestions/recommendations on the best way to SET EXIF data in a J> set of JPEG files using PowerShell? J> J> Thanks! J> jps [msft] |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Re: Best way to set EXIF data in JPEGs
It is not PowerShell but its the closest I could get. There are some links to get EXIF with PowerShell but not to SET them. --- Shay Levi $cript Fanatic http://scriptolog.blogspot.com SL> Maybe this one: SL> SL> Lossless JPEG Rewrites in C# SL> http://www.eggheadcafe.com/articles/20030706.asp SL> --- SL> Shay Levi SL> $cript Fanatic SL> http://scriptolog.blogspot.com J>> Any suggestions/recommendations on the best way to SET EXIF data in J>> a set of JPEG files using PowerShell? J>> J>> Thanks! J>> jps [msft] |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Re: Best way to set EXIF data in JPEGs
Jeffrey Snover [MSFT] wrote:
> Any suggestions/recommendations on the best way to SET EXIF data in a > set of JPEG files using PowerShell? > > Thanks! > jps [msft] I've used this before: http://www.sno.phy.queensu.ca/~phil/exiftool/ (Still maintained also.) Marco -- Microsoft MVP - Windows PowerShell http://www.microsoft.com/mvp PowerGadgets MVP http://www.powergadgets.com/mvp Blog: http://marcoshaw.blogspot.com |
|
|
|
#5 |
|
Guest
Posts: n/a
|
Re: Best way to set EXIF data in JPEGs
Jeffrey Snover [MSFT] wrote:
> Any suggestions/recommendations on the best way to SET EXIF data in a > set of JPEG files using PowerShell? Yeah, I see some libraries out there to read (http://www.codeplex.com/DotNetLibrary) but not write at first glance. Here's another EXE option: http://www.exiv2.org/ Another c# option: http://www.codeproject.com/KB/GDI-plus/ImageInfo.aspx I got nuthin' easy... -- Author, Tech Prosaic blog (http://halr9000.com) Webmaster, Psi (http://psi-im.org) Community Director, PowerShellCommunity.org Co-host, PowerScripting Podcast (http://powerscripting.net) |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|