Stefano Cossu

Results 25 issues of Stefano Cossu

This adds the standard Github gitignore for C. This is to prevent the tree from showing as dirty with artifacts when used in a Git submodule and compiled separately.

While performing a load test on an IIPImage server, I occasionally get error messages such as `Error writing strip: ` and `Error writing output`. I don't see a corresponding HTTP...

In https://github.com/IIIF/api/issues/1878, quoting from the [IIIF evaluation and testing criteria](https://iiif.io/community/policy/editorial/#evaluation-and-testing): > In order to be considered ready for final review, new features must have two open-source server-side implementations, at least...

Newbie here, so please bear with me, but I think I am missing something obvious. What is the purpose of `hashtable_hash_ptr` @ https://github.com/srdja/Collections-C/blob/master/src/hashtable.c#L918 ? My understanding is that it would...

This works: ``` import pyvips with open('/tmp/test.tiff', 'rb') as fh: img = pyvips.Image.new_from_buffer(fh.read(), "", access="sequential") ``` This: ``` import pyvips with open('/tmp/test.tiff', 'rb') as fh: img = pyvips.Image.new_from_buffer(fh, "", access="sequential")...

question

I need to inject some XMP metadata into an image to be written to disk as (big)TIFF. Some related functionality seems to be documented in the [libvips header documentation](https://jcupitt.github.io/libvips/API/current/libvips-header.html) but...

question

I preface that I'm quite new to C so this may be completely off. However, in: https://github.com/fragglet/c-algorithms/blob/5b0555f4aa832a9d4c8662316994faa80f52ae93/src/set.c#L256-L275 the `0` return value is used both for an operation that does not...

In https://iiif.io/api/presentation/3.0/#45-html-markup-in-property-values : > The content must be well-formed XML and therefore must be wrapped in an element such as p or span. And, further down, > Clients should allow...

presentation
normative

I have received feedback from Tibetan catalogers about some discrepancies between Aksharamukha and the [ALA-LC Tibetan romanization table](https://www.loc.gov/catdir/cpso/romanization/tibetan.pdf) using Roman (IAST) as the target script. Is the intent of Aksharamukha...

Hello, I'm evaluating the integration of Aksharamukha with a general-purpose transliteration tool: https://github.com/lcnetdev/scriptshifter/ It's working very well, except that I can't programmatically retrieve the options available for a specific script...

enhancement