Search:

Type: Posts; User: Admin; Keyword(s):

Page 1 of 12 1 2 3 4

Search: Search took 0.09 seconds.

  1. Thread: IS v5.0.8.3

    by Admin
    Replies
    0
    Views
    147

    IS v5.0.8.3

    Added the ability to read and write PSDs at RGB-48 and CMYK-64.
  2. Replies
    1
    Views
    184

    Re: Opening PSD Files as 48-bit data

    Hi,

    I will investigate.

    -c
  3. Thread: IS v5.0.8.2

    by Admin
    Replies
    0
    Views
    158

    IS v5.0.8.2

    More fixes for IPTC reading and writing.
  4. Thread: IS v5.0.8.1

    by Admin
    Replies
    0
    Views
    137

    Sticky: IS v5.0.8.1

    Fix to is5_IPTCExport: possible crash, and definite bad results.
  5. Replies
    2
    Views
    254

    Re: Write IPTC with IS5

    FYI:
    I've updated the code in my previous reply. It was out of date.
  6. Replies
    2
    Views
    254

    Re: Write IPTC with IS5

    Here is writing IPTC to TIFF, then reading the results back


    // create IPTC writer
    HISIPTCW hIPTCW = is5_IPTCWriteInit();

    // add two tags
    const char *pDateString = "19800303";
    ...
  7. Replies
    0
    Views
    176

    Sticky: Is 5.0.7.0, 5.0.8.0

    5.0.7.0

    Fixes to is5_XYZToLab, is5_XYZToLuv, is5_LabToXYZ, is5_LuvToXYZ: would return error if image height was smaller than maxThreads * 5
    Change to RGB <-> XYZ and XYZ <-> Lab calculations....
  8. Thread: RGB <-> HBitmap

    by Admin
    Replies
    2
    Views
    283

    Re: RGB HBitmap

    An HBITMAP is a Device Dependent Bitmap - as compared to a DIB (Device Independed Bitmap) - so there's always a device context involved, whenever you do anything to one. The only exception is if the...
  9. Re: is5_WritePNG (or JPG or BMP) fails to create a file

    Just FYI, i did confirm that the JPG reading and writing works (for me at least) in a VS2012 build. There must be a configuration issue somewhere on your end.

    Also, the size value that's returned...
  10. Re: is5_WritePNG (or JPG or BMP) fails to create a file

    You might try writing it to a memory-based file, then dumping the buffer to disk. That would at least narrow the problem down to a file/path issue.

    Do you have the same Unicode/multithreaded...
  11. Replies
    2
    Views
    579

    Re: link error using ISource5

    Hi,

    I could not reproduce this.

    1. I downloaded http://www.smalleranimals.com/zips/ImgSource5/islibd50_vs08.zip
    2. created a new console app project in VS08.


    #include "stdafx.h"
    #include...
  12. Replies
    2
    Views
    579

    Re: link error using ISource5

    Hi
    thanks for the heads-up. I will investigate.
  13. Replies
    0
    Views
    527

    Sticky: Visual Studio 2012 Libs added

    We've added static libs for VS12: ImgSource, SAJ2K and SARAW.
  14. Thread: IS v5.0.6.12

    by Admin
    Replies
    0
    Views
    443

    IS v5.0.6.12

    Fix to EXIF writing. Previous version were omitting the "next IFD offset" at the end of IFDs. This causes problems (bogus tags) with some EXIF reading software. This has been fixed.
  15. Replies
    1
    Views
    604

    Re: Having problem to make Polygon Warp work

    yes. is5_PolygonWarpImage accepts 8, 24 and 32 bpp images.


    yes. if your image is vertically flipped, you'll need to use the inverted Y coordinates.

    what is the return value from...
  16. Re: Which ImgSrc Source code Module contains the Brightness and Contrast functions?

    for brightness/contrast, see ISHistograms.cpp

    for colorspace xforms, see ISImgUtilColor.cpp
  17. Replies
    6
    Views
    1,296

    Re: Another apparent problem with rowstride

    hmm.

    can you tell me the values of all the parameters to is5_Scribble, when the problem happens?
  18. Replies
    3
    Views
    868

    Re: How do I define a quadrilateral ?

    yes, a null pointer. (32-bit 0 in Win32, 64-bit 0 in Win64)
  19. Replies
    3
    Views
    868

    Re: How do I define a quadrilateral ?

    the ISQuadrilateral is defined (in ISTypes.h) as:


    typedef struct ISQuadrilateral_tag
    {
    POINT topLeft;
    POINT bottomLeft;
    POINT topRight;
    POINT bottomRight;
    } ISQuadrilateral;
  20. Replies
    6
    Views
    1,296

    Re: Another apparent problem with rowstride

    try declaring PAram_First as a cardinal. that "BOOL" in ImgSource declarations is really a C "int" (which is 32 bits in both Win32 and Win64).
  21. Thread: IS v5.0.6.11

    by Admin
    Replies
    0
    Views
    508

    IS v5.0.6.11

    Performance improvement for is5_PosterizeImage. It is now usable. This also affects the performance of is5_Scribble in mode "2".
    Fixed possible crash bug in is5_Scribble, for mode "2".
  22. Replies
    6
    Views
    1,296

    Re: Another apparent problem with rowstride

    can you show me how you're calling the Scribble function?
  23. Thread: 64 bits dll

    by Admin
    Replies
    2
    Views
    716

    Re: 64 bits dll

    if your app is 32 bits, you only need the 32-bit DLL.

    the 64-bit DLL is only for 64-bit applications.
  24. Replies
    4
    Views
    807

    Re: Oil Paint Filter Size

    see http://www.smalleranimals.com/vforum/showthread.php?6777-IS-v5-0-6-10
  25. Thread: IS v5.0.6.10

    by Admin
    Replies
    0
    Views
    583

    IS v5.0.6.10

    Two minor changes:
    1. Added tag descriptions for the Microsoft XP* EXIF tags (XPAUTHOR, XPTAGS, etc.). These are Unicode strings, with tag IDs in the range 0x9C9B-0x9C9F - they're what you see in...
Results 1 to 25 of 282
Page 1 of 12 1 2 3 4