- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
Hi,
The ippiResize function does not seem to support a "negative step"...
The reason why I'm attempting to use a "negative step" is to simutaiously resize and vertically flip the image.
The documentation does not explictly state that a negative step is either supported or not.
Any comments or ideas?
Thanks,
Dean.
The ippiResize function does not seem to support a "negative step"...
The reason why I'm attempting to use a "negative step" is to simutaiously resize and vertically flip the image.
The documentation does not explictly state that a negative step is either supported or not.
Any comments or ideas?
Thanks,
Dean.
Link kopiert
6 Antworten
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
Just one note when attempting to do "vertical flipping" I'm using the following code to adjust the approperate variables:
--- snip ---
nNewSrcStep = -nSrcStep;
pNewSrcData = pSrcData + nSrcStep * (nSrcHeight - 1);
--- snip ---
Thanks,
Dean.
--- snip ---
nNewSrcStep = -nSrcStep;
pNewSrcData = pSrcData + nSrcStep * (nSrcHeight - 1);
--- snip ---
Thanks,
Dean.
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
Hi Dean,
Areyou still use IPP v4.1? Weadded support for negative step in ippiResize functionin IPP v5.0 (there were requests for that). Can you move to the latest version of library?
Regards,
Vladimir
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
Excellent!
Have not had chance to look at IPP v5.0, gives me an excuse to now!
Does ippiCopy also support negative values?
(I am aware that I can use ippiMirror, but the code would be a lot shorter if ippiCopy did support it)
Thanks,
Dean.
Have not had chance to look at IPP v5.0, gives me an excuse to now!
Does ippiCopy also support negative values?
(I am aware that I can use ippiMirror, but the code would be a lot shorter if ippiCopy did support it)
Thanks,
Dean.
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
Dean, yes in IPP v5.0 ippiCopy also support negative step.
Vladimir
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
Implemented...
works for me,
Thankyou,
Dean.
works for me,
Thankyou,
Dean.
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
great,feedback we have from this forum is definetely help us to improve IPP libraries (there was request for support of negative step, and this functionality was implemented).

Antworten
Themen-Optionen
- RSS-Feed abonnieren
- Thema als neu kennzeichnen
- Thema als gelesen kennzeichnen
- Diesen Thema für aktuellen Benutzer floaten
- Lesezeichen
- Abonnieren
- Drucker-Anzeigeseite