+ Post New Thread
Page 1 of 5 1 2 3 ... LastLast
Threads 1 to 20 of 96

Forum: ImgSource General

Discuss usage, bugs, etc. for ImgSource, ISEffect, SAJ2K, SARAW, SAFPX.

  1.   Sticky Threads  

  2. Sticky Thread Sticky: IS v5.0.2.5

    Slight change to bi-cubic interpolation method used in rotation, resizing, 'push' and polygon warp. Due to floating point inaccuracies, output pixels...

    Started by Admin, 08-25-2010 05:36 PM
    • Replies: 0
    • Views: 45
    08-25-2010 05:36 PM Go to last post
  3. Sticky Thread Sticky: IS v5.0.2.4

    Eliminated some compiler warnings in VS2010. Also, removed debugging info from VS2010 debug libraries. this should eliminate the slew of linker...

    Started by Admin, 07-18-2010 02:18 PM
    • Replies: 0
    • Views: 77
    07-18-2010 02:18 PM Go to last post
  4. Sticky Thread Sticky: SARAW 2.2.4.2 And SAJ2K 1.0.6.3

    Added VS2010 static lib builds for SARAW and SAJ2K.

    Started by Admin, 06-06-2010 04:45 PM
    • Replies: 0
    • Views: 156
    06-06-2010 04:45 PM Go to last post
  5. Poll Sticky Thread Sticky: Poll: Which Compiler Are You Using ?

    With the upcoming release of VisualStudio 2010, we are re-evaluating our support of older versions of Visual Studio. So, which version(s) do you...

    Started by Admin, 11-29-2009 03:16 PM
    • Replies: 5
    • Views: 949
    05-24-2010 01:16 AM Go to last post
  6. Exclamation Sticky Thread Sticky: IS v5 - C#/VB Developers Needed - $$!

    We're looking for people to write the C# and VB declarations, and C#/VB code samples for ImgSource v5. The vast majority of the ImgSource...

    Started by Admin, 01-30-2010 03:49 PM
    • Replies: 2
    • Views: 548
    04-07-2010 02:33 PM Go to last post
  7. Sticky Thread Sticky: ImgSource v5 - What's New

    We're about done with the development for IS v5, and are just finishing up the documentation and other bits of supporting material; so it's time to...

    Started by Admin, 02-20-2010 01:22 PM
    • Replies: 0
    • Views: 2,299
    02-20-2010 01:22 PM Go to last post
  8. Sticky Thread Sticky: IS v4.0 C# Samples

    Note: these are for ImgSource v4.0. The function declarations will not work with ImgSource 5.0 (though they can be easily converted, in most cases)....

    Started by Admin, 01-23-2008 04:29 PM
    • Replies: 0
    • Views: 2,940
    01-23-2008 04:29 PM Go to last post
  9. Sticky Thread Sticky: IS v4.0 C# declarations

    Note: The following only applies to ImgSource v4.0. The declarations will not work with ImgSource 5.0 (thought the v5 declarations will be very...

    Started by Admin, 01-22-2008 01:35 PM
    • Replies: 0
    • Views: 2,670
    01-22-2008 01:35 PM Go to last post
  10.   Normal Threads  

  1. Problems reading profile from image file

    I tried to grab the icc profile from JPEG and TIFF images, which definitely have profiles embedded, but it did not work. GetICCProfile always returns...

    Started by HarryG, 09-05-2010 08:55 PM
    • Replies: 3
    • Views: 25
    Yesterday 04:41 PM Go to last post
  2. Change Black Background When Reading EMF?

    Hello, I open EMF files with _IS3ReadImageToDIB. When the EMF only has lines, no background, the DIB ends up as a big black rectangle. Any...

    Started by patrickroberts, 08-30-2010 05:12 PM
    • Replies: 3
    • Views: 40
    08-30-2010 08:10 PM Go to last post
  3. SARAW Update

    Would you please update SARAW with the latest version of dcraw? I would like to be able to open Canon 550D raw files. They come up with a blue tint...

    Started by HarryG, 08-27-2010 11:15 AM
    • Replies: 3
    • Views: 59
    08-30-2010 01:46 PM Go to last post
  4. Colors slightly off in is5_RotateImage()

    When using is5_RotateImage() I see that some pixels that had white, 255, 255, 255 RGB values color, after rotation some of them become 254, 254, 254....

    Started by gregko, 08-25-2010 04:24 AM
    • Replies: 2
    • Views: 44
    08-27-2010 04:12 AM Go to last post
  5. is5_RGBToHBITMAP not releasing the GDI object (?)

    This might be my mistake, but calling is5_RGBToHBITMAP seems to cause a GDI leak. Even if I delete the returned HBITMAP the leak still exists. ...

    Started by jrlenz, 08-04-2010 05:48 PM
    • Replies: 3
    • Views: 80
    08-24-2010 07:05 AM Go to last post
  6. is5_BilateralFilterImage

    Is there a reason (besides speed) that the bilateral filter is limited to 8 bits per pixel? I am looking at working with 16 bit TIFF files and I...

    Started by dzweig, 07-30-2010 11:13 AM
    16 bit tiff, bilateral filter, is5_bilateralfilterimage
    • Replies: 2
    • Views: 93
    07-30-2010 12:44 PM Go to last post
  7. Initialize and Exit

    Hi, I would like to know if is5_Initialize and is5_Exit functions can be called once, even on multithreaded application with ISource static library...

    Started by lincoln, 07-21-2010 01:56 PM
    • Replies: 1
    • Views: 89
    07-21-2010 02:03 PM Go to last post
  8. SetTIFFSoftwareString

    Hi, is there an is40_SetTIFFSoftwareString equivalent function on new version? Thanks

    Started by lincoln, 07-21-2010 01:43 PM
    • Replies: 1
    • Views: 46
    07-21-2010 01:50 PM Go to last post
  9. is5_StretchDrawRGBCropped?

    Any chance that a is5_StretchDrawRGBCropped could be added? It was in IS3 but seems to have disappeared since. I can switch to an intermediary...

    Started by dminut, 07-20-2010 11:56 AM
    • Replies: 2
    • Views: 58
    07-20-2010 01:18 PM Go to last post
  10. is5_GetGIFFrame problems in v5.0.2.2 in vb6

    Did something in the declarations change between 5.0.1.1 and 5.0.2.2? I'm getting bad data back from the is5_GetGIFFrame call. I'm using VB6 on my...

    Started by dminut, 07-16-2010 11:59 AM
    • Replies: 5
    • Views: 133
    07-20-2010 10:58 AM Go to last post
  11. IS v5.0.2.3

    Fixed multiframe GIF reading. This was broken in v5.0.2.2. Fixed error in is5_GetBorder's RGBA mode.

    Started by Admin, 07-16-2010 11:05 PM
    • Replies: 0
    • Views: 78
    07-16-2010 11:05 PM Go to last post
  12. is5_StretchDrawRGBCropped?

    There used to be an is3 version of IS3StretchDrawRGBCropped. Any chance that an is5 version will be implemented? It would save some time converting...

    Started by dminut, 07-16-2010 05:04 PM
    • Replies: 0
    • Views: 35
    07-16-2010 05:04 PM Go to last post
  13. is5_GetGIFFrame problems in v5.0.2.2 in vb6

    Did something in the declarations change between 5.0.1.1 and 5.0.2.2? I'm getting bad data back from the is5_GetGIFFrame call. I'm using VB6 on my...

    Started by dminut, 07-16-2010 12:06 PM
    • Replies: 0
    • Views: 13
    07-16-2010 12:06 PM Go to last post
  14. IS v5.0.2.2 - broken

    Update: multiframe GIF reading is broken in this build!! A fix is coming soon. ----- Made a fix to generic read of PSD. It was failing to...

    Started by Admin, 07-15-2010 09:16 PM
    • Replies: 0
    • Views: 84
    07-15-2010 09:16 PM Go to last post
  15. IS v5.0.2.1

    Fix to the "big red X" warning for unregistsered users. It was crashing on 48 bit images. This does not affect registered users.

    Started by Admin, 07-08-2010 08:29 AM
    • Replies: 0
    • Views: 123
    07-08-2010 08:29 AM Go to last post
  16. IS v5.0.2.0

    Made some minor code changes to support building in Unicode. added one new function: is5_RGB24ToRGB16Ex. This is the same functionality as...

    Started by Admin, 07-08-2010 07:00 AM
    • Replies: 0
    • Views: 114
    07-08-2010 07:00 AM Go to last post
  17. is5_RGB24ToRGB16() - need DIB options

    The function is5_RGB24ToRGB16() is not very useful to me, as unfortunately I have to deal with Windows DIBs. Other functions take stride into...

    Started by gregko, 07-07-2010 11:15 AM
    • Replies: 1
    • Views: 49
    07-07-2010 11:21 AM Go to last post
  18. PSD Layers Support?

    Are there any plans to support reading and writing Adobe PSD files layer data? For me this would be useful to even be able to read and write the...

    Started by kcarlino, 06-20-2010 09:17 PM
    • Replies: 2
    • Views: 145
    06-20-2010 11:03 PM Go to last post
  19. IS v5.0.1.3 - VS2010 builds

    We've added Visual Studio 2010 build packages for the C++ static libs. See the ImgSource home page for download info. No new features in this...

    Started by Admin, 06-06-2010 12:20 AM
    • Replies: 0
    • Views: 136
    06-06-2010 12:20 AM Go to last post
  20. Visual Studio 2010 compatibility with 4.0.24.1

    We have an existing project using ImgSource 4.0.24.1 that was successfully compiling with Visual Studio 2008. We're upgrading to Visual Studio 2010,...

    Started by Westminster, 04-13-2010 04:23 PM
    • Replies: 6
    • Views: 588
    06-02-2010 05:57 AM Go to last post

+ Post New Thread

Forum Information and Options

Moderators of this Forum

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts