We just got word that LEADTOOLS has racked up yet another award! LEADTOOLS Imaging Pro was nominated for and won a finalist award for the Dr. Dobb’s Jolt Awards 2013. These prestigious annual awards from Dr. Dobb’s were given by a panel of independent judges who rigorously tested and evaluated over thirty software development kits.
LEADTOOLS.com Links
Recent Posts
- Using the LEADTOOLS Excel Web Editor to Implement Functions
- Load an Existing Excel File and Programmatically Change Data with LEADTOOLS
- Non-Standard Paper Sizes for Printing Physical and Virtually? Not a Problem with LEADTOOLS!
- See Us In Seattle at Microsoft Build 2024!
- Capture it all with LEADTOOLS Multi-Capture Video Support
Categories
- .net (5)
- Cloud Services (3)
- Document Imaging (167)
- Analyzer (2)
- Annotations (5)
- Barcode (16)
- Document Converter (10)
- Excel (3)
- Forms Recognition and Processing (18)
- MICR (1)
- OCR (36)
- PDF (26)
- Virtual Printer (3)
- General (55)
- General Imaging (54)
- File Formats (3)
- HTML5 (19)
- Image Processing (11)
- Web Scanning (1)
- Medical Imaging (29)
- Multimedia Imaging (37)
- News (132)
- Recognition (2)
- Speech Recognition (1)
- Success Story (2)
- Video Tutorials (5)
Tags
- .NET Framework (60)
- 3D (1)
- Android (25)
- Annotation (40)
- Barcode (61)
- Code Tip (62)
- Codec (2)
- DICOM (67)
- Document Converter (23)
- Document Viewer (32)
- Event (43)
- File Formats (11)
- Forms Processing (29)
- Forms Recognition (34)
- HL7 (7)
- HTML5 (68)
- Image Processing (66)
- iOS (18)
- Java (12)
- JavaScript (50)
- Linux (9)
- macOS (9)
- Medical Viewer (11)
- MPEG-2 Transport Stream (7)
- OCR (103)
- PACS (51)
- PDF (82)
- Product Announcement (48)
- Streaming (7)
- TWAIN (14)
- Viewers (37)
- Virtual Printer (8)
- White Paper (24)
I am looking at acquiting the SDK for the purpose of making image corrections to Nikon .nef files. I understand that the SDK can be used to make the standard contrast and brightness corrections but I am not able to determine if you can white balance, change exposure settings etc. like you can in the Nikon software. The Nikon software workes great but there is no batch capability.
Awaiting your response.
Ted (763-493-9320)
Hello Ted,
I would recommend taking a look at a few of our Image Processing help file topics. Specifically, I would check out the Changing Brightness and Contrast and Correcting Colors help topics with regard to the image processing you are mentioning here.
You specifically ask about white balance and changing exposure settings. For white balance, I would look at the BalanceColorsCommand or ChangeHueStaturationIntensityCommand. Both of these are noted in the “Correcting Colors” topic above.
I do not think there is an equivalent method in LEADTOOLS for changing the exposure settings for the camera. That would be determined by the device creating the file. However, we do have support for reading and writing Exif metadata. We have specific enumerations for WhiteBalance and ExposureMode here
LEADTOOLS has a lot of image processing commands for many different effects. If you continue to have questions with this, I would suggest sending a sample image (or multiple) to support@leadtools.com with your questions. The LEADTOOLS Support team will work to assist you further.
Walter Bates
Assistant Support Manager