pngread.c 139 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220
  1. /* pngread.c - read a PNG file
  2. *
  3. * Last changed in libpng 1.6.33 [September 28, 2017]
  4. * Copyright (c) 1998-2002,2004,2006-2017 Glenn Randers-Pehrson
  5. * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
  6. * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
  7. *
  8. * This code is released under the libpng license.
  9. * For conditions of distribution and use, see the disclaimer
  10. * and license in png.h
  11. *
  12. * This file contains routines that an application calls directly to
  13. * read a PNG file or stream.
  14. */
  15. #include "pngpriv.h"
  16. #if defined(PNG_SIMPLIFIED_READ_SUPPORTED) && defined(PNG_STDIO_SUPPORTED)
  17. # include <errno.h>
  18. #endif
  19. #ifdef PNG_READ_SUPPORTED
  20. /* Create a PNG structure for reading, and allocate any memory needed. */
  21. PNG_FUNCTION(png_structp,PNGAPI
  22. png_create_read_struct,(png_const_charp user_png_ver, png_voidp error_ptr,
  23. png_error_ptr error_fn, png_error_ptr warn_fn),PNG_ALLOCATED)
  24. {
  25. #ifndef PNG_USER_MEM_SUPPORTED
  26. png_structp png_ptr = png_create_png_struct(user_png_ver, error_ptr,
  27. error_fn, warn_fn, NULL, NULL, NULL);
  28. #else
  29. return png_create_read_struct_2(user_png_ver, error_ptr, error_fn,
  30. warn_fn, NULL, NULL, NULL);
  31. }
  32. /* Alternate create PNG structure for reading, and allocate any memory
  33. * needed.
  34. */
  35. PNG_FUNCTION(png_structp,PNGAPI
  36. png_create_read_struct_2,(png_const_charp user_png_ver, png_voidp error_ptr,
  37. png_error_ptr error_fn, png_error_ptr warn_fn, png_voidp mem_ptr,
  38. png_malloc_ptr malloc_fn, png_free_ptr free_fn),PNG_ALLOCATED)
  39. {
  40. png_structp png_ptr = png_create_png_struct(user_png_ver, error_ptr,
  41. error_fn, warn_fn, mem_ptr, malloc_fn, free_fn);
  42. #endif /* USER_MEM */
  43. if (png_ptr != NULL)
  44. {
  45. png_ptr->mode = PNG_IS_READ_STRUCT;
  46. /* Added in libpng-1.6.0; this can be used to detect a read structure if
  47. * required (it will be zero in a write structure.)
  48. */
  49. # ifdef PNG_SEQUENTIAL_READ_SUPPORTED
  50. png_ptr->IDAT_read_size = PNG_IDAT_READ_SIZE;
  51. # endif
  52. # ifdef PNG_BENIGN_READ_ERRORS_SUPPORTED
  53. png_ptr->flags |= PNG_FLAG_BENIGN_ERRORS_WARN;
  54. /* In stable builds only warn if an application error can be completely
  55. * handled.
  56. */
  57. # if PNG_RELEASE_BUILD
  58. png_ptr->flags |= PNG_FLAG_APP_WARNINGS_WARN;
  59. # endif
  60. # endif
  61. /* TODO: delay this, it can be done in png_init_io (if the app doesn't
  62. * do it itself) avoiding setting the default function if it is not
  63. * required.
  64. */
  65. png_set_read_fn(png_ptr, NULL, NULL);
  66. }
  67. return png_ptr;
  68. }
  69. #ifdef PNG_SEQUENTIAL_READ_SUPPORTED
  70. /* Read the information before the actual image data. This has been
  71. * changed in v0.90 to allow reading a file that already has the magic
  72. * bytes read from the stream. You can tell libpng how many bytes have
  73. * been read from the beginning of the stream (up to the maximum of 8)
  74. * via png_set_sig_bytes(), and we will only check the remaining bytes
  75. * here. The application can then have access to the signature bytes we
  76. * read if it is determined that this isn't a valid PNG file.
  77. */
  78. void PNGAPI
  79. png_read_info(png_structrp png_ptr, png_inforp info_ptr)
  80. {
  81. #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED
  82. int keep;
  83. #endif
  84. png_debug(1, "in png_read_info");
  85. if (png_ptr == NULL || info_ptr == NULL)
  86. return;
  87. /* Read and check the PNG file signature. */
  88. png_read_sig(png_ptr, info_ptr);
  89. for (;;)
  90. {
  91. png_uint_32 length = png_read_chunk_header(png_ptr);
  92. png_uint_32 chunk_name = png_ptr->chunk_name;
  93. /* IDAT logic needs to happen here to simplify getting the two flags
  94. * right.
  95. */
  96. if (chunk_name == png_IDAT)
  97. {
  98. if ((png_ptr->mode & PNG_HAVE_IHDR) == 0)
  99. png_chunk_error(png_ptr, "Missing IHDR before IDAT");
  100. else if (png_ptr->color_type == PNG_COLOR_TYPE_PALETTE &&
  101. (png_ptr->mode & PNG_HAVE_PLTE) == 0)
  102. png_chunk_error(png_ptr, "Missing PLTE before IDAT");
  103. else if ((png_ptr->mode & PNG_AFTER_IDAT) != 0)
  104. png_chunk_benign_error(png_ptr, "Too many IDATs found");
  105. png_ptr->mode |= PNG_HAVE_IDAT;
  106. }
  107. else if ((png_ptr->mode & PNG_HAVE_IDAT) != 0)
  108. {
  109. png_ptr->mode |= PNG_HAVE_CHUNK_AFTER_IDAT;
  110. png_ptr->mode |= PNG_AFTER_IDAT;
  111. }
  112. /* This should be a binary subdivision search or a hash for
  113. * matching the chunk name rather than a linear search.
  114. */
  115. if (chunk_name == png_IHDR)
  116. png_handle_IHDR(png_ptr, info_ptr, length);
  117. else if (chunk_name == png_IEND)
  118. png_handle_IEND(png_ptr, info_ptr, length);
  119. #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED
  120. else if ((keep = png_chunk_unknown_handling(png_ptr, chunk_name)) != 0)
  121. {
  122. png_handle_unknown(png_ptr, info_ptr, length, keep);
  123. if (chunk_name == png_PLTE)
  124. png_ptr->mode |= PNG_HAVE_PLTE;
  125. else if (chunk_name == png_IDAT)
  126. {
  127. png_ptr->idat_size = 0; /* It has been consumed */
  128. break;
  129. }
  130. }
  131. #endif
  132. else if (chunk_name == png_PLTE)
  133. png_handle_PLTE(png_ptr, info_ptr, length);
  134. else if (chunk_name == png_IDAT)
  135. {
  136. png_ptr->idat_size = length;
  137. break;
  138. }
  139. #ifdef PNG_READ_bKGD_SUPPORTED
  140. else if (chunk_name == png_bKGD)
  141. png_handle_bKGD(png_ptr, info_ptr, length);
  142. #endif
  143. #ifdef PNG_READ_cHRM_SUPPORTED
  144. else if (chunk_name == png_cHRM)
  145. png_handle_cHRM(png_ptr, info_ptr, length);
  146. #endif
  147. #ifdef PNG_READ_eXIf_SUPPORTED
  148. else if (chunk_name == png_eXIf)
  149. png_handle_eXIf(png_ptr, info_ptr, length);
  150. #endif
  151. #ifdef PNG_READ_gAMA_SUPPORTED
  152. else if (chunk_name == png_gAMA)
  153. png_handle_gAMA(png_ptr, info_ptr, length);
  154. #endif
  155. #ifdef PNG_READ_hIST_SUPPORTED
  156. else if (chunk_name == png_hIST)
  157. png_handle_hIST(png_ptr, info_ptr, length);
  158. #endif
  159. #ifdef PNG_READ_oFFs_SUPPORTED
  160. else if (chunk_name == png_oFFs)
  161. png_handle_oFFs(png_ptr, info_ptr, length);
  162. #endif
  163. #ifdef PNG_READ_pCAL_SUPPORTED
  164. else if (chunk_name == png_pCAL)
  165. png_handle_pCAL(png_ptr, info_ptr, length);
  166. #endif
  167. #ifdef PNG_READ_sCAL_SUPPORTED
  168. else if (chunk_name == png_sCAL)
  169. png_handle_sCAL(png_ptr, info_ptr, length);
  170. #endif
  171. #ifdef PNG_READ_pHYs_SUPPORTED
  172. else if (chunk_name == png_pHYs)
  173. png_handle_pHYs(png_ptr, info_ptr, length);
  174. #endif
  175. #ifdef PNG_READ_sBIT_SUPPORTED
  176. else if (chunk_name == png_sBIT)
  177. png_handle_sBIT(png_ptr, info_ptr, length);
  178. #endif
  179. #ifdef PNG_READ_sRGB_SUPPORTED
  180. else if (chunk_name == png_sRGB)
  181. png_handle_sRGB(png_ptr, info_ptr, length);
  182. #endif
  183. #ifdef PNG_READ_iCCP_SUPPORTED
  184. else if (chunk_name == png_iCCP)
  185. png_handle_iCCP(png_ptr, info_ptr, length);
  186. #endif
  187. #ifdef PNG_READ_sPLT_SUPPORTED
  188. else if (chunk_name == png_sPLT)
  189. png_handle_sPLT(png_ptr, info_ptr, length);
  190. #endif
  191. #ifdef PNG_READ_tEXt_SUPPORTED
  192. else if (chunk_name == png_tEXt)
  193. png_handle_tEXt(png_ptr, info_ptr, length);
  194. #endif
  195. #ifdef PNG_READ_tIME_SUPPORTED
  196. else if (chunk_name == png_tIME)
  197. png_handle_tIME(png_ptr, info_ptr, length);
  198. #endif
  199. #ifdef PNG_READ_tRNS_SUPPORTED
  200. else if (chunk_name == png_tRNS)
  201. png_handle_tRNS(png_ptr, info_ptr, length);
  202. #endif
  203. #ifdef PNG_READ_zTXt_SUPPORTED
  204. else if (chunk_name == png_zTXt)
  205. png_handle_zTXt(png_ptr, info_ptr, length);
  206. #endif
  207. #ifdef PNG_READ_iTXt_SUPPORTED
  208. else if (chunk_name == png_iTXt)
  209. png_handle_iTXt(png_ptr, info_ptr, length);
  210. #endif
  211. else
  212. png_handle_unknown(png_ptr, info_ptr, length,
  213. PNG_HANDLE_CHUNK_AS_DEFAULT);
  214. }
  215. }
  216. #endif /* SEQUENTIAL_READ */
  217. /* Optional call to update the users info_ptr structure */
  218. void PNGAPI
  219. png_read_update_info(png_structrp png_ptr, png_inforp info_ptr)
  220. {
  221. png_debug(1, "in png_read_update_info");
  222. if (png_ptr != NULL)
  223. {
  224. if ((png_ptr->flags & PNG_FLAG_ROW_INIT) == 0)
  225. {
  226. png_read_start_row(png_ptr);
  227. # ifdef PNG_READ_TRANSFORMS_SUPPORTED
  228. png_read_transform_info(png_ptr, info_ptr);
  229. # else
  230. PNG_UNUSED(info_ptr)
  231. # endif
  232. }
  233. /* New in 1.6.0 this avoids the bug of doing the initializations twice */
  234. else
  235. png_app_error(png_ptr,
  236. "png_read_update_info/png_start_read_image: duplicate call");
  237. }
  238. }
  239. #ifdef PNG_SEQUENTIAL_READ_SUPPORTED
  240. /* Initialize palette, background, etc, after transformations
  241. * are set, but before any reading takes place. This allows
  242. * the user to obtain a gamma-corrected palette, for example.
  243. * If the user doesn't call this, we will do it ourselves.
  244. */
  245. void PNGAPI
  246. png_start_read_image(png_structrp png_ptr)
  247. {
  248. png_debug(1, "in png_start_read_image");
  249. if (png_ptr != NULL)
  250. {
  251. if ((png_ptr->flags & PNG_FLAG_ROW_INIT) == 0)
  252. png_read_start_row(png_ptr);
  253. /* New in 1.6.0 this avoids the bug of doing the initializations twice */
  254. else
  255. png_app_error(png_ptr,
  256. "png_start_read_image/png_read_update_info: duplicate call");
  257. }
  258. }
  259. #endif /* SEQUENTIAL_READ */
  260. #ifdef PNG_SEQUENTIAL_READ_SUPPORTED
  261. #ifdef PNG_MNG_FEATURES_SUPPORTED
  262. /* Undoes intrapixel differencing,
  263. * NOTE: this is apparently only supported in the 'sequential' reader.
  264. */
  265. static void
  266. png_do_read_intrapixel(png_row_infop row_info, png_bytep row)
  267. {
  268. png_debug(1, "in png_do_read_intrapixel");
  269. if (
  270. (row_info->color_type & PNG_COLOR_MASK_COLOR) != 0)
  271. {
  272. int bytes_per_pixel;
  273. png_uint_32 row_width = row_info->width;
  274. if (row_info->bit_depth == 8)
  275. {
  276. png_bytep rp;
  277. png_uint_32 i;
  278. if (row_info->color_type == PNG_COLOR_TYPE_RGB)
  279. bytes_per_pixel = 3;
  280. else if (row_info->color_type == PNG_COLOR_TYPE_RGB_ALPHA)
  281. bytes_per_pixel = 4;
  282. else
  283. return;
  284. for (i = 0, rp = row; i < row_width; i++, rp += bytes_per_pixel)
  285. {
  286. *(rp) = (png_byte)((256 + *rp + *(rp + 1)) & 0xff);
  287. *(rp+2) = (png_byte)((256 + *(rp + 2) + *(rp + 1)) & 0xff);
  288. }
  289. }
  290. else if (row_info->bit_depth == 16)
  291. {
  292. png_bytep rp;
  293. png_uint_32 i;
  294. if (row_info->color_type == PNG_COLOR_TYPE_RGB)
  295. bytes_per_pixel = 6;
  296. else if (row_info->color_type == PNG_COLOR_TYPE_RGB_ALPHA)
  297. bytes_per_pixel = 8;
  298. else
  299. return;
  300. for (i = 0, rp = row; i < row_width; i++, rp += bytes_per_pixel)
  301. {
  302. png_uint_32 s0 = (png_uint_32)(*(rp ) << 8) | *(rp + 1);
  303. png_uint_32 s1 = (png_uint_32)(*(rp + 2) << 8) | *(rp + 3);
  304. png_uint_32 s2 = (png_uint_32)(*(rp + 4) << 8) | *(rp + 5);
  305. png_uint_32 red = (s0 + s1 + 65536) & 0xffff;
  306. png_uint_32 blue = (s2 + s1 + 65536) & 0xffff;
  307. *(rp ) = (png_byte)((red >> 8) & 0xff);
  308. *(rp + 1) = (png_byte)(red & 0xff);
  309. *(rp + 4) = (png_byte)((blue >> 8) & 0xff);
  310. *(rp + 5) = (png_byte)(blue & 0xff);
  311. }
  312. }
  313. }
  314. }
  315. #endif /* MNG_FEATURES */
  316. void PNGAPI
  317. png_read_row(png_structrp png_ptr, png_bytep row, png_bytep dsp_row)
  318. {
  319. png_row_info row_info;
  320. if (png_ptr == NULL)
  321. return;
  322. png_debug2(1, "in png_read_row (row %lu, pass %d)",
  323. (unsigned long)png_ptr->row_number, png_ptr->pass);
  324. /* png_read_start_row sets the information (in particular iwidth) for this
  325. * interlace pass.
  326. */
  327. if ((png_ptr->flags & PNG_FLAG_ROW_INIT) == 0)
  328. png_read_start_row(png_ptr);
  329. /* 1.5.6: row_info moved out of png_struct to a local here. */
  330. row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */
  331. row_info.color_type = png_ptr->color_type;
  332. row_info.bit_depth = png_ptr->bit_depth;
  333. row_info.channels = png_ptr->channels;
  334. row_info.pixel_depth = png_ptr->pixel_depth;
  335. row_info.rowbytes = PNG_ROWBYTES(row_info.pixel_depth, row_info.width);
  336. #ifdef PNG_WARNINGS_SUPPORTED
  337. if (png_ptr->row_number == 0 && png_ptr->pass == 0)
  338. {
  339. /* Check for transforms that have been set but were defined out */
  340. #if defined(PNG_WRITE_INVERT_SUPPORTED) && !defined(PNG_READ_INVERT_SUPPORTED)
  341. if ((png_ptr->transformations & PNG_INVERT_MONO) != 0)
  342. png_warning(png_ptr, "PNG_READ_INVERT_SUPPORTED is not defined");
  343. #endif
  344. #if defined(PNG_WRITE_FILLER_SUPPORTED) && !defined(PNG_READ_FILLER_SUPPORTED)
  345. if ((png_ptr->transformations & PNG_FILLER) != 0)
  346. png_warning(png_ptr, "PNG_READ_FILLER_SUPPORTED is not defined");
  347. #endif
  348. #if defined(PNG_WRITE_PACKSWAP_SUPPORTED) && \
  349. !defined(PNG_READ_PACKSWAP_SUPPORTED)
  350. if ((png_ptr->transformations & PNG_PACKSWAP) != 0)
  351. png_warning(png_ptr, "PNG_READ_PACKSWAP_SUPPORTED is not defined");
  352. #endif
  353. #if defined(PNG_WRITE_PACK_SUPPORTED) && !defined(PNG_READ_PACK_SUPPORTED)
  354. if ((png_ptr->transformations & PNG_PACK) != 0)
  355. png_warning(png_ptr, "PNG_READ_PACK_SUPPORTED is not defined");
  356. #endif
  357. #if defined(PNG_WRITE_SHIFT_SUPPORTED) && !defined(PNG_READ_SHIFT_SUPPORTED)
  358. if ((png_ptr->transformations & PNG_SHIFT) != 0)
  359. png_warning(png_ptr, "PNG_READ_SHIFT_SUPPORTED is not defined");
  360. #endif
  361. #if defined(PNG_WRITE_BGR_SUPPORTED) && !defined(PNG_READ_BGR_SUPPORTED)
  362. if ((png_ptr->transformations & PNG_BGR) != 0)
  363. png_warning(png_ptr, "PNG_READ_BGR_SUPPORTED is not defined");
  364. #endif
  365. #if defined(PNG_WRITE_SWAP_SUPPORTED) && !defined(PNG_READ_SWAP_SUPPORTED)
  366. if ((png_ptr->transformations & PNG_SWAP_BYTES) != 0)
  367. png_warning(png_ptr, "PNG_READ_SWAP_SUPPORTED is not defined");
  368. #endif
  369. }
  370. #endif /* WARNINGS */
  371. #ifdef PNG_READ_INTERLACING_SUPPORTED
  372. /* If interlaced and we do not need a new row, combine row and return.
  373. * Notice that the pixels we have from previous rows have been transformed
  374. * already; we can only combine like with like (transformed or
  375. * untransformed) and, because of the libpng API for interlaced images, this
  376. * means we must transform before de-interlacing.
  377. */
  378. if (png_ptr->interlaced != 0 &&
  379. (png_ptr->transformations & PNG_INTERLACE) != 0)
  380. {
  381. switch (png_ptr->pass)
  382. {
  383. case 0:
  384. if (png_ptr->row_number & 0x07)
  385. {
  386. if (dsp_row != NULL)
  387. png_combine_row(png_ptr, dsp_row, 1/*display*/);
  388. png_read_finish_row(png_ptr);
  389. return;
  390. }
  391. break;
  392. case 1:
  393. if ((png_ptr->row_number & 0x07) || png_ptr->width < 5)
  394. {
  395. if (dsp_row != NULL)
  396. png_combine_row(png_ptr, dsp_row, 1/*display*/);
  397. png_read_finish_row(png_ptr);
  398. return;
  399. }
  400. break;
  401. case 2:
  402. if ((png_ptr->row_number & 0x07) != 4)
  403. {
  404. if (dsp_row != NULL && (png_ptr->row_number & 4))
  405. png_combine_row(png_ptr, dsp_row, 1/*display*/);
  406. png_read_finish_row(png_ptr);
  407. return;
  408. }
  409. break;
  410. case 3:
  411. if ((png_ptr->row_number & 3) || png_ptr->width < 3)
  412. {
  413. if (dsp_row != NULL)
  414. png_combine_row(png_ptr, dsp_row, 1/*display*/);
  415. png_read_finish_row(png_ptr);
  416. return;
  417. }
  418. break;
  419. case 4:
  420. if ((png_ptr->row_number & 3) != 2)
  421. {
  422. if (dsp_row != NULL && (png_ptr->row_number & 2))
  423. png_combine_row(png_ptr, dsp_row, 1/*display*/);
  424. png_read_finish_row(png_ptr);
  425. return;
  426. }
  427. break;
  428. case 5:
  429. if ((png_ptr->row_number & 1) || png_ptr->width < 2)
  430. {
  431. if (dsp_row != NULL)
  432. png_combine_row(png_ptr, dsp_row, 1/*display*/);
  433. png_read_finish_row(png_ptr);
  434. return;
  435. }
  436. break;
  437. default:
  438. case 6:
  439. if ((png_ptr->row_number & 1) == 0)
  440. {
  441. png_read_finish_row(png_ptr);
  442. return;
  443. }
  444. break;
  445. }
  446. }
  447. #endif
  448. if ((png_ptr->mode & PNG_HAVE_IDAT) == 0)
  449. png_error(png_ptr, "Invalid attempt to read row data");
  450. /* Fill the row with IDAT data: */
  451. png_ptr->row_buf[0]=255; /* to force error if no data was found */
  452. png_read_IDAT_data(png_ptr, png_ptr->row_buf, row_info.rowbytes + 1);
  453. if (png_ptr->row_buf[0] > PNG_FILTER_VALUE_NONE)
  454. {
  455. if (png_ptr->row_buf[0] < PNG_FILTER_VALUE_LAST)
  456. png_read_filter_row(png_ptr, &row_info, png_ptr->row_buf + 1,
  457. png_ptr->prev_row + 1, png_ptr->row_buf[0]);
  458. else
  459. png_error(png_ptr, "bad adaptive filter value");
  460. }
  461. /* libpng 1.5.6: the following line was copying png_ptr->rowbytes before
  462. * 1.5.6, while the buffer really is this big in current versions of libpng
  463. * it may not be in the future, so this was changed just to copy the
  464. * interlaced count:
  465. */
  466. memcpy(png_ptr->prev_row, png_ptr->row_buf, row_info.rowbytes + 1);
  467. #ifdef PNG_MNG_FEATURES_SUPPORTED
  468. if ((png_ptr->mng_features_permitted & PNG_FLAG_MNG_FILTER_64) != 0 &&
  469. (png_ptr->filter_type == PNG_INTRAPIXEL_DIFFERENCING))
  470. {
  471. /* Intrapixel differencing */
  472. png_do_read_intrapixel(&row_info, png_ptr->row_buf + 1);
  473. }
  474. #endif
  475. #ifdef PNG_READ_TRANSFORMS_SUPPORTED
  476. if (png_ptr->transformations)
  477. png_do_read_transformations(png_ptr, &row_info);
  478. #endif
  479. /* The transformed pixel depth should match the depth now in row_info. */
  480. if (png_ptr->transformed_pixel_depth == 0)
  481. {
  482. png_ptr->transformed_pixel_depth = row_info.pixel_depth;
  483. if (row_info.pixel_depth > png_ptr->maximum_pixel_depth)
  484. png_error(png_ptr, "sequential row overflow");
  485. }
  486. else if (png_ptr->transformed_pixel_depth != row_info.pixel_depth)
  487. png_error(png_ptr, "internal sequential row size calculation error");
  488. #ifdef PNG_READ_INTERLACING_SUPPORTED
  489. /* Expand interlaced rows to full size */
  490. if (png_ptr->interlaced != 0 &&
  491. (png_ptr->transformations & PNG_INTERLACE) != 0)
  492. {
  493. if (png_ptr->pass < 6)
  494. png_do_read_interlace(&row_info, png_ptr->row_buf + 1, png_ptr->pass,
  495. png_ptr->transformations);
  496. if (dsp_row != NULL)
  497. png_combine_row(png_ptr, dsp_row, 1/*display*/);
  498. if (row != NULL)
  499. png_combine_row(png_ptr, row, 0/*row*/);
  500. }
  501. else
  502. #endif
  503. {
  504. if (row != NULL)
  505. png_combine_row(png_ptr, row, -1/*ignored*/);
  506. if (dsp_row != NULL)
  507. png_combine_row(png_ptr, dsp_row, -1/*ignored*/);
  508. }
  509. png_read_finish_row(png_ptr);
  510. if (png_ptr->read_row_fn != NULL)
  511. (*(png_ptr->read_row_fn))(png_ptr, png_ptr->row_number, png_ptr->pass);
  512. }
  513. #endif /* SEQUENTIAL_READ */
  514. #ifdef PNG_SEQUENTIAL_READ_SUPPORTED
  515. /* Read one or more rows of image data. If the image is interlaced,
  516. * and png_set_interlace_handling() has been called, the rows need to
  517. * contain the contents of the rows from the previous pass. If the
  518. * image has alpha or transparency, and png_handle_alpha()[*] has been
  519. * called, the rows contents must be initialized to the contents of the
  520. * screen.
  521. *
  522. * "row" holds the actual image, and pixels are placed in it
  523. * as they arrive. If the image is displayed after each pass, it will
  524. * appear to "sparkle" in. "display_row" can be used to display a
  525. * "chunky" progressive image, with finer detail added as it becomes
  526. * available. If you do not want this "chunky" display, you may pass
  527. * NULL for display_row. If you do not want the sparkle display, and
  528. * you have not called png_handle_alpha(), you may pass NULL for rows.
  529. * If you have called png_handle_alpha(), and the image has either an
  530. * alpha channel or a transparency chunk, you must provide a buffer for
  531. * rows. In this case, you do not have to provide a display_row buffer
  532. * also, but you may. If the image is not interlaced, or if you have
  533. * not called png_set_interlace_handling(), the display_row buffer will
  534. * be ignored, so pass NULL to it.
  535. *
  536. * [*] png_handle_alpha() does not exist yet, as of this version of libpng
  537. */
  538. void PNGAPI
  539. png_read_rows(png_structrp png_ptr, png_bytepp row,
  540. png_bytepp display_row, png_uint_32 num_rows)
  541. {
  542. png_uint_32 i;
  543. png_bytepp rp;
  544. png_bytepp dp;
  545. png_debug(1, "in png_read_rows");
  546. if (png_ptr == NULL)
  547. return;
  548. rp = row;
  549. dp = display_row;
  550. if (rp != NULL && dp != NULL)
  551. for (i = 0; i < num_rows; i++)
  552. {
  553. png_bytep rptr = *rp++;
  554. png_bytep dptr = *dp++;
  555. png_read_row(png_ptr, rptr, dptr);
  556. }
  557. else if (rp != NULL)
  558. for (i = 0; i < num_rows; i++)
  559. {
  560. png_bytep rptr = *rp;
  561. png_read_row(png_ptr, rptr, NULL);
  562. rp++;
  563. }
  564. else if (dp != NULL)
  565. for (i = 0; i < num_rows; i++)
  566. {
  567. png_bytep dptr = *dp;
  568. png_read_row(png_ptr, NULL, dptr);
  569. dp++;
  570. }
  571. }
  572. #endif /* SEQUENTIAL_READ */
  573. #ifdef PNG_SEQUENTIAL_READ_SUPPORTED
  574. /* Read the entire image. If the image has an alpha channel or a tRNS
  575. * chunk, and you have called png_handle_alpha()[*], you will need to
  576. * initialize the image to the current image that PNG will be overlaying.
  577. * We set the num_rows again here, in case it was incorrectly set in
  578. * png_read_start_row() by a call to png_read_update_info() or
  579. * png_start_read_image() if png_set_interlace_handling() wasn't called
  580. * prior to either of these functions like it should have been. You can
  581. * only call this function once. If you desire to have an image for
  582. * each pass of a interlaced image, use png_read_rows() instead.
  583. *
  584. * [*] png_handle_alpha() does not exist yet, as of this version of libpng
  585. */
  586. void PNGAPI
  587. png_read_image(png_structrp png_ptr, png_bytepp image)
  588. {
  589. png_uint_32 i, image_height;
  590. int pass, j;
  591. png_bytepp rp;
  592. png_debug(1, "in png_read_image");
  593. if (png_ptr == NULL)
  594. return;
  595. #ifdef PNG_READ_INTERLACING_SUPPORTED
  596. if ((png_ptr->flags & PNG_FLAG_ROW_INIT) == 0)
  597. {
  598. pass = png_set_interlace_handling(png_ptr);
  599. /* And make sure transforms are initialized. */
  600. png_start_read_image(png_ptr);
  601. }
  602. else
  603. {
  604. if (png_ptr->interlaced != 0 &&
  605. (png_ptr->transformations & PNG_INTERLACE) == 0)
  606. {
  607. /* Caller called png_start_read_image or png_read_update_info without
  608. * first turning on the PNG_INTERLACE transform. We can fix this here,
  609. * but the caller should do it!
  610. */
  611. png_warning(png_ptr, "Interlace handling should be turned on when "
  612. "using png_read_image");
  613. /* Make sure this is set correctly */
  614. png_ptr->num_rows = png_ptr->height;
  615. }
  616. /* Obtain the pass number, which also turns on the PNG_INTERLACE flag in
  617. * the above error case.
  618. */
  619. pass = png_set_interlace_handling(png_ptr);
  620. }
  621. #else
  622. if (png_ptr->interlaced)
  623. png_error(png_ptr,
  624. "Cannot read interlaced image -- interlace handler disabled");
  625. pass = 1;
  626. #endif
  627. image_height=png_ptr->height;
  628. for (j = 0; j < pass; j++)
  629. {
  630. rp = image;
  631. for (i = 0; i < image_height; i++)
  632. {
  633. png_read_row(png_ptr, *rp, NULL);
  634. rp++;
  635. }
  636. }
  637. }
  638. #endif /* SEQUENTIAL_READ */
  639. #ifdef PNG_SEQUENTIAL_READ_SUPPORTED
  640. /* Read the end of the PNG file. Will not read past the end of the
  641. * file, will verify the end is accurate, and will read any comments
  642. * or time information at the end of the file, if info is not NULL.
  643. */
  644. void PNGAPI
  645. png_read_end(png_structrp png_ptr, png_inforp info_ptr)
  646. {
  647. #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED
  648. int keep;
  649. #endif
  650. png_debug(1, "in png_read_end");
  651. if (png_ptr == NULL)
  652. return;
  653. /* If png_read_end is called in the middle of reading the rows there may
  654. * still be pending IDAT data and an owned zstream. Deal with this here.
  655. */
  656. #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED
  657. if (png_chunk_unknown_handling(png_ptr, png_IDAT) == 0)
  658. #endif
  659. png_read_finish_IDAT(png_ptr);
  660. #ifdef PNG_READ_CHECK_FOR_INVALID_INDEX_SUPPORTED
  661. /* Report invalid palette index; added at libng-1.5.10 */
  662. if (png_ptr->color_type == PNG_COLOR_TYPE_PALETTE &&
  663. png_ptr->num_palette_max > png_ptr->num_palette)
  664. png_benign_error(png_ptr, "Read palette index exceeding num_palette");
  665. #endif
  666. do
  667. {
  668. png_uint_32 length = png_read_chunk_header(png_ptr);
  669. png_uint_32 chunk_name = png_ptr->chunk_name;
  670. if (chunk_name != png_IDAT)
  671. png_ptr->mode |= PNG_HAVE_CHUNK_AFTER_IDAT;
  672. if (chunk_name == png_IEND)
  673. png_handle_IEND(png_ptr, info_ptr, length);
  674. else if (chunk_name == png_IHDR)
  675. png_handle_IHDR(png_ptr, info_ptr, length);
  676. else if (info_ptr == NULL)
  677. png_crc_finish(png_ptr, length);
  678. #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED
  679. else if ((keep = png_chunk_unknown_handling(png_ptr, chunk_name)) != 0)
  680. {
  681. if (chunk_name == png_IDAT)
  682. {
  683. if ((length > 0 && !(png_ptr->flags & PNG_FLAG_ZSTREAM_ENDED))
  684. || (png_ptr->mode & PNG_HAVE_CHUNK_AFTER_IDAT) != 0)
  685. png_benign_error(png_ptr, ".Too many IDATs found");
  686. }
  687. png_handle_unknown(png_ptr, info_ptr, length, keep);
  688. if (chunk_name == png_PLTE)
  689. png_ptr->mode |= PNG_HAVE_PLTE;
  690. }
  691. #endif
  692. else if (chunk_name == png_IDAT)
  693. {
  694. /* Zero length IDATs are legal after the last IDAT has been
  695. * read, but not after other chunks have been read. 1.6 does not
  696. * always read all the deflate data; specifically it cannot be relied
  697. * upon to read the Adler32 at the end. If it doesn't ignore IDAT
  698. * chunks which are longer than zero as well:
  699. */
  700. if ((length > 0 && !(png_ptr->flags & PNG_FLAG_ZSTREAM_ENDED))
  701. || (png_ptr->mode & PNG_HAVE_CHUNK_AFTER_IDAT) != 0)
  702. png_benign_error(png_ptr, "..Too many IDATs found");
  703. png_crc_finish(png_ptr, length);
  704. }
  705. else if (chunk_name == png_PLTE)
  706. png_handle_PLTE(png_ptr, info_ptr, length);
  707. #ifdef PNG_READ_bKGD_SUPPORTED
  708. else if (chunk_name == png_bKGD)
  709. png_handle_bKGD(png_ptr, info_ptr, length);
  710. #endif
  711. #ifdef PNG_READ_cHRM_SUPPORTED
  712. else if (chunk_name == png_cHRM)
  713. png_handle_cHRM(png_ptr, info_ptr, length);
  714. #endif
  715. #ifdef PNG_READ_eXIf_SUPPORTED
  716. else if (chunk_name == png_eXIf)
  717. png_handle_eXIf(png_ptr, info_ptr, length);
  718. #endif
  719. #ifdef PNG_READ_gAMA_SUPPORTED
  720. else if (chunk_name == png_gAMA)
  721. png_handle_gAMA(png_ptr, info_ptr, length);
  722. #endif
  723. #ifdef PNG_READ_hIST_SUPPORTED
  724. else if (chunk_name == png_hIST)
  725. png_handle_hIST(png_ptr, info_ptr, length);
  726. #endif
  727. #ifdef PNG_READ_oFFs_SUPPORTED
  728. else if (chunk_name == png_oFFs)
  729. png_handle_oFFs(png_ptr, info_ptr, length);
  730. #endif
  731. #ifdef PNG_READ_pCAL_SUPPORTED
  732. else if (chunk_name == png_pCAL)
  733. png_handle_pCAL(png_ptr, info_ptr, length);
  734. #endif
  735. #ifdef PNG_READ_sCAL_SUPPORTED
  736. else if (chunk_name == png_sCAL)
  737. png_handle_sCAL(png_ptr, info_ptr, length);
  738. #endif
  739. #ifdef PNG_READ_pHYs_SUPPORTED
  740. else if (chunk_name == png_pHYs)
  741. png_handle_pHYs(png_ptr, info_ptr, length);
  742. #endif
  743. #ifdef PNG_READ_sBIT_SUPPORTED
  744. else if (chunk_name == png_sBIT)
  745. png_handle_sBIT(png_ptr, info_ptr, length);
  746. #endif
  747. #ifdef PNG_READ_sRGB_SUPPORTED
  748. else if (chunk_name == png_sRGB)
  749. png_handle_sRGB(png_ptr, info_ptr, length);
  750. #endif
  751. #ifdef PNG_READ_iCCP_SUPPORTED
  752. else if (chunk_name == png_iCCP)
  753. png_handle_iCCP(png_ptr, info_ptr, length);
  754. #endif
  755. #ifdef PNG_READ_sPLT_SUPPORTED
  756. else if (chunk_name == png_sPLT)
  757. png_handle_sPLT(png_ptr, info_ptr, length);
  758. #endif
  759. #ifdef PNG_READ_tEXt_SUPPORTED
  760. else if (chunk_name == png_tEXt)
  761. png_handle_tEXt(png_ptr, info_ptr, length);
  762. #endif
  763. #ifdef PNG_READ_tIME_SUPPORTED
  764. else if (chunk_name == png_tIME)
  765. png_handle_tIME(png_ptr, info_ptr, length);
  766. #endif
  767. #ifdef PNG_READ_tRNS_SUPPORTED
  768. else if (chunk_name == png_tRNS)
  769. png_handle_tRNS(png_ptr, info_ptr, length);
  770. #endif
  771. #ifdef PNG_READ_zTXt_SUPPORTED
  772. else if (chunk_name == png_zTXt)
  773. png_handle_zTXt(png_ptr, info_ptr, length);
  774. #endif
  775. #ifdef PNG_READ_iTXt_SUPPORTED
  776. else if (chunk_name == png_iTXt)
  777. png_handle_iTXt(png_ptr, info_ptr, length);
  778. #endif
  779. else
  780. png_handle_unknown(png_ptr, info_ptr, length,
  781. PNG_HANDLE_CHUNK_AS_DEFAULT);
  782. } while ((png_ptr->mode & PNG_HAVE_IEND) == 0);
  783. }
  784. #endif /* SEQUENTIAL_READ */
  785. /* Free all memory used in the read struct */
  786. static void
  787. png_read_destroy(png_structrp png_ptr)
  788. {
  789. png_debug(1, "in png_read_destroy");
  790. #ifdef PNG_READ_GAMMA_SUPPORTED
  791. png_destroy_gamma_table(png_ptr);
  792. #endif
  793. png_free(png_ptr, png_ptr->big_row_buf);
  794. png_ptr->big_row_buf = NULL;
  795. png_free(png_ptr, png_ptr->big_prev_row);
  796. png_ptr->big_prev_row = NULL;
  797. png_free(png_ptr, png_ptr->read_buffer);
  798. png_ptr->read_buffer = NULL;
  799. #ifdef PNG_READ_QUANTIZE_SUPPORTED
  800. png_free(png_ptr, png_ptr->palette_lookup);
  801. png_ptr->palette_lookup = NULL;
  802. png_free(png_ptr, png_ptr->quantize_index);
  803. png_ptr->quantize_index = NULL;
  804. #endif
  805. if ((png_ptr->free_me & PNG_FREE_PLTE) != 0)
  806. {
  807. png_zfree(png_ptr, png_ptr->palette);
  808. png_ptr->palette = NULL;
  809. }
  810. png_ptr->free_me &= ~PNG_FREE_PLTE;
  811. #if defined(PNG_tRNS_SUPPORTED) || \
  812. defined(PNG_READ_EXPAND_SUPPORTED) || defined(PNG_READ_BACKGROUND_SUPPORTED)
  813. if ((png_ptr->free_me & PNG_FREE_TRNS) != 0)
  814. {
  815. png_free(png_ptr, png_ptr->trans_alpha);
  816. png_ptr->trans_alpha = NULL;
  817. }
  818. png_ptr->free_me &= ~PNG_FREE_TRNS;
  819. #endif
  820. inflateEnd(&png_ptr->zstream);
  821. #ifdef PNG_PROGRESSIVE_READ_SUPPORTED
  822. png_free(png_ptr, png_ptr->save_buffer);
  823. png_ptr->save_buffer = NULL;
  824. #endif
  825. #if defined(PNG_STORE_UNKNOWN_CHUNKS_SUPPORTED) && \
  826. defined(PNG_READ_UNKNOWN_CHUNKS_SUPPORTED)
  827. png_free(png_ptr, png_ptr->unknown_chunk.data);
  828. png_ptr->unknown_chunk.data = NULL;
  829. #endif
  830. #ifdef PNG_SET_UNKNOWN_CHUNKS_SUPPORTED
  831. png_free(png_ptr, png_ptr->chunk_list);
  832. png_ptr->chunk_list = NULL;
  833. #endif
  834. /* NOTE: the 'setjmp' buffer may still be allocated and the memory and error
  835. * callbacks are still set at this point. They are required to complete the
  836. * destruction of the png_struct itself.
  837. */
  838. }
  839. /* Free all memory used by the read */
  840. void PNGAPI
  841. png_destroy_read_struct(png_structpp png_ptr_ptr, png_infopp info_ptr_ptr,
  842. png_infopp end_info_ptr_ptr)
  843. {
  844. png_structrp png_ptr = NULL;
  845. png_debug(1, "in png_destroy_read_struct");
  846. if (png_ptr_ptr != NULL)
  847. png_ptr = *png_ptr_ptr;
  848. if (png_ptr == NULL)
  849. return;
  850. /* libpng 1.6.0: use the API to destroy info structs to ensure consistent
  851. * behavior. Prior to 1.6.0 libpng did extra 'info' destruction in this API.
  852. * The extra was, apparently, unnecessary yet this hides memory leak bugs.
  853. */
  854. png_destroy_info_struct(png_ptr, end_info_ptr_ptr);
  855. png_destroy_info_struct(png_ptr, info_ptr_ptr);
  856. *png_ptr_ptr = NULL;
  857. png_read_destroy(png_ptr);
  858. png_destroy_png_struct(png_ptr);
  859. }
  860. void PNGAPI
  861. png_set_read_status_fn(png_structrp png_ptr, png_read_status_ptr read_row_fn)
  862. {
  863. if (png_ptr == NULL)
  864. return;
  865. png_ptr->read_row_fn = read_row_fn;
  866. }
  867. #ifdef PNG_SEQUENTIAL_READ_SUPPORTED
  868. #ifdef PNG_INFO_IMAGE_SUPPORTED
  869. void PNGAPI
  870. png_read_png(png_structrp png_ptr, png_inforp info_ptr,
  871. int transforms, voidp params)
  872. {
  873. if (png_ptr == NULL || info_ptr == NULL)
  874. return;
  875. /* png_read_info() gives us all of the information from the
  876. * PNG file before the first IDAT (image data chunk).
  877. */
  878. png_read_info(png_ptr, info_ptr);
  879. if (info_ptr->height > PNG_UINT_32_MAX/(sizeof (png_bytep)))
  880. png_error(png_ptr, "Image is too high to process with png_read_png()");
  881. /* -------------- image transformations start here ------------------- */
  882. /* libpng 1.6.10: add code to cause a png_app_error if a selected TRANSFORM
  883. * is not implemented. This will only happen in de-configured (non-default)
  884. * libpng builds. The results can be unexpected - png_read_png may return
  885. * short or mal-formed rows because the transform is skipped.
  886. */
  887. /* Tell libpng to strip 16-bit/color files down to 8 bits per color.
  888. */
  889. if ((transforms & PNG_TRANSFORM_SCALE_16) != 0)
  890. /* Added at libpng-1.5.4. "strip_16" produces the same result that it
  891. * did in earlier versions, while "scale_16" is now more accurate.
  892. */
  893. #ifdef PNG_READ_SCALE_16_TO_8_SUPPORTED
  894. png_set_scale_16(png_ptr);
  895. #else
  896. png_app_error(png_ptr, "PNG_TRANSFORM_SCALE_16 not supported");
  897. #endif
  898. /* If both SCALE and STRIP are required pngrtran will effectively cancel the
  899. * latter by doing SCALE first. This is ok and allows apps not to check for
  900. * which is supported to get the right answer.
  901. */
  902. if ((transforms & PNG_TRANSFORM_STRIP_16) != 0)
  903. #ifdef PNG_READ_STRIP_16_TO_8_SUPPORTED
  904. png_set_strip_16(png_ptr);
  905. #else
  906. png_app_error(png_ptr, "PNG_TRANSFORM_STRIP_16 not supported");
  907. #endif
  908. /* Strip alpha bytes from the input data without combining with
  909. * the background (not recommended).
  910. */
  911. if ((transforms & PNG_TRANSFORM_STRIP_ALPHA) != 0)
  912. #ifdef PNG_READ_STRIP_ALPHA_SUPPORTED
  913. png_set_strip_alpha(png_ptr);
  914. #else
  915. png_app_error(png_ptr, "PNG_TRANSFORM_STRIP_ALPHA not supported");
  916. #endif
  917. /* Extract multiple pixels with bit depths of 1, 2, or 4 from a single
  918. * byte into separate bytes (useful for paletted and grayscale images).
  919. */
  920. if ((transforms & PNG_TRANSFORM_PACKING) != 0)
  921. #ifdef PNG_READ_PACK_SUPPORTED
  922. png_set_packing(png_ptr);
  923. #else
  924. png_app_error(png_ptr, "PNG_TRANSFORM_PACKING not supported");
  925. #endif
  926. /* Change the order of packed pixels to least significant bit first
  927. * (not useful if you are using png_set_packing).
  928. */
  929. if ((transforms & PNG_TRANSFORM_PACKSWAP) != 0)
  930. #ifdef PNG_READ_PACKSWAP_SUPPORTED
  931. png_set_packswap(png_ptr);
  932. #else
  933. png_app_error(png_ptr, "PNG_TRANSFORM_PACKSWAP not supported");
  934. #endif
  935. /* Expand paletted colors into true RGB triplets
  936. * Expand grayscale images to full 8 bits from 1, 2, or 4 bits/pixel
  937. * Expand paletted or RGB images with transparency to full alpha
  938. * channels so the data will be available as RGBA quartets.
  939. */
  940. if ((transforms & PNG_TRANSFORM_EXPAND) != 0)
  941. #ifdef PNG_READ_EXPAND_SUPPORTED
  942. png_set_expand(png_ptr);
  943. #else
  944. png_app_error(png_ptr, "PNG_TRANSFORM_EXPAND not supported");
  945. #endif
  946. /* We don't handle background color or gamma transformation or quantizing.
  947. */
  948. /* Invert monochrome files to have 0 as white and 1 as black
  949. */
  950. if ((transforms & PNG_TRANSFORM_INVERT_MONO) != 0)
  951. #ifdef PNG_READ_INVERT_SUPPORTED
  952. png_set_invert_mono(png_ptr);
  953. #else
  954. png_app_error(png_ptr, "PNG_TRANSFORM_INVERT_MONO not supported");
  955. #endif
  956. /* If you want to shift the pixel values from the range [0,255] or
  957. * [0,65535] to the original [0,7] or [0,31], or whatever range the
  958. * colors were originally in:
  959. */
  960. if ((transforms & PNG_TRANSFORM_SHIFT) != 0)
  961. #ifdef PNG_READ_SHIFT_SUPPORTED
  962. if ((info_ptr->valid & PNG_INFO_sBIT) != 0)
  963. png_set_shift(png_ptr, &info_ptr->sig_bit);
  964. #else
  965. png_app_error(png_ptr, "PNG_TRANSFORM_SHIFT not supported");
  966. #endif
  967. /* Flip the RGB pixels to BGR (or RGBA to BGRA) */
  968. if ((transforms & PNG_TRANSFORM_BGR) != 0)
  969. #ifdef PNG_READ_BGR_SUPPORTED
  970. png_set_bgr(png_ptr);
  971. #else
  972. png_app_error(png_ptr, "PNG_TRANSFORM_BGR not supported");
  973. #endif
  974. /* Swap the RGBA or GA data to ARGB or AG (or BGRA to ABGR) */
  975. if ((transforms & PNG_TRANSFORM_SWAP_ALPHA) != 0)
  976. #ifdef PNG_READ_SWAP_ALPHA_SUPPORTED
  977. png_set_swap_alpha(png_ptr);
  978. #else
  979. png_app_error(png_ptr, "PNG_TRANSFORM_SWAP_ALPHA not supported");
  980. #endif
  981. /* Swap bytes of 16-bit files to least significant byte first */
  982. if ((transforms & PNG_TRANSFORM_SWAP_ENDIAN) != 0)
  983. #ifdef PNG_READ_SWAP_SUPPORTED
  984. png_set_swap(png_ptr);
  985. #else
  986. png_app_error(png_ptr, "PNG_TRANSFORM_SWAP_ENDIAN not supported");
  987. #endif
  988. /* Added at libpng-1.2.41 */
  989. /* Invert the alpha channel from opacity to transparency */
  990. if ((transforms & PNG_TRANSFORM_INVERT_ALPHA) != 0)
  991. #ifdef PNG_READ_INVERT_ALPHA_SUPPORTED
  992. png_set_invert_alpha(png_ptr);
  993. #else
  994. png_app_error(png_ptr, "PNG_TRANSFORM_INVERT_ALPHA not supported");
  995. #endif
  996. /* Added at libpng-1.2.41 */
  997. /* Expand grayscale image to RGB */
  998. if ((transforms & PNG_TRANSFORM_GRAY_TO_RGB) != 0)
  999. #ifdef PNG_READ_GRAY_TO_RGB_SUPPORTED
  1000. png_set_gray_to_rgb(png_ptr);
  1001. #else
  1002. png_app_error(png_ptr, "PNG_TRANSFORM_GRAY_TO_RGB not supported");
  1003. #endif
  1004. /* Added at libpng-1.5.4 */
  1005. if ((transforms & PNG_TRANSFORM_EXPAND_16) != 0)
  1006. #ifdef PNG_READ_EXPAND_16_SUPPORTED
  1007. png_set_expand_16(png_ptr);
  1008. #else
  1009. png_app_error(png_ptr, "PNG_TRANSFORM_EXPAND_16 not supported");
  1010. #endif
  1011. /* We don't handle adding filler bytes */
  1012. /* We use png_read_image and rely on that for interlace handling, but we also
  1013. * call png_read_update_info therefore must turn on interlace handling now:
  1014. */
  1015. (void)png_set_interlace_handling(png_ptr);
  1016. /* Optional call to gamma correct and add the background to the palette
  1017. * and update info structure. REQUIRED if you are expecting libpng to
  1018. * update the palette for you (i.e., you selected such a transform above).
  1019. */
  1020. png_read_update_info(png_ptr, info_ptr);
  1021. /* -------------- image transformations end here ------------------- */
  1022. png_free_data(png_ptr, info_ptr, PNG_FREE_ROWS, 0);
  1023. if (info_ptr->row_pointers == NULL)
  1024. {
  1025. png_uint_32 iptr;
  1026. info_ptr->row_pointers = png_voidcast(png_bytepp, png_malloc(png_ptr,
  1027. info_ptr->height * (sizeof (png_bytep))));
  1028. for (iptr=0; iptr<info_ptr->height; iptr++)
  1029. info_ptr->row_pointers[iptr] = NULL;
  1030. info_ptr->free_me |= PNG_FREE_ROWS;
  1031. for (iptr = 0; iptr < info_ptr->height; iptr++)
  1032. info_ptr->row_pointers[iptr] = png_voidcast(png_bytep,
  1033. png_malloc(png_ptr, info_ptr->rowbytes));
  1034. }
  1035. png_read_image(png_ptr, info_ptr->row_pointers);
  1036. info_ptr->valid |= PNG_INFO_IDAT;
  1037. /* Read rest of file, and get additional chunks in info_ptr - REQUIRED */
  1038. png_read_end(png_ptr, info_ptr);
  1039. PNG_UNUSED(params)
  1040. }
  1041. #endif /* INFO_IMAGE */
  1042. #endif /* SEQUENTIAL_READ */
  1043. #ifdef PNG_SIMPLIFIED_READ_SUPPORTED
  1044. /* SIMPLIFIED READ
  1045. *
  1046. * This code currently relies on the sequential reader, though it could easily
  1047. * be made to work with the progressive one.
  1048. */
  1049. /* Arguments to png_image_finish_read: */
  1050. /* Encoding of PNG data (used by the color-map code) */
  1051. # define P_NOTSET 0 /* File encoding not yet known */
  1052. # define P_sRGB 1 /* 8-bit encoded to sRGB gamma */
  1053. # define P_LINEAR 2 /* 16-bit linear: not encoded, NOT pre-multiplied! */
  1054. # define P_FILE 3 /* 8-bit encoded to file gamma, not sRGB or linear */
  1055. # define P_LINEAR8 4 /* 8-bit linear: only from a file value */
  1056. /* Color-map processing: after libpng has run on the PNG image further
  1057. * processing may be needed to convert the data to color-map indices.
  1058. */
  1059. #define PNG_CMAP_NONE 0
  1060. #define PNG_CMAP_GA 1 /* Process GA data to a color-map with alpha */
  1061. #define PNG_CMAP_TRANS 2 /* Process GA data to a background index */
  1062. #define PNG_CMAP_RGB 3 /* Process RGB data */
  1063. #define PNG_CMAP_RGB_ALPHA 4 /* Process RGBA data */
  1064. /* The following document where the background is for each processing case. */
  1065. #define PNG_CMAP_NONE_BACKGROUND 256
  1066. #define PNG_CMAP_GA_BACKGROUND 231
  1067. #define PNG_CMAP_TRANS_BACKGROUND 254
  1068. #define PNG_CMAP_RGB_BACKGROUND 256
  1069. #define PNG_CMAP_RGB_ALPHA_BACKGROUND 216
  1070. typedef struct
  1071. {
  1072. /* Arguments: */
  1073. png_imagep image;
  1074. png_voidp buffer;
  1075. png_int_32 row_stride;
  1076. png_voidp colormap;
  1077. png_const_colorp background;
  1078. /* Local variables: */
  1079. png_voidp local_row;
  1080. png_voidp first_row;
  1081. ptrdiff_t row_bytes; /* step between rows */
  1082. int file_encoding; /* E_ values above */
  1083. png_fixed_point gamma_to_linear; /* For P_FILE, reciprocal of gamma */
  1084. int colormap_processing; /* PNG_CMAP_ values above */
  1085. } png_image_read_control;
  1086. /* Do all the *safe* initialization - 'safe' means that png_error won't be
  1087. * called, so setting up the jmp_buf is not required. This means that anything
  1088. * called from here must *not* call png_malloc - it has to call png_malloc_warn
  1089. * instead so that control is returned safely back to this routine.
  1090. */
  1091. static int
  1092. png_image_read_init(png_imagep image)
  1093. {
  1094. if (image->opaque == NULL)
  1095. {
  1096. png_structp png_ptr = png_create_read_struct(PNG_LIBPNG_VER_STRING, image,
  1097. png_safe_error, png_safe_warning);
  1098. /* And set the rest of the structure to NULL to ensure that the various
  1099. * fields are consistent.
  1100. */
  1101. memset(image, 0, (sizeof *image));
  1102. image->version = PNG_IMAGE_VERSION;
  1103. if (png_ptr != NULL)
  1104. {
  1105. png_infop info_ptr = png_create_info_struct(png_ptr);
  1106. if (info_ptr != NULL)
  1107. {
  1108. png_controlp control = png_voidcast(png_controlp,
  1109. png_malloc_warn(png_ptr, (sizeof *control)));
  1110. if (control != NULL)
  1111. {
  1112. memset(control, 0, (sizeof *control));
  1113. control->png_ptr = png_ptr;
  1114. control->info_ptr = info_ptr;
  1115. control->for_write = 0;
  1116. image->opaque = control;
  1117. return 1;
  1118. }
  1119. /* Error clean up */
  1120. png_destroy_info_struct(png_ptr, &info_ptr);
  1121. }
  1122. png_destroy_read_struct(&png_ptr, NULL, NULL);
  1123. }
  1124. return png_image_error(image, "png_image_read: out of memory");
  1125. }
  1126. return png_image_error(image, "png_image_read: opaque pointer not NULL");
  1127. }
  1128. /* Utility to find the base format of a PNG file from a png_struct. */
  1129. static png_uint_32
  1130. png_image_format(png_structrp png_ptr)
  1131. {
  1132. png_uint_32 format = 0;
  1133. if ((png_ptr->color_type & PNG_COLOR_MASK_COLOR) != 0)
  1134. format |= PNG_FORMAT_FLAG_COLOR;
  1135. if ((png_ptr->color_type & PNG_COLOR_MASK_ALPHA) != 0)
  1136. format |= PNG_FORMAT_FLAG_ALPHA;
  1137. /* Use png_ptr here, not info_ptr, because by examination png_handle_tRNS
  1138. * sets the png_struct fields; that's all we are interested in here. The
  1139. * precise interaction with an app call to png_set_tRNS and PNG file reading
  1140. * is unclear.
  1141. */
  1142. else if (png_ptr->num_trans > 0)
  1143. format |= PNG_FORMAT_FLAG_ALPHA;
  1144. if (png_ptr->bit_depth == 16)
  1145. format |= PNG_FORMAT_FLAG_LINEAR;
  1146. if ((png_ptr->color_type & PNG_COLOR_MASK_PALETTE) != 0)
  1147. format |= PNG_FORMAT_FLAG_COLORMAP;
  1148. return format;
  1149. }
  1150. /* Is the given gamma significantly different from sRGB? The test is the same
  1151. * one used in pngrtran.c when deciding whether to do gamma correction. The
  1152. * arithmetic optimizes the division by using the fact that the inverse of the
  1153. * file sRGB gamma is 2.2
  1154. */
  1155. static int
  1156. png_gamma_not_sRGB(png_fixed_point g)
  1157. {
  1158. if (g < PNG_FP_1)
  1159. {
  1160. /* An uninitialized gamma is assumed to be sRGB for the simplified API. */
  1161. if (g == 0)
  1162. return 0;
  1163. return png_gamma_significant((g * 11 + 2)/5 /* i.e. *2.2, rounded */);
  1164. }
  1165. return 1;
  1166. }
  1167. /* Do the main body of a 'png_image_begin_read' function; read the PNG file
  1168. * header and fill in all the information. This is executed in a safe context,
  1169. * unlike the init routine above.
  1170. */
  1171. static int
  1172. png_image_read_header(png_voidp argument)
  1173. {
  1174. png_imagep image = png_voidcast(png_imagep, argument);
  1175. png_structrp png_ptr = image->opaque->png_ptr;
  1176. png_inforp info_ptr = image->opaque->info_ptr;
  1177. #ifdef PNG_BENIGN_ERRORS_SUPPORTED
  1178. png_set_benign_errors(png_ptr, 1/*warn*/);
  1179. #endif
  1180. png_read_info(png_ptr, info_ptr);
  1181. /* Do this the fast way; just read directly out of png_struct. */
  1182. image->width = png_ptr->width;
  1183. image->height = png_ptr->height;
  1184. {
  1185. png_uint_32 format = png_image_format(png_ptr);
  1186. image->format = format;
  1187. #ifdef PNG_COLORSPACE_SUPPORTED
  1188. /* Does the colorspace match sRGB? If there is no color endpoint
  1189. * (colorant) information assume yes, otherwise require the
  1190. * 'ENDPOINTS_MATCHP_sRGB' colorspace flag to have been set. If the
  1191. * colorspace has been determined to be invalid ignore it.
  1192. */
  1193. if ((format & PNG_FORMAT_FLAG_COLOR) != 0 && ((png_ptr->colorspace.flags
  1194. & (PNG_COLORSPACE_HAVE_ENDPOINTS|PNG_COLORSPACE_ENDPOINTS_MATCH_sRGB|
  1195. PNG_COLORSPACE_INVALID)) == PNG_COLORSPACE_HAVE_ENDPOINTS))
  1196. image->flags |= PNG_IMAGE_FLAG_COLORSPACE_NOT_sRGB;
  1197. #endif
  1198. }
  1199. /* We need the maximum number of entries regardless of the format the
  1200. * application sets here.
  1201. */
  1202. {
  1203. png_uint_32 cmap_entries;
  1204. switch (png_ptr->color_type)
  1205. {
  1206. case PNG_COLOR_TYPE_GRAY:
  1207. cmap_entries = 1U << png_ptr->bit_depth;
  1208. break;
  1209. case PNG_COLOR_TYPE_PALETTE:
  1210. cmap_entries = (png_uint_32)png_ptr->num_palette;
  1211. break;
  1212. default:
  1213. cmap_entries = 256;
  1214. break;
  1215. }
  1216. if (cmap_entries > 256)
  1217. cmap_entries = 256;
  1218. image->colormap_entries = cmap_entries;
  1219. }
  1220. return 1;
  1221. }
  1222. #ifdef PNG_STDIO_SUPPORTED
  1223. int PNGAPI
  1224. png_image_begin_read_from_stdio(png_imagep image, FILE* file)
  1225. {
  1226. if (image != NULL && image->version == PNG_IMAGE_VERSION)
  1227. {
  1228. if (file != NULL)
  1229. {
  1230. if (png_image_read_init(image) != 0)
  1231. {
  1232. /* This is slightly evil, but png_init_io doesn't do anything other
  1233. * than this and we haven't changed the standard IO functions so
  1234. * this saves a 'safe' function.
  1235. */
  1236. image->opaque->png_ptr->io_ptr = file;
  1237. return png_safe_execute(image, png_image_read_header, image);
  1238. }
  1239. }
  1240. else
  1241. return png_image_error(image,
  1242. "png_image_begin_read_from_stdio: invalid argument");
  1243. }
  1244. else if (image != NULL)
  1245. return png_image_error(image,
  1246. "png_image_begin_read_from_stdio: incorrect PNG_IMAGE_VERSION");
  1247. return 0;
  1248. }
  1249. int PNGAPI
  1250. png_image_begin_read_from_file(png_imagep image, const char *file_name)
  1251. {
  1252. if (image != NULL && image->version == PNG_IMAGE_VERSION)
  1253. {
  1254. if (file_name != NULL)
  1255. {
  1256. FILE *fp = fopen(file_name, "rb");
  1257. if (fp != NULL)
  1258. {
  1259. if (png_image_read_init(image) != 0)
  1260. {
  1261. image->opaque->png_ptr->io_ptr = fp;
  1262. image->opaque->owned_file = 1;
  1263. return png_safe_execute(image, png_image_read_header, image);
  1264. }
  1265. /* Clean up: just the opened file. */
  1266. (void)fclose(fp);
  1267. }
  1268. else
  1269. return png_image_error(image, strerror(errno));
  1270. }
  1271. else
  1272. return png_image_error(image,
  1273. "png_image_begin_read_from_file: invalid argument");
  1274. }
  1275. else if (image != NULL)
  1276. return png_image_error(image,
  1277. "png_image_begin_read_from_file: incorrect PNG_IMAGE_VERSION");
  1278. return 0;
  1279. }
  1280. #endif /* STDIO */
  1281. static void PNGCBAPI
  1282. png_image_memory_read(png_structp png_ptr, png_bytep out, png_size_t need)
  1283. {
  1284. if (png_ptr != NULL)
  1285. {
  1286. png_imagep image = png_voidcast(png_imagep, png_ptr->io_ptr);
  1287. if (image != NULL)
  1288. {
  1289. png_controlp cp = image->opaque;
  1290. if (cp != NULL)
  1291. {
  1292. png_const_bytep memory = cp->memory;
  1293. png_size_t size = cp->size;
  1294. if (memory != NULL && size >= need)
  1295. {
  1296. memcpy(out, memory, need);
  1297. cp->memory = memory + need;
  1298. cp->size = size - need;
  1299. return;
  1300. }
  1301. png_error(png_ptr, "read beyond end of data");
  1302. }
  1303. }
  1304. png_error(png_ptr, "invalid memory read");
  1305. }
  1306. }
  1307. int PNGAPI png_image_begin_read_from_memory(png_imagep image,
  1308. png_const_voidp memory, png_size_t size)
  1309. {
  1310. if (image != NULL && image->version == PNG_IMAGE_VERSION)
  1311. {
  1312. if (memory != NULL && size > 0)
  1313. {
  1314. if (png_image_read_init(image) != 0)
  1315. {
  1316. /* Now set the IO functions to read from the memory buffer and
  1317. * store it into io_ptr. Again do this in-place to avoid calling a
  1318. * libpng function that requires error handling.
  1319. */
  1320. image->opaque->memory = png_voidcast(png_const_bytep, memory);
  1321. image->opaque->size = size;
  1322. image->opaque->png_ptr->io_ptr = image;
  1323. image->opaque->png_ptr->read_data_fn = png_image_memory_read;
  1324. return png_safe_execute(image, png_image_read_header, image);
  1325. }
  1326. }
  1327. else
  1328. return png_image_error(image,
  1329. "png_image_begin_read_from_memory: invalid argument");
  1330. }
  1331. else if (image != NULL)
  1332. return png_image_error(image,
  1333. "png_image_begin_read_from_memory: incorrect PNG_IMAGE_VERSION");
  1334. return 0;
  1335. }
  1336. /* Utility function to skip chunks that are not used by the simplified image
  1337. * read functions and an appropriate macro to call it.
  1338. */
  1339. #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED
  1340. static void
  1341. png_image_skip_unused_chunks(png_structrp png_ptr)
  1342. {
  1343. /* Prepare the reader to ignore all recognized chunks whose data will not
  1344. * be used, i.e., all chunks recognized by libpng except for those
  1345. * involved in basic image reading:
  1346. *
  1347. * IHDR, PLTE, IDAT, IEND
  1348. *
  1349. * Or image data handling:
  1350. *
  1351. * tRNS, bKGD, gAMA, cHRM, sRGB, [iCCP] and sBIT.
  1352. *
  1353. * This provides a small performance improvement and eliminates any
  1354. * potential vulnerability to security problems in the unused chunks.
  1355. *
  1356. * At present the iCCP chunk data isn't used, so iCCP chunk can be ignored
  1357. * too. This allows the simplified API to be compiled without iCCP support,
  1358. * however if the support is there the chunk is still checked to detect
  1359. * errors (which are unfortunately quite common.)
  1360. */
  1361. {
  1362. static PNG_CONST png_byte chunks_to_process[] = {
  1363. 98, 75, 71, 68, '\0', /* bKGD */
  1364. 99, 72, 82, 77, '\0', /* cHRM */
  1365. 103, 65, 77, 65, '\0', /* gAMA */
  1366. # ifdef PNG_READ_iCCP_SUPPORTED
  1367. 105, 67, 67, 80, '\0', /* iCCP */
  1368. # endif
  1369. 115, 66, 73, 84, '\0', /* sBIT */
  1370. 115, 82, 71, 66, '\0', /* sRGB */
  1371. };
  1372. /* Ignore unknown chunks and all other chunks except for the
  1373. * IHDR, PLTE, tRNS, IDAT, and IEND chunks.
  1374. */
  1375. png_set_keep_unknown_chunks(png_ptr, PNG_HANDLE_CHUNK_NEVER,
  1376. NULL, -1);
  1377. /* But do not ignore image data handling chunks */
  1378. png_set_keep_unknown_chunks(png_ptr, PNG_HANDLE_CHUNK_AS_DEFAULT,
  1379. chunks_to_process, (int)/*SAFE*/(sizeof chunks_to_process)/5);
  1380. }
  1381. }
  1382. # define PNG_SKIP_CHUNKS(p) png_image_skip_unused_chunks(p)
  1383. #else
  1384. # define PNG_SKIP_CHUNKS(p) ((void)0)
  1385. #endif /* HANDLE_AS_UNKNOWN */
  1386. /* The following macro gives the exact rounded answer for all values in the
  1387. * range 0..255 (it actually divides by 51.2, but the rounding still generates
  1388. * the correct numbers 0..5
  1389. */
  1390. #define PNG_DIV51(v8) (((v8) * 5 + 130) >> 8)
  1391. /* Utility functions to make particular color-maps */
  1392. static void
  1393. set_file_encoding(png_image_read_control *display)
  1394. {
  1395. png_fixed_point g = display->image->opaque->png_ptr->colorspace.gamma;
  1396. if (png_gamma_significant(g) != 0)
  1397. {
  1398. if (png_gamma_not_sRGB(g) != 0)
  1399. {
  1400. display->file_encoding = P_FILE;
  1401. display->gamma_to_linear = png_reciprocal(g);
  1402. }
  1403. else
  1404. display->file_encoding = P_sRGB;
  1405. }
  1406. else
  1407. display->file_encoding = P_LINEAR8;
  1408. }
  1409. static unsigned int
  1410. decode_gamma(png_image_read_control *display, png_uint_32 value, int encoding)
  1411. {
  1412. if (encoding == P_FILE) /* double check */
  1413. encoding = display->file_encoding;
  1414. if (encoding == P_NOTSET) /* must be the file encoding */
  1415. {
  1416. set_file_encoding(display);
  1417. encoding = display->file_encoding;
  1418. }
  1419. switch (encoding)
  1420. {
  1421. case P_FILE:
  1422. value = png_gamma_16bit_correct(value*257, display->gamma_to_linear);
  1423. break;
  1424. case P_sRGB:
  1425. value = png_sRGB_table[value];
  1426. break;
  1427. case P_LINEAR:
  1428. break;
  1429. case P_LINEAR8:
  1430. value *= 257;
  1431. break;
  1432. #ifdef __GNUC__
  1433. default:
  1434. png_error(display->image->opaque->png_ptr,
  1435. "unexpected encoding (internal error)");
  1436. #endif
  1437. }
  1438. return value;
  1439. }
  1440. static png_uint_32
  1441. png_colormap_compose(png_image_read_control *display,
  1442. png_uint_32 foreground, int foreground_encoding, png_uint_32 alpha,
  1443. png_uint_32 background, int encoding)
  1444. {
  1445. /* The file value is composed on the background, the background has the given
  1446. * encoding and so does the result, the file is encoded with P_FILE and the
  1447. * file and alpha are 8-bit values. The (output) encoding will always be
  1448. * P_LINEAR or P_sRGB.
  1449. */
  1450. png_uint_32 f = decode_gamma(display, foreground, foreground_encoding);
  1451. png_uint_32 b = decode_gamma(display, background, encoding);
  1452. /* The alpha is always an 8-bit value (it comes from the palette), the value
  1453. * scaled by 255 is what PNG_sRGB_FROM_LINEAR requires.
  1454. */
  1455. f = f * alpha + b * (255-alpha);
  1456. if (encoding == P_LINEAR)
  1457. {
  1458. /* Scale to 65535; divide by 255, approximately (in fact this is extremely
  1459. * accurate, it divides by 255.00000005937181414556, with no overflow.)
  1460. */
  1461. f *= 257; /* Now scaled by 65535 */
  1462. f += f >> 16;
  1463. f = (f+32768) >> 16;
  1464. }
  1465. else /* P_sRGB */
  1466. f = PNG_sRGB_FROM_LINEAR(f);
  1467. return f;
  1468. }
  1469. /* NOTE: P_LINEAR values to this routine must be 16-bit, but P_FILE values must
  1470. * be 8-bit.
  1471. */
  1472. static void
  1473. png_create_colormap_entry(png_image_read_control *display,
  1474. png_uint_32 ip, png_uint_32 red, png_uint_32 green, png_uint_32 blue,
  1475. png_uint_32 alpha, int encoding)
  1476. {
  1477. png_imagep image = display->image;
  1478. const int output_encoding = (image->format & PNG_FORMAT_FLAG_LINEAR) != 0 ?
  1479. P_LINEAR : P_sRGB;
  1480. const int convert_to_Y = (image->format & PNG_FORMAT_FLAG_COLOR) == 0 &&
  1481. (red != green || green != blue);
  1482. if (ip > 255)
  1483. png_error(image->opaque->png_ptr, "color-map index out of range");
  1484. /* Update the cache with whether the file gamma is significantly different
  1485. * from sRGB.
  1486. */
  1487. if (encoding == P_FILE)
  1488. {
  1489. if (display->file_encoding == P_NOTSET)
  1490. set_file_encoding(display);
  1491. /* Note that the cached value may be P_FILE too, but if it is then the
  1492. * gamma_to_linear member has been set.
  1493. */
  1494. encoding = display->file_encoding;
  1495. }
  1496. if (encoding == P_FILE)
  1497. {
  1498. png_fixed_point g = display->gamma_to_linear;
  1499. red = png_gamma_16bit_correct(red*257, g);
  1500. green = png_gamma_16bit_correct(green*257, g);
  1501. blue = png_gamma_16bit_correct(blue*257, g);
  1502. if (convert_to_Y != 0 || output_encoding == P_LINEAR)
  1503. {
  1504. alpha *= 257;
  1505. encoding = P_LINEAR;
  1506. }
  1507. else
  1508. {
  1509. red = PNG_sRGB_FROM_LINEAR(red * 255);
  1510. green = PNG_sRGB_FROM_LINEAR(green * 255);
  1511. blue = PNG_sRGB_FROM_LINEAR(blue * 255);
  1512. encoding = P_sRGB;
  1513. }
  1514. }
  1515. else if (encoding == P_LINEAR8)
  1516. {
  1517. /* This encoding occurs quite frequently in test cases because PngSuite
  1518. * includes a gAMA 1.0 chunk with most images.
  1519. */
  1520. red *= 257;
  1521. green *= 257;
  1522. blue *= 257;
  1523. alpha *= 257;
  1524. encoding = P_LINEAR;
  1525. }
  1526. else if (encoding == P_sRGB &&
  1527. (convert_to_Y != 0 || output_encoding == P_LINEAR))
  1528. {
  1529. /* The values are 8-bit sRGB values, but must be converted to 16-bit
  1530. * linear.
  1531. */
  1532. red = png_sRGB_table[red];
  1533. green = png_sRGB_table[green];
  1534. blue = png_sRGB_table[blue];
  1535. alpha *= 257;
  1536. encoding = P_LINEAR;
  1537. }
  1538. /* This is set if the color isn't gray but the output is. */
  1539. if (encoding == P_LINEAR)
  1540. {
  1541. if (convert_to_Y != 0)
  1542. {
  1543. /* NOTE: these values are copied from png_do_rgb_to_gray */
  1544. png_uint_32 y = (png_uint_32)6968 * red + (png_uint_32)23434 * green +
  1545. (png_uint_32)2366 * blue;
  1546. if (output_encoding == P_LINEAR)
  1547. y = (y + 16384) >> 15;
  1548. else
  1549. {
  1550. /* y is scaled by 32768, we need it scaled by 255: */
  1551. y = (y + 128) >> 8;
  1552. y *= 255;
  1553. y = PNG_sRGB_FROM_LINEAR((y + 64) >> 7);
  1554. alpha = PNG_DIV257(alpha);
  1555. encoding = P_sRGB;
  1556. }
  1557. blue = red = green = y;
  1558. }
  1559. else if (output_encoding == P_sRGB)
  1560. {
  1561. red = PNG_sRGB_FROM_LINEAR(red * 255);
  1562. green = PNG_sRGB_FROM_LINEAR(green * 255);
  1563. blue = PNG_sRGB_FROM_LINEAR(blue * 255);
  1564. alpha = PNG_DIV257(alpha);
  1565. encoding = P_sRGB;
  1566. }
  1567. }
  1568. if (encoding != output_encoding)
  1569. png_error(image->opaque->png_ptr, "bad encoding (internal error)");
  1570. /* Store the value. */
  1571. {
  1572. # ifdef PNG_FORMAT_AFIRST_SUPPORTED
  1573. const int afirst = (image->format & PNG_FORMAT_FLAG_AFIRST) != 0 &&
  1574. (image->format & PNG_FORMAT_FLAG_ALPHA) != 0;
  1575. # else
  1576. # define afirst 0
  1577. # endif
  1578. # ifdef PNG_FORMAT_BGR_SUPPORTED
  1579. const int bgr = (image->format & PNG_FORMAT_FLAG_BGR) != 0 ? 2 : 0;
  1580. # else
  1581. # define bgr 0
  1582. # endif
  1583. if (output_encoding == P_LINEAR)
  1584. {
  1585. png_uint_16p entry = png_voidcast(png_uint_16p, display->colormap);
  1586. entry += ip * PNG_IMAGE_SAMPLE_CHANNELS(image->format);
  1587. /* The linear 16-bit values must be pre-multiplied by the alpha channel
  1588. * value, if less than 65535 (this is, effectively, composite on black
  1589. * if the alpha channel is removed.)
  1590. */
  1591. switch (PNG_IMAGE_SAMPLE_CHANNELS(image->format))
  1592. {
  1593. case 4:
  1594. entry[afirst ? 0 : 3] = (png_uint_16)alpha;
  1595. /* FALLTHROUGH */
  1596. case 3:
  1597. if (alpha < 65535)
  1598. {
  1599. if (alpha > 0)
  1600. {
  1601. blue = (blue * alpha + 32767U)/65535U;
  1602. green = (green * alpha + 32767U)/65535U;
  1603. red = (red * alpha + 32767U)/65535U;
  1604. }
  1605. else
  1606. red = green = blue = 0;
  1607. }
  1608. entry[afirst + (2 ^ bgr)] = (png_uint_16)blue;
  1609. entry[afirst + 1] = (png_uint_16)green;
  1610. entry[afirst + bgr] = (png_uint_16)red;
  1611. break;
  1612. case 2:
  1613. entry[1 ^ afirst] = (png_uint_16)alpha;
  1614. /* FALLTHROUGH */
  1615. case 1:
  1616. if (alpha < 65535)
  1617. {
  1618. if (alpha > 0)
  1619. green = (green * alpha + 32767U)/65535U;
  1620. else
  1621. green = 0;
  1622. }
  1623. entry[afirst] = (png_uint_16)green;
  1624. break;
  1625. default:
  1626. break;
  1627. }
  1628. }
  1629. else /* output encoding is P_sRGB */
  1630. {
  1631. png_bytep entry = png_voidcast(png_bytep, display->colormap);
  1632. entry += ip * PNG_IMAGE_SAMPLE_CHANNELS(image->format);
  1633. switch (PNG_IMAGE_SAMPLE_CHANNELS(image->format))
  1634. {
  1635. case 4:
  1636. entry[afirst ? 0 : 3] = (png_byte)alpha;
  1637. /* FALLTHROUGH */
  1638. case 3:
  1639. entry[afirst + (2 ^ bgr)] = (png_byte)blue;
  1640. entry[afirst + 1] = (png_byte)green;
  1641. entry[afirst + bgr] = (png_byte)red;
  1642. break;
  1643. case 2:
  1644. entry[1 ^ afirst] = (png_byte)alpha;
  1645. /* FALLTHROUGH */
  1646. case 1:
  1647. entry[afirst] = (png_byte)green;
  1648. break;
  1649. default:
  1650. break;
  1651. }
  1652. }
  1653. # ifdef afirst
  1654. # undef afirst
  1655. # endif
  1656. # ifdef bgr
  1657. # undef bgr
  1658. # endif
  1659. }
  1660. }
  1661. static int
  1662. make_gray_file_colormap(png_image_read_control *display)
  1663. {
  1664. unsigned int i;
  1665. for (i=0; i<256; ++i)
  1666. png_create_colormap_entry(display, i, i, i, i, 255, P_FILE);
  1667. return (int)i;
  1668. }
  1669. static int
  1670. make_gray_colormap(png_image_read_control *display)
  1671. {
  1672. unsigned int i;
  1673. for (i=0; i<256; ++i)
  1674. png_create_colormap_entry(display, i, i, i, i, 255, P_sRGB);
  1675. return (int)i;
  1676. }
  1677. #define PNG_GRAY_COLORMAP_ENTRIES 256
  1678. static int
  1679. make_ga_colormap(png_image_read_control *display)
  1680. {
  1681. unsigned int i, a;
  1682. /* Alpha is retained, the output will be a color-map with entries
  1683. * selected by six levels of alpha. One transparent entry, 6 gray
  1684. * levels for all the intermediate alpha values, leaving 230 entries
  1685. * for the opaque grays. The color-map entries are the six values
  1686. * [0..5]*51, the GA processing uses PNG_DIV51(value) to find the
  1687. * relevant entry.
  1688. *
  1689. * if (alpha > 229) // opaque
  1690. * {
  1691. * // The 231 entries are selected to make the math below work:
  1692. * base = 0;
  1693. * entry = (231 * gray + 128) >> 8;
  1694. * }
  1695. * else if (alpha < 26) // transparent
  1696. * {
  1697. * base = 231;
  1698. * entry = 0;
  1699. * }
  1700. * else // partially opaque
  1701. * {
  1702. * base = 226 + 6 * PNG_DIV51(alpha);
  1703. * entry = PNG_DIV51(gray);
  1704. * }
  1705. */
  1706. i = 0;
  1707. while (i < 231)
  1708. {
  1709. unsigned int gray = (i * 256 + 115) / 231;
  1710. png_create_colormap_entry(display, i++, gray, gray, gray, 255, P_sRGB);
  1711. }
  1712. /* 255 is used here for the component values for consistency with the code
  1713. * that undoes premultiplication in pngwrite.c.
  1714. */
  1715. png_create_colormap_entry(display, i++, 255, 255, 255, 0, P_sRGB);
  1716. for (a=1; a<5; ++a)
  1717. {
  1718. unsigned int g;
  1719. for (g=0; g<6; ++g)
  1720. png_create_colormap_entry(display, i++, g*51, g*51, g*51, a*51,
  1721. P_sRGB);
  1722. }
  1723. return (int)i;
  1724. }
  1725. #define PNG_GA_COLORMAP_ENTRIES 256
  1726. static int
  1727. make_rgb_colormap(png_image_read_control *display)
  1728. {
  1729. unsigned int i, r;
  1730. /* Build a 6x6x6 opaque RGB cube */
  1731. for (i=r=0; r<6; ++r)
  1732. {
  1733. unsigned int g;
  1734. for (g=0; g<6; ++g)
  1735. {
  1736. unsigned int b;
  1737. for (b=0; b<6; ++b)
  1738. png_create_colormap_entry(display, i++, r*51, g*51, b*51, 255,
  1739. P_sRGB);
  1740. }
  1741. }
  1742. return (int)i;
  1743. }
  1744. #define PNG_RGB_COLORMAP_ENTRIES 216
  1745. /* Return a palette index to the above palette given three 8-bit sRGB values. */
  1746. #define PNG_RGB_INDEX(r,g,b) \
  1747. ((png_byte)(6 * (6 * PNG_DIV51(r) + PNG_DIV51(g)) + PNG_DIV51(b)))
  1748. static int
  1749. png_image_read_colormap(png_voidp argument)
  1750. {
  1751. png_image_read_control *display =
  1752. png_voidcast(png_image_read_control*, argument);
  1753. const png_imagep image = display->image;
  1754. const png_structrp png_ptr = image->opaque->png_ptr;
  1755. const png_uint_32 output_format = image->format;
  1756. const int output_encoding = (output_format & PNG_FORMAT_FLAG_LINEAR) != 0 ?
  1757. P_LINEAR : P_sRGB;
  1758. unsigned int cmap_entries;
  1759. unsigned int output_processing; /* Output processing option */
  1760. unsigned int data_encoding = P_NOTSET; /* Encoding libpng must produce */
  1761. /* Background information; the background color and the index of this color
  1762. * in the color-map if it exists (else 256).
  1763. */
  1764. unsigned int background_index = 256;
  1765. png_uint_32 back_r, back_g, back_b;
  1766. /* Flags to accumulate things that need to be done to the input. */
  1767. int expand_tRNS = 0;
  1768. /* Exclude the NYI feature of compositing onto a color-mapped buffer; it is
  1769. * very difficult to do, the results look awful, and it is difficult to see
  1770. * what possible use it is because the application can't control the
  1771. * color-map.
  1772. */
  1773. if (((png_ptr->color_type & PNG_COLOR_MASK_ALPHA) != 0 ||
  1774. png_ptr->num_trans > 0) /* alpha in input */ &&
  1775. ((output_format & PNG_FORMAT_FLAG_ALPHA) == 0) /* no alpha in output */)
  1776. {
  1777. if (output_encoding == P_LINEAR) /* compose on black */
  1778. back_b = back_g = back_r = 0;
  1779. else if (display->background == NULL /* no way to remove it */)
  1780. png_error(png_ptr,
  1781. "background color must be supplied to remove alpha/transparency");
  1782. /* Get a copy of the background color (this avoids repeating the checks
  1783. * below.) The encoding is 8-bit sRGB or 16-bit linear, depending on the
  1784. * output format.
  1785. */
  1786. else
  1787. {
  1788. back_g = display->background->green;
  1789. if ((output_format & PNG_FORMAT_FLAG_COLOR) != 0)
  1790. {
  1791. back_r = display->background->red;
  1792. back_b = display->background->blue;
  1793. }
  1794. else
  1795. back_b = back_r = back_g;
  1796. }
  1797. }
  1798. else if (output_encoding == P_LINEAR)
  1799. back_b = back_r = back_g = 65535;
  1800. else
  1801. back_b = back_r = back_g = 255;
  1802. /* Default the input file gamma if required - this is necessary because
  1803. * libpng assumes that if no gamma information is present the data is in the
  1804. * output format, but the simplified API deduces the gamma from the input
  1805. * format.
  1806. */
  1807. if ((png_ptr->colorspace.flags & PNG_COLORSPACE_HAVE_GAMMA) == 0)
  1808. {
  1809. /* Do this directly, not using the png_colorspace functions, to ensure
  1810. * that it happens even if the colorspace is invalid (though probably if
  1811. * it is the setting will be ignored) Note that the same thing can be
  1812. * achieved at the application interface with png_set_gAMA.
  1813. */
  1814. if (png_ptr->bit_depth == 16 &&
  1815. (image->flags & PNG_IMAGE_FLAG_16BIT_sRGB) == 0)
  1816. png_ptr->colorspace.gamma = PNG_GAMMA_LINEAR;
  1817. else
  1818. png_ptr->colorspace.gamma = PNG_GAMMA_sRGB_INVERSE;
  1819. png_ptr->colorspace.flags |= PNG_COLORSPACE_HAVE_GAMMA;
  1820. }
  1821. /* Decide what to do based on the PNG color type of the input data. The
  1822. * utility function png_create_colormap_entry deals with most aspects of the
  1823. * output transformations; this code works out how to produce bytes of
  1824. * color-map entries from the original format.
  1825. */
  1826. switch (png_ptr->color_type)
  1827. {
  1828. case PNG_COLOR_TYPE_GRAY:
  1829. if (png_ptr->bit_depth <= 8)
  1830. {
  1831. /* There at most 256 colors in the output, regardless of
  1832. * transparency.
  1833. */
  1834. unsigned int step, i, val, trans = 256/*ignore*/, back_alpha = 0;
  1835. cmap_entries = 1U << png_ptr->bit_depth;
  1836. if (cmap_entries > image->colormap_entries)
  1837. png_error(png_ptr, "gray[8] color-map: too few entries");
  1838. step = 255 / (cmap_entries - 1);
  1839. output_processing = PNG_CMAP_NONE;
  1840. /* If there is a tRNS chunk then this either selects a transparent
  1841. * value or, if the output has no alpha, the background color.
  1842. */
  1843. if (png_ptr->num_trans > 0)
  1844. {
  1845. trans = png_ptr->trans_color.gray;
  1846. if ((output_format & PNG_FORMAT_FLAG_ALPHA) == 0)
  1847. back_alpha = output_encoding == P_LINEAR ? 65535 : 255;
  1848. }
  1849. /* png_create_colormap_entry just takes an RGBA and writes the
  1850. * corresponding color-map entry using the format from 'image',
  1851. * including the required conversion to sRGB or linear as
  1852. * appropriate. The input values are always either sRGB (if the
  1853. * gamma correction flag is 0) or 0..255 scaled file encoded values
  1854. * (if the function must gamma correct them).
  1855. */
  1856. for (i=val=0; i<cmap_entries; ++i, val += step)
  1857. {
  1858. /* 'i' is a file value. While this will result in duplicated
  1859. * entries for 8-bit non-sRGB encoded files it is necessary to
  1860. * have non-gamma corrected values to do tRNS handling.
  1861. */
  1862. if (i != trans)
  1863. png_create_colormap_entry(display, i, val, val, val, 255,
  1864. P_FILE/*8-bit with file gamma*/);
  1865. /* Else this entry is transparent. The colors don't matter if
  1866. * there is an alpha channel (back_alpha == 0), but it does no
  1867. * harm to pass them in; the values are not set above so this
  1868. * passes in white.
  1869. *
  1870. * NOTE: this preserves the full precision of the application
  1871. * supplied background color when it is used.
  1872. */
  1873. else
  1874. png_create_colormap_entry(display, i, back_r, back_g, back_b,
  1875. back_alpha, output_encoding);
  1876. }
  1877. /* We need libpng to preserve the original encoding. */
  1878. data_encoding = P_FILE;
  1879. /* The rows from libpng, while technically gray values, are now also
  1880. * color-map indices; however, they may need to be expanded to 1
  1881. * byte per pixel. This is what png_set_packing does (i.e., it
  1882. * unpacks the bit values into bytes.)
  1883. */
  1884. if (png_ptr->bit_depth < 8)
  1885. png_set_packing(png_ptr);
  1886. }
  1887. else /* bit depth is 16 */
  1888. {
  1889. /* The 16-bit input values can be converted directly to 8-bit gamma
  1890. * encoded values; however, if a tRNS chunk is present 257 color-map
  1891. * entries are required. This means that the extra entry requires
  1892. * special processing; add an alpha channel, sacrifice gray level
  1893. * 254 and convert transparent (alpha==0) entries to that.
  1894. *
  1895. * Use libpng to chop the data to 8 bits. Convert it to sRGB at the
  1896. * same time to minimize quality loss. If a tRNS chunk is present
  1897. * this means libpng must handle it too; otherwise it is impossible
  1898. * to do the exact match on the 16-bit value.
  1899. *
  1900. * If the output has no alpha channel *and* the background color is
  1901. * gray then it is possible to let libpng handle the substitution by
  1902. * ensuring that the corresponding gray level matches the background
  1903. * color exactly.
  1904. */
  1905. data_encoding = P_sRGB;
  1906. if (PNG_GRAY_COLORMAP_ENTRIES > image->colormap_entries)
  1907. png_error(png_ptr, "gray[16] color-map: too few entries");
  1908. cmap_entries = (unsigned int)make_gray_colormap(display);
  1909. if (png_ptr->num_trans > 0)
  1910. {
  1911. unsigned int back_alpha;
  1912. if ((output_format & PNG_FORMAT_FLAG_ALPHA) != 0)
  1913. back_alpha = 0;
  1914. else
  1915. {
  1916. if (back_r == back_g && back_g == back_b)
  1917. {
  1918. /* Background is gray; no special processing will be
  1919. * required.
  1920. */
  1921. png_color_16 c;
  1922. png_uint_32 gray = back_g;
  1923. if (output_encoding == P_LINEAR)
  1924. {
  1925. gray = PNG_sRGB_FROM_LINEAR(gray * 255);
  1926. /* And make sure the corresponding palette entry
  1927. * matches.
  1928. */
  1929. png_create_colormap_entry(display, gray, back_g, back_g,
  1930. back_g, 65535, P_LINEAR);
  1931. }
  1932. /* The background passed to libpng, however, must be the
  1933. * sRGB value.
  1934. */
  1935. c.index = 0; /*unused*/
  1936. c.gray = c.red = c.green = c.blue = (png_uint_16)gray;
  1937. /* NOTE: does this work without expanding tRNS to alpha?
  1938. * It should be the color->gray case below apparently
  1939. * doesn't.
  1940. */
  1941. png_set_background_fixed(png_ptr, &c,
  1942. PNG_BACKGROUND_GAMMA_SCREEN, 0/*need_expand*/,
  1943. 0/*gamma: not used*/);
  1944. output_processing = PNG_CMAP_NONE;
  1945. break;
  1946. }
  1947. #ifdef __COVERITY__
  1948. /* Coverity claims that output_encoding cannot be 2 (P_LINEAR)
  1949. * here.
  1950. */
  1951. back_alpha = 255;
  1952. #else
  1953. back_alpha = output_encoding == P_LINEAR ? 65535 : 255;
  1954. #endif
  1955. }
  1956. /* output_processing means that the libpng-processed row will be
  1957. * 8-bit GA and it has to be processing to single byte color-map
  1958. * values. Entry 254 is replaced by either a completely
  1959. * transparent entry or by the background color at full
  1960. * precision (and the background color is not a simple gray
  1961. * level in this case.)
  1962. */
  1963. expand_tRNS = 1;
  1964. output_processing = PNG_CMAP_TRANS;
  1965. background_index = 254;
  1966. /* And set (overwrite) color-map entry 254 to the actual
  1967. * background color at full precision.
  1968. */
  1969. png_create_colormap_entry(display, 254, back_r, back_g, back_b,
  1970. back_alpha, output_encoding);
  1971. }
  1972. else
  1973. output_processing = PNG_CMAP_NONE;
  1974. }
  1975. break;
  1976. case PNG_COLOR_TYPE_GRAY_ALPHA:
  1977. /* 8-bit or 16-bit PNG with two channels - gray and alpha. A minimum
  1978. * of 65536 combinations. If, however, the alpha channel is to be
  1979. * removed there are only 256 possibilities if the background is gray.
  1980. * (Otherwise there is a subset of the 65536 possibilities defined by
  1981. * the triangle between black, white and the background color.)
  1982. *
  1983. * Reduce 16-bit files to 8-bit and sRGB encode the result. No need to
  1984. * worry about tRNS matching - tRNS is ignored if there is an alpha
  1985. * channel.
  1986. */
  1987. data_encoding = P_sRGB;
  1988. if ((output_format & PNG_FORMAT_FLAG_ALPHA) != 0)
  1989. {
  1990. if (PNG_GA_COLORMAP_ENTRIES > image->colormap_entries)
  1991. png_error(png_ptr, "gray+alpha color-map: too few entries");
  1992. cmap_entries = (unsigned int)make_ga_colormap(display);
  1993. background_index = PNG_CMAP_GA_BACKGROUND;
  1994. output_processing = PNG_CMAP_GA;
  1995. }
  1996. else /* alpha is removed */
  1997. {
  1998. /* Alpha must be removed as the PNG data is processed when the
  1999. * background is a color because the G and A channels are
  2000. * independent and the vector addition (non-parallel vectors) is a
  2001. * 2-D problem.
  2002. *
  2003. * This can be reduced to the same algorithm as above by making a
  2004. * colormap containing gray levels (for the opaque grays), a
  2005. * background entry (for a transparent pixel) and a set of four six
  2006. * level color values, one set for each intermediate alpha value.
  2007. * See the comments in make_ga_colormap for how this works in the
  2008. * per-pixel processing.
  2009. *
  2010. * If the background is gray, however, we only need a 256 entry gray
  2011. * level color map. It is sufficient to make the entry generated
  2012. * for the background color be exactly the color specified.
  2013. */
  2014. if ((output_format & PNG_FORMAT_FLAG_COLOR) == 0 ||
  2015. (back_r == back_g && back_g == back_b))
  2016. {
  2017. /* Background is gray; no special processing will be required. */
  2018. png_color_16 c;
  2019. png_uint_32 gray = back_g;
  2020. if (PNG_GRAY_COLORMAP_ENTRIES > image->colormap_entries)
  2021. png_error(png_ptr, "gray-alpha color-map: too few entries");
  2022. cmap_entries = (unsigned int)make_gray_colormap(display);
  2023. if (output_encoding == P_LINEAR)
  2024. {
  2025. gray = PNG_sRGB_FROM_LINEAR(gray * 255);
  2026. /* And make sure the corresponding palette entry matches. */
  2027. png_create_colormap_entry(display, gray, back_g, back_g,
  2028. back_g, 65535, P_LINEAR);
  2029. }
  2030. /* The background passed to libpng, however, must be the sRGB
  2031. * value.
  2032. */
  2033. c.index = 0; /*unused*/
  2034. c.gray = c.red = c.green = c.blue = (png_uint_16)gray;
  2035. png_set_background_fixed(png_ptr, &c,
  2036. PNG_BACKGROUND_GAMMA_SCREEN, 0/*need_expand*/,
  2037. 0/*gamma: not used*/);
  2038. output_processing = PNG_CMAP_NONE;
  2039. }
  2040. else
  2041. {
  2042. png_uint_32 i, a;
  2043. /* This is the same as png_make_ga_colormap, above, except that
  2044. * the entries are all opaque.
  2045. */
  2046. if (PNG_GA_COLORMAP_ENTRIES > image->colormap_entries)
  2047. png_error(png_ptr, "ga-alpha color-map: too few entries");
  2048. i = 0;
  2049. while (i < 231)
  2050. {
  2051. png_uint_32 gray = (i * 256 + 115) / 231;
  2052. png_create_colormap_entry(display, i++, gray, gray, gray,
  2053. 255, P_sRGB);
  2054. }
  2055. /* NOTE: this preserves the full precision of the application
  2056. * background color.
  2057. */
  2058. background_index = i;
  2059. png_create_colormap_entry(display, i++, back_r, back_g, back_b,
  2060. #ifdef __COVERITY__
  2061. /* Coverity claims that output_encoding
  2062. * cannot be 2 (P_LINEAR) here.
  2063. */ 255U,
  2064. #else
  2065. output_encoding == P_LINEAR ? 65535U : 255U,
  2066. #endif
  2067. output_encoding);
  2068. /* For non-opaque input composite on the sRGB background - this
  2069. * requires inverting the encoding for each component. The input
  2070. * is still converted to the sRGB encoding because this is a
  2071. * reasonable approximate to the logarithmic curve of human
  2072. * visual sensitivity, at least over the narrow range which PNG
  2073. * represents. Consequently 'G' is always sRGB encoded, while
  2074. * 'A' is linear. We need the linear background colors.
  2075. */
  2076. if (output_encoding == P_sRGB) /* else already linear */
  2077. {
  2078. /* This may produce a value not exactly matching the
  2079. * background, but that's ok because these numbers are only
  2080. * used when alpha != 0
  2081. */
  2082. back_r = png_sRGB_table[back_r];
  2083. back_g = png_sRGB_table[back_g];
  2084. back_b = png_sRGB_table[back_b];
  2085. }
  2086. for (a=1; a<5; ++a)
  2087. {
  2088. unsigned int g;
  2089. /* PNG_sRGB_FROM_LINEAR expects a 16-bit linear value scaled
  2090. * by an 8-bit alpha value (0..255).
  2091. */
  2092. png_uint_32 alpha = 51 * a;
  2093. png_uint_32 back_rx = (255-alpha) * back_r;
  2094. png_uint_32 back_gx = (255-alpha) * back_g;
  2095. png_uint_32 back_bx = (255-alpha) * back_b;
  2096. for (g=0; g<6; ++g)
  2097. {
  2098. png_uint_32 gray = png_sRGB_table[g*51] * alpha;
  2099. png_create_colormap_entry(display, i++,
  2100. PNG_sRGB_FROM_LINEAR(gray + back_rx),
  2101. PNG_sRGB_FROM_LINEAR(gray + back_gx),
  2102. PNG_sRGB_FROM_LINEAR(gray + back_bx), 255, P_sRGB);
  2103. }
  2104. }
  2105. cmap_entries = i;
  2106. output_processing = PNG_CMAP_GA;
  2107. }
  2108. }
  2109. break;
  2110. case PNG_COLOR_TYPE_RGB:
  2111. case PNG_COLOR_TYPE_RGB_ALPHA:
  2112. /* Exclude the case where the output is gray; we can always handle this
  2113. * with the cases above.
  2114. */
  2115. if ((output_format & PNG_FORMAT_FLAG_COLOR) == 0)
  2116. {
  2117. /* The color-map will be grayscale, so we may as well convert the
  2118. * input RGB values to a simple grayscale and use the grayscale
  2119. * code above.
  2120. *
  2121. * NOTE: calling this apparently damages the recognition of the
  2122. * transparent color in background color handling; call
  2123. * png_set_tRNS_to_alpha before png_set_background_fixed.
  2124. */
  2125. png_set_rgb_to_gray_fixed(png_ptr, PNG_ERROR_ACTION_NONE, -1,
  2126. -1);
  2127. data_encoding = P_sRGB;
  2128. /* The output will now be one or two 8-bit gray or gray+alpha
  2129. * channels. The more complex case arises when the input has alpha.
  2130. */
  2131. if ((png_ptr->color_type == PNG_COLOR_TYPE_RGB_ALPHA ||
  2132. png_ptr->num_trans > 0) &&
  2133. (output_format & PNG_FORMAT_FLAG_ALPHA) != 0)
  2134. {
  2135. /* Both input and output have an alpha channel, so no background
  2136. * processing is required; just map the GA bytes to the right
  2137. * color-map entry.
  2138. */
  2139. expand_tRNS = 1;
  2140. if (PNG_GA_COLORMAP_ENTRIES > image->colormap_entries)
  2141. png_error(png_ptr, "rgb[ga] color-map: too few entries");
  2142. cmap_entries = (unsigned int)make_ga_colormap(display);
  2143. background_index = PNG_CMAP_GA_BACKGROUND;
  2144. output_processing = PNG_CMAP_GA;
  2145. }
  2146. else
  2147. {
  2148. /* Either the input or the output has no alpha channel, so there
  2149. * will be no non-opaque pixels in the color-map; it will just be
  2150. * grayscale.
  2151. */
  2152. if (PNG_GRAY_COLORMAP_ENTRIES > image->colormap_entries)
  2153. png_error(png_ptr, "rgb[gray] color-map: too few entries");
  2154. /* Ideally this code would use libpng to do the gamma correction,
  2155. * but if an input alpha channel is to be removed we will hit the
  2156. * libpng bug in gamma+compose+rgb-to-gray (the double gamma
  2157. * correction bug). Fix this by dropping the gamma correction in
  2158. * this case and doing it in the palette; this will result in
  2159. * duplicate palette entries, but that's better than the
  2160. * alternative of double gamma correction.
  2161. */
  2162. if ((png_ptr->color_type == PNG_COLOR_TYPE_RGB_ALPHA ||
  2163. png_ptr->num_trans > 0) &&
  2164. png_gamma_not_sRGB(png_ptr->colorspace.gamma) != 0)
  2165. {
  2166. cmap_entries = (unsigned int)make_gray_file_colormap(display);
  2167. data_encoding = P_FILE;
  2168. }
  2169. else
  2170. cmap_entries = (unsigned int)make_gray_colormap(display);
  2171. /* But if the input has alpha or transparency it must be removed
  2172. */
  2173. if (png_ptr->color_type == PNG_COLOR_TYPE_RGB_ALPHA ||
  2174. png_ptr->num_trans > 0)
  2175. {
  2176. png_color_16 c;
  2177. png_uint_32 gray = back_g;
  2178. /* We need to ensure that the application background exists in
  2179. * the colormap and that completely transparent pixels map to
  2180. * it. Achieve this simply by ensuring that the entry
  2181. * selected for the background really is the background color.
  2182. */
  2183. if (data_encoding == P_FILE) /* from the fixup above */
  2184. {
  2185. /* The app supplied a gray which is in output_encoding, we
  2186. * need to convert it to a value of the input (P_FILE)
  2187. * encoding then set this palette entry to the required
  2188. * output encoding.
  2189. */
  2190. if (output_encoding == P_sRGB)
  2191. gray = png_sRGB_table[gray]; /* now P_LINEAR */
  2192. gray = PNG_DIV257(png_gamma_16bit_correct(gray,
  2193. png_ptr->colorspace.gamma)); /* now P_FILE */
  2194. /* And make sure the corresponding palette entry contains
  2195. * exactly the required sRGB value.
  2196. */
  2197. png_create_colormap_entry(display, gray, back_g, back_g,
  2198. back_g, 0/*unused*/, output_encoding);
  2199. }
  2200. else if (output_encoding == P_LINEAR)
  2201. {
  2202. gray = PNG_sRGB_FROM_LINEAR(gray * 255);
  2203. /* And make sure the corresponding palette entry matches.
  2204. */
  2205. png_create_colormap_entry(display, gray, back_g, back_g,
  2206. back_g, 0/*unused*/, P_LINEAR);
  2207. }
  2208. /* The background passed to libpng, however, must be the
  2209. * output (normally sRGB) value.
  2210. */
  2211. c.index = 0; /*unused*/
  2212. c.gray = c.red = c.green = c.blue = (png_uint_16)gray;
  2213. /* NOTE: the following is apparently a bug in libpng. Without
  2214. * it the transparent color recognition in
  2215. * png_set_background_fixed seems to go wrong.
  2216. */
  2217. expand_tRNS = 1;
  2218. png_set_background_fixed(png_ptr, &c,
  2219. PNG_BACKGROUND_GAMMA_SCREEN, 0/*need_expand*/,
  2220. 0/*gamma: not used*/);
  2221. }
  2222. output_processing = PNG_CMAP_NONE;
  2223. }
  2224. }
  2225. else /* output is color */
  2226. {
  2227. /* We could use png_quantize here so long as there is no transparent
  2228. * color or alpha; png_quantize ignores alpha. Easier overall just
  2229. * to do it once and using PNG_DIV51 on the 6x6x6 reduced RGB cube.
  2230. * Consequently we always want libpng to produce sRGB data.
  2231. */
  2232. data_encoding = P_sRGB;
  2233. /* Is there any transparency or alpha? */
  2234. if (png_ptr->color_type == PNG_COLOR_TYPE_RGB_ALPHA ||
  2235. png_ptr->num_trans > 0)
  2236. {
  2237. /* Is there alpha in the output too? If so all four channels are
  2238. * processed into a special RGB cube with alpha support.
  2239. */
  2240. if ((output_format & PNG_FORMAT_FLAG_ALPHA) != 0)
  2241. {
  2242. png_uint_32 r;
  2243. if (PNG_RGB_COLORMAP_ENTRIES+1+27 > image->colormap_entries)
  2244. png_error(png_ptr, "rgb+alpha color-map: too few entries");
  2245. cmap_entries = (unsigned int)make_rgb_colormap(display);
  2246. /* Add a transparent entry. */
  2247. png_create_colormap_entry(display, cmap_entries, 255, 255,
  2248. 255, 0, P_sRGB);
  2249. /* This is stored as the background index for the processing
  2250. * algorithm.
  2251. */
  2252. background_index = cmap_entries++;
  2253. /* Add 27 r,g,b entries each with alpha 0.5. */
  2254. for (r=0; r<256; r = (r << 1) | 0x7f)
  2255. {
  2256. png_uint_32 g;
  2257. for (g=0; g<256; g = (g << 1) | 0x7f)
  2258. {
  2259. png_uint_32 b;
  2260. /* This generates components with the values 0, 127 and
  2261. * 255
  2262. */
  2263. for (b=0; b<256; b = (b << 1) | 0x7f)
  2264. png_create_colormap_entry(display, cmap_entries++,
  2265. r, g, b, 128, P_sRGB);
  2266. }
  2267. }
  2268. expand_tRNS = 1;
  2269. output_processing = PNG_CMAP_RGB_ALPHA;
  2270. }
  2271. else
  2272. {
  2273. /* Alpha/transparency must be removed. The background must
  2274. * exist in the color map (achieved by setting adding it after
  2275. * the 666 color-map). If the standard processing code will
  2276. * pick up this entry automatically that's all that is
  2277. * required; libpng can be called to do the background
  2278. * processing.
  2279. */
  2280. unsigned int sample_size =
  2281. PNG_IMAGE_SAMPLE_SIZE(output_format);
  2282. png_uint_32 r, g, b; /* sRGB background */
  2283. if (PNG_RGB_COLORMAP_ENTRIES+1+27 > image->colormap_entries)
  2284. png_error(png_ptr, "rgb-alpha color-map: too few entries");
  2285. cmap_entries = (unsigned int)make_rgb_colormap(display);
  2286. png_create_colormap_entry(display, cmap_entries, back_r,
  2287. back_g, back_b, 0/*unused*/, output_encoding);
  2288. if (output_encoding == P_LINEAR)
  2289. {
  2290. r = PNG_sRGB_FROM_LINEAR(back_r * 255);
  2291. g = PNG_sRGB_FROM_LINEAR(back_g * 255);
  2292. b = PNG_sRGB_FROM_LINEAR(back_b * 255);
  2293. }
  2294. else
  2295. {
  2296. r = back_r;
  2297. g = back_g;
  2298. b = back_g;
  2299. }
  2300. /* Compare the newly-created color-map entry with the one the
  2301. * PNG_CMAP_RGB algorithm will use. If the two entries don't
  2302. * match, add the new one and set this as the background
  2303. * index.
  2304. */
  2305. if (memcmp((png_const_bytep)display->colormap +
  2306. sample_size * cmap_entries,
  2307. (png_const_bytep)display->colormap +
  2308. sample_size * PNG_RGB_INDEX(r,g,b),
  2309. sample_size) != 0)
  2310. {
  2311. /* The background color must be added. */
  2312. background_index = cmap_entries++;
  2313. /* Add 27 r,g,b entries each with created by composing with
  2314. * the background at alpha 0.5.
  2315. */
  2316. for (r=0; r<256; r = (r << 1) | 0x7f)
  2317. {
  2318. for (g=0; g<256; g = (g << 1) | 0x7f)
  2319. {
  2320. /* This generates components with the values 0, 127
  2321. * and 255
  2322. */
  2323. for (b=0; b<256; b = (b << 1) | 0x7f)
  2324. png_create_colormap_entry(display, cmap_entries++,
  2325. png_colormap_compose(display, r, P_sRGB, 128,
  2326. back_r, output_encoding),
  2327. png_colormap_compose(display, g, P_sRGB, 128,
  2328. back_g, output_encoding),
  2329. png_colormap_compose(display, b, P_sRGB, 128,
  2330. back_b, output_encoding),
  2331. 0/*unused*/, output_encoding);
  2332. }
  2333. }
  2334. expand_tRNS = 1;
  2335. output_processing = PNG_CMAP_RGB_ALPHA;
  2336. }
  2337. else /* background color is in the standard color-map */
  2338. {
  2339. png_color_16 c;
  2340. c.index = 0; /*unused*/
  2341. c.red = (png_uint_16)back_r;
  2342. c.gray = c.green = (png_uint_16)back_g;
  2343. c.blue = (png_uint_16)back_b;
  2344. png_set_background_fixed(png_ptr, &c,
  2345. PNG_BACKGROUND_GAMMA_SCREEN, 0/*need_expand*/,
  2346. 0/*gamma: not used*/);
  2347. output_processing = PNG_CMAP_RGB;
  2348. }
  2349. }
  2350. }
  2351. else /* no alpha or transparency in the input */
  2352. {
  2353. /* Alpha in the output is irrelevant, simply map the opaque input
  2354. * pixels to the 6x6x6 color-map.
  2355. */
  2356. if (PNG_RGB_COLORMAP_ENTRIES > image->colormap_entries)
  2357. png_error(png_ptr, "rgb color-map: too few entries");
  2358. cmap_entries = (unsigned int)make_rgb_colormap(display);
  2359. output_processing = PNG_CMAP_RGB;
  2360. }
  2361. }
  2362. break;
  2363. case PNG_COLOR_TYPE_PALETTE:
  2364. /* It's already got a color-map. It may be necessary to eliminate the
  2365. * tRNS entries though.
  2366. */
  2367. {
  2368. unsigned int num_trans = png_ptr->num_trans;
  2369. png_const_bytep trans = num_trans > 0 ? png_ptr->trans_alpha : NULL;
  2370. png_const_colorp colormap = png_ptr->palette;
  2371. const int do_background = trans != NULL &&
  2372. (output_format & PNG_FORMAT_FLAG_ALPHA) == 0;
  2373. unsigned int i;
  2374. /* Just in case: */
  2375. if (trans == NULL)
  2376. num_trans = 0;
  2377. output_processing = PNG_CMAP_NONE;
  2378. data_encoding = P_FILE; /* Don't change from color-map indices */
  2379. cmap_entries = (unsigned int)png_ptr->num_palette;
  2380. if (cmap_entries > 256)
  2381. cmap_entries = 256;
  2382. if (cmap_entries > (unsigned int)image->colormap_entries)
  2383. png_error(png_ptr, "palette color-map: too few entries");
  2384. for (i=0; i < cmap_entries; ++i)
  2385. {
  2386. if (do_background != 0 && i < num_trans && trans[i] < 255)
  2387. {
  2388. if (trans[i] == 0)
  2389. png_create_colormap_entry(display, i, back_r, back_g,
  2390. back_b, 0, output_encoding);
  2391. else
  2392. {
  2393. /* Must compose the PNG file color in the color-map entry
  2394. * on the sRGB color in 'back'.
  2395. */
  2396. png_create_colormap_entry(display, i,
  2397. png_colormap_compose(display, colormap[i].red,
  2398. P_FILE, trans[i], back_r, output_encoding),
  2399. png_colormap_compose(display, colormap[i].green,
  2400. P_FILE, trans[i], back_g, output_encoding),
  2401. png_colormap_compose(display, colormap[i].blue,
  2402. P_FILE, trans[i], back_b, output_encoding),
  2403. output_encoding == P_LINEAR ? trans[i] * 257U :
  2404. trans[i],
  2405. output_encoding);
  2406. }
  2407. }
  2408. else
  2409. png_create_colormap_entry(display, i, colormap[i].red,
  2410. colormap[i].green, colormap[i].blue,
  2411. i < num_trans ? trans[i] : 255U, P_FILE/*8-bit*/);
  2412. }
  2413. /* The PNG data may have indices packed in fewer than 8 bits, it
  2414. * must be expanded if so.
  2415. */
  2416. if (png_ptr->bit_depth < 8)
  2417. png_set_packing(png_ptr);
  2418. }
  2419. break;
  2420. default:
  2421. png_error(png_ptr, "invalid PNG color type");
  2422. /*NOT REACHED*/
  2423. }
  2424. /* Now deal with the output processing */
  2425. if (expand_tRNS != 0 && png_ptr->num_trans > 0 &&
  2426. (png_ptr->color_type & PNG_COLOR_MASK_ALPHA) == 0)
  2427. png_set_tRNS_to_alpha(png_ptr);
  2428. switch (data_encoding)
  2429. {
  2430. case P_sRGB:
  2431. /* Change to 8-bit sRGB */
  2432. png_set_alpha_mode_fixed(png_ptr, PNG_ALPHA_PNG, PNG_GAMMA_sRGB);
  2433. /* FALLTHROUGH */
  2434. case P_FILE:
  2435. if (png_ptr->bit_depth > 8)
  2436. png_set_scale_16(png_ptr);
  2437. break;
  2438. #ifdef __GNUC__
  2439. default:
  2440. png_error(png_ptr, "bad data option (internal error)");
  2441. #endif
  2442. }
  2443. if (cmap_entries > 256 || cmap_entries > image->colormap_entries)
  2444. png_error(png_ptr, "color map overflow (BAD internal error)");
  2445. image->colormap_entries = cmap_entries;
  2446. /* Double check using the recorded background index */
  2447. switch (output_processing)
  2448. {
  2449. case PNG_CMAP_NONE:
  2450. if (background_index != PNG_CMAP_NONE_BACKGROUND)
  2451. goto bad_background;
  2452. break;
  2453. case PNG_CMAP_GA:
  2454. if (background_index != PNG_CMAP_GA_BACKGROUND)
  2455. goto bad_background;
  2456. break;
  2457. case PNG_CMAP_TRANS:
  2458. if (background_index >= cmap_entries ||
  2459. background_index != PNG_CMAP_TRANS_BACKGROUND)
  2460. goto bad_background;
  2461. break;
  2462. case PNG_CMAP_RGB:
  2463. if (background_index != PNG_CMAP_RGB_BACKGROUND)
  2464. goto bad_background;
  2465. break;
  2466. case PNG_CMAP_RGB_ALPHA:
  2467. if (background_index != PNG_CMAP_RGB_ALPHA_BACKGROUND)
  2468. goto bad_background;
  2469. break;
  2470. default:
  2471. png_error(png_ptr, "bad processing option (internal error)");
  2472. bad_background:
  2473. png_error(png_ptr, "bad background index (internal error)");
  2474. }
  2475. display->colormap_processing = (int)output_processing;
  2476. return 1/*ok*/;
  2477. }
  2478. /* The final part of the color-map read called from png_image_finish_read. */
  2479. static int
  2480. png_image_read_and_map(png_voidp argument)
  2481. {
  2482. png_image_read_control *display = png_voidcast(png_image_read_control*,
  2483. argument);
  2484. png_imagep image = display->image;
  2485. png_structrp png_ptr = image->opaque->png_ptr;
  2486. int passes;
  2487. /* Called when the libpng data must be transformed into the color-mapped
  2488. * form. There is a local row buffer in display->local and this routine must
  2489. * do the interlace handling.
  2490. */
  2491. switch (png_ptr->interlaced)
  2492. {
  2493. case PNG_INTERLACE_NONE:
  2494. passes = 1;
  2495. break;
  2496. case PNG_INTERLACE_ADAM7:
  2497. passes = PNG_INTERLACE_ADAM7_PASSES;
  2498. break;
  2499. default:
  2500. png_error(png_ptr, "unknown interlace type");
  2501. }
  2502. {
  2503. png_uint_32 height = image->height;
  2504. png_uint_32 width = image->width;
  2505. int proc = display->colormap_processing;
  2506. png_bytep first_row = png_voidcast(png_bytep, display->first_row);
  2507. ptrdiff_t step_row = display->row_bytes;
  2508. int pass;
  2509. for (pass = 0; pass < passes; ++pass)
  2510. {
  2511. unsigned int startx, stepx, stepy;
  2512. png_uint_32 y;
  2513. if (png_ptr->interlaced == PNG_INTERLACE_ADAM7)
  2514. {
  2515. /* The row may be empty for a short image: */
  2516. if (PNG_PASS_COLS(width, pass) == 0)
  2517. continue;
  2518. startx = PNG_PASS_START_COL(pass);
  2519. stepx = PNG_PASS_COL_OFFSET(pass);
  2520. y = PNG_PASS_START_ROW(pass);
  2521. stepy = PNG_PASS_ROW_OFFSET(pass);
  2522. }
  2523. else
  2524. {
  2525. y = 0;
  2526. startx = 0;
  2527. stepx = stepy = 1;
  2528. }
  2529. for (; y<height; y += stepy)
  2530. {
  2531. png_bytep inrow = png_voidcast(png_bytep, display->local_row);
  2532. png_bytep outrow = first_row + y * step_row;
  2533. png_const_bytep end_row = outrow + width;
  2534. /* Read read the libpng data into the temporary buffer. */
  2535. png_read_row(png_ptr, inrow, NULL);
  2536. /* Now process the row according to the processing option, note
  2537. * that the caller verifies that the format of the libpng output
  2538. * data is as required.
  2539. */
  2540. outrow += startx;
  2541. switch (proc)
  2542. {
  2543. case PNG_CMAP_GA:
  2544. for (; outrow < end_row; outrow += stepx)
  2545. {
  2546. /* The data is always in the PNG order */
  2547. unsigned int gray = *inrow++;
  2548. unsigned int alpha = *inrow++;
  2549. unsigned int entry;
  2550. /* NOTE: this code is copied as a comment in
  2551. * make_ga_colormap above. Please update the
  2552. * comment if you change this code!
  2553. */
  2554. if (alpha > 229) /* opaque */
  2555. {
  2556. entry = (231 * gray + 128) >> 8;
  2557. }
  2558. else if (alpha < 26) /* transparent */
  2559. {
  2560. entry = 231;
  2561. }
  2562. else /* partially opaque */
  2563. {
  2564. entry = 226 + 6 * PNG_DIV51(alpha) + PNG_DIV51(gray);
  2565. }
  2566. *outrow = (png_byte)entry;
  2567. }
  2568. break;
  2569. case PNG_CMAP_TRANS:
  2570. for (; outrow < end_row; outrow += stepx)
  2571. {
  2572. png_byte gray = *inrow++;
  2573. png_byte alpha = *inrow++;
  2574. if (alpha == 0)
  2575. *outrow = PNG_CMAP_TRANS_BACKGROUND;
  2576. else if (gray != PNG_CMAP_TRANS_BACKGROUND)
  2577. *outrow = gray;
  2578. else
  2579. *outrow = (png_byte)(PNG_CMAP_TRANS_BACKGROUND+1);
  2580. }
  2581. break;
  2582. case PNG_CMAP_RGB:
  2583. for (; outrow < end_row; outrow += stepx)
  2584. {
  2585. *outrow = PNG_RGB_INDEX(inrow[0], inrow[1], inrow[2]);
  2586. inrow += 3;
  2587. }
  2588. break;
  2589. case PNG_CMAP_RGB_ALPHA:
  2590. for (; outrow < end_row; outrow += stepx)
  2591. {
  2592. unsigned int alpha = inrow[3];
  2593. /* Because the alpha entries only hold alpha==0.5 values
  2594. * split the processing at alpha==0.25 (64) and 0.75
  2595. * (196).
  2596. */
  2597. if (alpha >= 196)
  2598. *outrow = PNG_RGB_INDEX(inrow[0], inrow[1],
  2599. inrow[2]);
  2600. else if (alpha < 64)
  2601. *outrow = PNG_CMAP_RGB_ALPHA_BACKGROUND;
  2602. else
  2603. {
  2604. /* Likewise there are three entries for each of r, g
  2605. * and b. We could select the entry by popcount on
  2606. * the top two bits on those architectures that
  2607. * support it, this is what the code below does,
  2608. * crudely.
  2609. */
  2610. unsigned int back_i = PNG_CMAP_RGB_ALPHA_BACKGROUND+1;
  2611. /* Here are how the values map:
  2612. *
  2613. * 0x00 .. 0x3f -> 0
  2614. * 0x40 .. 0xbf -> 1
  2615. * 0xc0 .. 0xff -> 2
  2616. *
  2617. * So, as above with the explicit alpha checks, the
  2618. * breakpoints are at 64 and 196.
  2619. */
  2620. if (inrow[0] & 0x80) back_i += 9; /* red */
  2621. if (inrow[0] & 0x40) back_i += 9;
  2622. if (inrow[0] & 0x80) back_i += 3; /* green */
  2623. if (inrow[0] & 0x40) back_i += 3;
  2624. if (inrow[0] & 0x80) back_i += 1; /* blue */
  2625. if (inrow[0] & 0x40) back_i += 1;
  2626. *outrow = (png_byte)back_i;
  2627. }
  2628. inrow += 4;
  2629. }
  2630. break;
  2631. default:
  2632. break;
  2633. }
  2634. }
  2635. }
  2636. }
  2637. return 1;
  2638. }
  2639. static int
  2640. png_image_read_colormapped(png_voidp argument)
  2641. {
  2642. png_image_read_control *display = png_voidcast(png_image_read_control*,
  2643. argument);
  2644. png_imagep image = display->image;
  2645. png_controlp control = image->opaque;
  2646. png_structrp png_ptr = control->png_ptr;
  2647. png_inforp info_ptr = control->info_ptr;
  2648. int passes = 0; /* As a flag */
  2649. PNG_SKIP_CHUNKS(png_ptr);
  2650. /* Update the 'info' structure and make sure the result is as required; first
  2651. * make sure to turn on the interlace handling if it will be required
  2652. * (because it can't be turned on *after* the call to png_read_update_info!)
  2653. */
  2654. if (display->colormap_processing == PNG_CMAP_NONE)
  2655. passes = png_set_interlace_handling(png_ptr);
  2656. png_read_update_info(png_ptr, info_ptr);
  2657. /* The expected output can be deduced from the colormap_processing option. */
  2658. switch (display->colormap_processing)
  2659. {
  2660. case PNG_CMAP_NONE:
  2661. /* Output must be one channel and one byte per pixel, the output
  2662. * encoding can be anything.
  2663. */
  2664. if ((info_ptr->color_type == PNG_COLOR_TYPE_PALETTE ||
  2665. info_ptr->color_type == PNG_COLOR_TYPE_GRAY) &&
  2666. info_ptr->bit_depth == 8)
  2667. break;
  2668. goto bad_output;
  2669. case PNG_CMAP_TRANS:
  2670. case PNG_CMAP_GA:
  2671. /* Output must be two channels and the 'G' one must be sRGB, the latter
  2672. * can be checked with an exact number because it should have been set
  2673. * to this number above!
  2674. */
  2675. if (info_ptr->color_type == PNG_COLOR_TYPE_GRAY_ALPHA &&
  2676. info_ptr->bit_depth == 8 &&
  2677. png_ptr->screen_gamma == PNG_GAMMA_sRGB &&
  2678. image->colormap_entries == 256)
  2679. break;
  2680. goto bad_output;
  2681. case PNG_CMAP_RGB:
  2682. /* Output must be 8-bit sRGB encoded RGB */
  2683. if (info_ptr->color_type == PNG_COLOR_TYPE_RGB &&
  2684. info_ptr->bit_depth == 8 &&
  2685. png_ptr->screen_gamma == PNG_GAMMA_sRGB &&
  2686. image->colormap_entries == 216)
  2687. break;
  2688. goto bad_output;
  2689. case PNG_CMAP_RGB_ALPHA:
  2690. /* Output must be 8-bit sRGB encoded RGBA */
  2691. if (info_ptr->color_type == PNG_COLOR_TYPE_RGB_ALPHA &&
  2692. info_ptr->bit_depth == 8 &&
  2693. png_ptr->screen_gamma == PNG_GAMMA_sRGB &&
  2694. image->colormap_entries == 244 /* 216 + 1 + 27 */)
  2695. break;
  2696. goto bad_output;
  2697. default:
  2698. bad_output:
  2699. png_error(png_ptr, "bad color-map processing (internal error)");
  2700. }
  2701. /* Now read the rows. Do this here if it is possible to read directly into
  2702. * the output buffer, otherwise allocate a local row buffer of the maximum
  2703. * size libpng requires and call the relevant processing routine safely.
  2704. */
  2705. {
  2706. png_voidp first_row = display->buffer;
  2707. ptrdiff_t row_bytes = display->row_stride;
  2708. /* The following expression is designed to work correctly whether it gives
  2709. * a signed or an unsigned result.
  2710. */
  2711. if (row_bytes < 0)
  2712. {
  2713. char *ptr = png_voidcast(char*, first_row);
  2714. ptr += (image->height-1) * (-row_bytes);
  2715. first_row = png_voidcast(png_voidp, ptr);
  2716. }
  2717. display->first_row = first_row;
  2718. display->row_bytes = row_bytes;
  2719. }
  2720. if (passes == 0)
  2721. {
  2722. int result;
  2723. png_voidp row = png_malloc(png_ptr, png_get_rowbytes(png_ptr, info_ptr));
  2724. display->local_row = row;
  2725. result = png_safe_execute(image, png_image_read_and_map, display);
  2726. display->local_row = NULL;
  2727. png_free(png_ptr, row);
  2728. return result;
  2729. }
  2730. else
  2731. {
  2732. png_alloc_size_t row_bytes = (png_alloc_size_t)display->row_bytes;
  2733. while (--passes >= 0)
  2734. {
  2735. png_uint_32 y = image->height;
  2736. png_bytep row = png_voidcast(png_bytep, display->first_row);
  2737. for (; y > 0; --y)
  2738. {
  2739. png_read_row(png_ptr, row, NULL);
  2740. row += row_bytes;
  2741. }
  2742. }
  2743. return 1;
  2744. }
  2745. }
  2746. /* Just the row reading part of png_image_read. */
  2747. static int
  2748. png_image_read_composite(png_voidp argument)
  2749. {
  2750. png_image_read_control *display = png_voidcast(png_image_read_control*,
  2751. argument);
  2752. png_imagep image = display->image;
  2753. png_structrp png_ptr = image->opaque->png_ptr;
  2754. int passes;
  2755. switch (png_ptr->interlaced)
  2756. {
  2757. case PNG_INTERLACE_NONE:
  2758. passes = 1;
  2759. break;
  2760. case PNG_INTERLACE_ADAM7:
  2761. passes = PNG_INTERLACE_ADAM7_PASSES;
  2762. break;
  2763. default:
  2764. png_error(png_ptr, "unknown interlace type");
  2765. }
  2766. {
  2767. png_uint_32 height = image->height;
  2768. png_uint_32 width = image->width;
  2769. ptrdiff_t step_row = display->row_bytes;
  2770. unsigned int channels =
  2771. (image->format & PNG_FORMAT_FLAG_COLOR) != 0 ? 3 : 1;
  2772. int pass;
  2773. for (pass = 0; pass < passes; ++pass)
  2774. {
  2775. unsigned int startx, stepx, stepy;
  2776. png_uint_32 y;
  2777. if (png_ptr->interlaced == PNG_INTERLACE_ADAM7)
  2778. {
  2779. /* The row may be empty for a short image: */
  2780. if (PNG_PASS_COLS(width, pass) == 0)
  2781. continue;
  2782. startx = PNG_PASS_START_COL(pass) * channels;
  2783. stepx = PNG_PASS_COL_OFFSET(pass) * channels;
  2784. y = PNG_PASS_START_ROW(pass);
  2785. stepy = PNG_PASS_ROW_OFFSET(pass);
  2786. }
  2787. else
  2788. {
  2789. y = 0;
  2790. startx = 0;
  2791. stepx = channels;
  2792. stepy = 1;
  2793. }
  2794. for (; y<height; y += stepy)
  2795. {
  2796. png_bytep inrow = png_voidcast(png_bytep, display->local_row);
  2797. png_bytep outrow;
  2798. png_const_bytep end_row;
  2799. /* Read the row, which is packed: */
  2800. png_read_row(png_ptr, inrow, NULL);
  2801. outrow = png_voidcast(png_bytep, display->first_row);
  2802. outrow += y * step_row;
  2803. end_row = outrow + width * channels;
  2804. /* Now do the composition on each pixel in this row. */
  2805. outrow += startx;
  2806. for (; outrow < end_row; outrow += stepx)
  2807. {
  2808. png_byte alpha = inrow[channels];
  2809. if (alpha > 0) /* else no change to the output */
  2810. {
  2811. unsigned int c;
  2812. for (c=0; c<channels; ++c)
  2813. {
  2814. png_uint_32 component = inrow[c];
  2815. if (alpha < 255) /* else just use component */
  2816. {
  2817. /* This is PNG_OPTIMIZED_ALPHA, the component value
  2818. * is a linear 8-bit value. Combine this with the
  2819. * current outrow[c] value which is sRGB encoded.
  2820. * Arithmetic here is 16-bits to preserve the output
  2821. * values correctly.
  2822. */
  2823. component *= 257*255; /* =65535 */
  2824. component += (255-alpha)*png_sRGB_table[outrow[c]];
  2825. /* So 'component' is scaled by 255*65535 and is
  2826. * therefore appropriate for the sRGB to linear
  2827. * conversion table.
  2828. */
  2829. component = PNG_sRGB_FROM_LINEAR(component);
  2830. }
  2831. outrow[c] = (png_byte)component;
  2832. }
  2833. }
  2834. inrow += channels+1; /* components and alpha channel */
  2835. }
  2836. }
  2837. }
  2838. }
  2839. return 1;
  2840. }
  2841. /* The do_local_background case; called when all the following transforms are to
  2842. * be done:
  2843. *
  2844. * PNG_RGB_TO_GRAY
  2845. * PNG_COMPOSITE
  2846. * PNG_GAMMA
  2847. *
  2848. * This is a work-around for the fact that both the PNG_RGB_TO_GRAY and
  2849. * PNG_COMPOSITE code performs gamma correction, so we get double gamma
  2850. * correction. The fix-up is to prevent the PNG_COMPOSITE operation from
  2851. * happening inside libpng, so this routine sees an 8 or 16-bit gray+alpha
  2852. * row and handles the removal or pre-multiplication of the alpha channel.
  2853. */
  2854. static int
  2855. png_image_read_background(png_voidp argument)
  2856. {
  2857. png_image_read_control *display = png_voidcast(png_image_read_control*,
  2858. argument);
  2859. png_imagep image = display->image;
  2860. png_structrp png_ptr = image->opaque->png_ptr;
  2861. png_inforp info_ptr = image->opaque->info_ptr;
  2862. png_uint_32 height = image->height;
  2863. png_uint_32 width = image->width;
  2864. int pass, passes;
  2865. /* Double check the convoluted logic below. We expect to get here with
  2866. * libpng doing rgb to gray and gamma correction but background processing
  2867. * left to the png_image_read_background function. The rows libpng produce
  2868. * might be 8 or 16-bit but should always have two channels; gray plus alpha.
  2869. */
  2870. if ((png_ptr->transformations & PNG_RGB_TO_GRAY) == 0)
  2871. png_error(png_ptr, "lost rgb to gray");
  2872. if ((png_ptr->transformations & PNG_COMPOSE) != 0)
  2873. png_error(png_ptr, "unexpected compose");
  2874. if (png_get_channels(png_ptr, info_ptr) != 2)
  2875. png_error(png_ptr, "lost/gained channels");
  2876. /* Expect the 8-bit case to always remove the alpha channel */
  2877. if ((image->format & PNG_FORMAT_FLAG_LINEAR) == 0 &&
  2878. (image->format & PNG_FORMAT_FLAG_ALPHA) != 0)
  2879. png_error(png_ptr, "unexpected 8-bit transformation");
  2880. switch (png_ptr->interlaced)
  2881. {
  2882. case PNG_INTERLACE_NONE:
  2883. passes = 1;
  2884. break;
  2885. case PNG_INTERLACE_ADAM7:
  2886. passes = PNG_INTERLACE_ADAM7_PASSES;
  2887. break;
  2888. default:
  2889. png_error(png_ptr, "unknown interlace type");
  2890. }
  2891. /* Use direct access to info_ptr here because otherwise the simplified API
  2892. * would require PNG_EASY_ACCESS_SUPPORTED (just for this.) Note this is
  2893. * checking the value after libpng expansions, not the original value in the
  2894. * PNG.
  2895. */
  2896. switch (info_ptr->bit_depth)
  2897. {
  2898. case 8:
  2899. /* 8-bit sRGB gray values with an alpha channel; the alpha channel is
  2900. * to be removed by composing on a background: either the row if
  2901. * display->background is NULL or display->background->green if not.
  2902. * Unlike the code above ALPHA_OPTIMIZED has *not* been done.
  2903. */
  2904. {
  2905. png_bytep first_row = png_voidcast(png_bytep, display->first_row);
  2906. ptrdiff_t step_row = display->row_bytes;
  2907. for (pass = 0; pass < passes; ++pass)
  2908. {
  2909. png_bytep row = png_voidcast(png_bytep, display->first_row);
  2910. unsigned int startx, stepx, stepy;
  2911. png_uint_32 y;
  2912. if (png_ptr->interlaced == PNG_INTERLACE_ADAM7)
  2913. {
  2914. /* The row may be empty for a short image: */
  2915. if (PNG_PASS_COLS(width, pass) == 0)
  2916. continue;
  2917. startx = PNG_PASS_START_COL(pass);
  2918. stepx = PNG_PASS_COL_OFFSET(pass);
  2919. y = PNG_PASS_START_ROW(pass);
  2920. stepy = PNG_PASS_ROW_OFFSET(pass);
  2921. }
  2922. else
  2923. {
  2924. y = 0;
  2925. startx = 0;
  2926. stepx = stepy = 1;
  2927. }
  2928. if (display->background == NULL)
  2929. {
  2930. for (; y<height; y += stepy)
  2931. {
  2932. png_bytep inrow = png_voidcast(png_bytep,
  2933. display->local_row);
  2934. png_bytep outrow = first_row + y * step_row;
  2935. png_const_bytep end_row = outrow + width;
  2936. /* Read the row, which is packed: */
  2937. png_read_row(png_ptr, inrow, NULL);
  2938. /* Now do the composition on each pixel in this row. */
  2939. outrow += startx;
  2940. for (; outrow < end_row; outrow += stepx)
  2941. {
  2942. png_byte alpha = inrow[1];
  2943. if (alpha > 0) /* else no change to the output */
  2944. {
  2945. png_uint_32 component = inrow[0];
  2946. if (alpha < 255) /* else just use component */
  2947. {
  2948. /* Since PNG_OPTIMIZED_ALPHA was not set it is
  2949. * necessary to invert the sRGB transfer
  2950. * function and multiply the alpha out.
  2951. */
  2952. component = png_sRGB_table[component] * alpha;
  2953. component += png_sRGB_table[outrow[0]] *
  2954. (255-alpha);
  2955. component = PNG_sRGB_FROM_LINEAR(component);
  2956. }
  2957. outrow[0] = (png_byte)component;
  2958. }
  2959. inrow += 2; /* gray and alpha channel */
  2960. }
  2961. }
  2962. }
  2963. else /* constant background value */
  2964. {
  2965. png_byte background8 = display->background->green;
  2966. png_uint_16 background = png_sRGB_table[background8];
  2967. for (; y<height; y += stepy)
  2968. {
  2969. png_bytep inrow = png_voidcast(png_bytep,
  2970. display->local_row);
  2971. png_bytep outrow = first_row + y * step_row;
  2972. png_const_bytep end_row = outrow + width;
  2973. /* Read the row, which is packed: */
  2974. png_read_row(png_ptr, inrow, NULL);
  2975. /* Now do the composition on each pixel in this row. */
  2976. outrow += startx;
  2977. for (; outrow < end_row; outrow += stepx)
  2978. {
  2979. png_byte alpha = inrow[1];
  2980. if (alpha > 0) /* else use background */
  2981. {
  2982. png_uint_32 component = inrow[0];
  2983. if (alpha < 255) /* else just use component */
  2984. {
  2985. component = png_sRGB_table[component] * alpha;
  2986. component += background * (255-alpha);
  2987. component = PNG_sRGB_FROM_LINEAR(component);
  2988. }
  2989. outrow[0] = (png_byte)component;
  2990. }
  2991. else
  2992. outrow[0] = background8;
  2993. inrow += 2; /* gray and alpha channel */
  2994. }
  2995. row += display->row_bytes;
  2996. }
  2997. }
  2998. }
  2999. }
  3000. break;
  3001. case 16:
  3002. /* 16-bit linear with pre-multiplied alpha; the pre-multiplication must
  3003. * still be done and, maybe, the alpha channel removed. This code also
  3004. * handles the alpha-first option.
  3005. */
  3006. {
  3007. png_uint_16p first_row = png_voidcast(png_uint_16p,
  3008. display->first_row);
  3009. /* The division by two is safe because the caller passed in a
  3010. * stride which was multiplied by 2 (below) to get row_bytes.
  3011. */
  3012. ptrdiff_t step_row = display->row_bytes / 2;
  3013. unsigned int preserve_alpha = (image->format &
  3014. PNG_FORMAT_FLAG_ALPHA) != 0;
  3015. unsigned int outchannels = 1U+preserve_alpha;
  3016. int swap_alpha = 0;
  3017. # ifdef PNG_SIMPLIFIED_READ_AFIRST_SUPPORTED
  3018. if (preserve_alpha != 0 &&
  3019. (image->format & PNG_FORMAT_FLAG_AFIRST) != 0)
  3020. swap_alpha = 1;
  3021. # endif
  3022. for (pass = 0; pass < passes; ++pass)
  3023. {
  3024. unsigned int startx, stepx, stepy;
  3025. png_uint_32 y;
  3026. /* The 'x' start and step are adjusted to output components here.
  3027. */
  3028. if (png_ptr->interlaced == PNG_INTERLACE_ADAM7)
  3029. {
  3030. /* The row may be empty for a short image: */
  3031. if (PNG_PASS_COLS(width, pass) == 0)
  3032. continue;
  3033. startx = PNG_PASS_START_COL(pass) * outchannels;
  3034. stepx = PNG_PASS_COL_OFFSET(pass) * outchannels;
  3035. y = PNG_PASS_START_ROW(pass);
  3036. stepy = PNG_PASS_ROW_OFFSET(pass);
  3037. }
  3038. else
  3039. {
  3040. y = 0;
  3041. startx = 0;
  3042. stepx = outchannels;
  3043. stepy = 1;
  3044. }
  3045. for (; y<height; y += stepy)
  3046. {
  3047. png_const_uint_16p inrow;
  3048. png_uint_16p outrow = first_row + y*step_row;
  3049. png_uint_16p end_row = outrow + width * outchannels;
  3050. /* Read the row, which is packed: */
  3051. png_read_row(png_ptr, png_voidcast(png_bytep,
  3052. display->local_row), NULL);
  3053. inrow = png_voidcast(png_const_uint_16p, display->local_row);
  3054. /* Now do the pre-multiplication on each pixel in this row.
  3055. */
  3056. outrow += startx;
  3057. for (; outrow < end_row; outrow += stepx)
  3058. {
  3059. png_uint_32 component = inrow[0];
  3060. png_uint_16 alpha = inrow[1];
  3061. if (alpha > 0) /* else 0 */
  3062. {
  3063. if (alpha < 65535) /* else just use component */
  3064. {
  3065. component *= alpha;
  3066. component += 32767;
  3067. component /= 65535;
  3068. }
  3069. }
  3070. else
  3071. component = 0;
  3072. outrow[swap_alpha] = (png_uint_16)component;
  3073. if (preserve_alpha != 0)
  3074. outrow[1 ^ swap_alpha] = alpha;
  3075. inrow += 2; /* components and alpha channel */
  3076. }
  3077. }
  3078. }
  3079. }
  3080. break;
  3081. #ifdef __GNUC__
  3082. default:
  3083. png_error(png_ptr, "unexpected bit depth");
  3084. #endif
  3085. }
  3086. return 1;
  3087. }
  3088. /* The guts of png_image_finish_read as a png_safe_execute callback. */
  3089. static int
  3090. png_image_read_direct(png_voidp argument)
  3091. {
  3092. png_image_read_control *display = png_voidcast(png_image_read_control*,
  3093. argument);
  3094. png_imagep image = display->image;
  3095. png_structrp png_ptr = image->opaque->png_ptr;
  3096. png_inforp info_ptr = image->opaque->info_ptr;
  3097. png_uint_32 format = image->format;
  3098. int linear = (format & PNG_FORMAT_FLAG_LINEAR) != 0;
  3099. int do_local_compose = 0;
  3100. int do_local_background = 0; /* to avoid double gamma correction bug */
  3101. int passes = 0;
  3102. /* Add transforms to ensure the correct output format is produced then check
  3103. * that the required implementation support is there. Always expand; always
  3104. * need 8 bits minimum, no palette and expanded tRNS.
  3105. */
  3106. png_set_expand(png_ptr);
  3107. /* Now check the format to see if it was modified. */
  3108. {
  3109. png_uint_32 base_format = png_image_format(png_ptr) &
  3110. ~PNG_FORMAT_FLAG_COLORMAP /* removed by png_set_expand */;
  3111. png_uint_32 change = format ^ base_format;
  3112. png_fixed_point output_gamma;
  3113. int mode; /* alpha mode */
  3114. /* Do this first so that we have a record if rgb to gray is happening. */
  3115. if ((change & PNG_FORMAT_FLAG_COLOR) != 0)
  3116. {
  3117. /* gray<->color transformation required. */
  3118. if ((format & PNG_FORMAT_FLAG_COLOR) != 0)
  3119. png_set_gray_to_rgb(png_ptr);
  3120. else
  3121. {
  3122. /* libpng can't do both rgb to gray and
  3123. * background/pre-multiplication if there is also significant gamma
  3124. * correction, because both operations require linear colors and
  3125. * the code only supports one transform doing the gamma correction.
  3126. * Handle this by doing the pre-multiplication or background
  3127. * operation in this code, if necessary.
  3128. *
  3129. * TODO: fix this by rewriting pngrtran.c (!)
  3130. *
  3131. * For the moment (given that fixing this in pngrtran.c is an
  3132. * enormous change) 'do_local_background' is used to indicate that
  3133. * the problem exists.
  3134. */
  3135. if ((base_format & PNG_FORMAT_FLAG_ALPHA) != 0)
  3136. do_local_background = 1/*maybe*/;
  3137. png_set_rgb_to_gray_fixed(png_ptr, PNG_ERROR_ACTION_NONE,
  3138. PNG_RGB_TO_GRAY_DEFAULT, PNG_RGB_TO_GRAY_DEFAULT);
  3139. }
  3140. change &= ~PNG_FORMAT_FLAG_COLOR;
  3141. }
  3142. /* Set the gamma appropriately, linear for 16-bit input, sRGB otherwise.
  3143. */
  3144. {
  3145. png_fixed_point input_gamma_default;
  3146. if ((base_format & PNG_FORMAT_FLAG_LINEAR) != 0 &&
  3147. (image->flags & PNG_IMAGE_FLAG_16BIT_sRGB) == 0)
  3148. input_gamma_default = PNG_GAMMA_LINEAR;
  3149. else
  3150. input_gamma_default = PNG_DEFAULT_sRGB;
  3151. /* Call png_set_alpha_mode to set the default for the input gamma; the
  3152. * output gamma is set by a second call below.
  3153. */
  3154. png_set_alpha_mode_fixed(png_ptr, PNG_ALPHA_PNG, input_gamma_default);
  3155. }
  3156. if (linear != 0)
  3157. {
  3158. /* If there *is* an alpha channel in the input it must be multiplied
  3159. * out; use PNG_ALPHA_STANDARD, otherwise just use PNG_ALPHA_PNG.
  3160. */
  3161. if ((base_format & PNG_FORMAT_FLAG_ALPHA) != 0)
  3162. mode = PNG_ALPHA_STANDARD; /* associated alpha */
  3163. else
  3164. mode = PNG_ALPHA_PNG;
  3165. output_gamma = PNG_GAMMA_LINEAR;
  3166. }
  3167. else
  3168. {
  3169. mode = PNG_ALPHA_PNG;
  3170. output_gamma = PNG_DEFAULT_sRGB;
  3171. }
  3172. if ((change & PNG_FORMAT_FLAG_ASSOCIATED_ALPHA) != 0)
  3173. {
  3174. mode = PNG_ALPHA_OPTIMIZED;
  3175. change &= ~PNG_FORMAT_FLAG_ASSOCIATED_ALPHA;
  3176. }
  3177. /* If 'do_local_background' is set check for the presence of gamma
  3178. * correction; this is part of the work-round for the libpng bug
  3179. * described above.
  3180. *
  3181. * TODO: fix libpng and remove this.
  3182. */
  3183. if (do_local_background != 0)
  3184. {
  3185. png_fixed_point gtest;
  3186. /* This is 'png_gamma_threshold' from pngrtran.c; the test used for
  3187. * gamma correction, the screen gamma hasn't been set on png_struct
  3188. * yet; it's set below. png_struct::gamma, however, is set to the
  3189. * final value.
  3190. */
  3191. if (png_muldiv(&gtest, output_gamma, png_ptr->colorspace.gamma,
  3192. PNG_FP_1) != 0 && png_gamma_significant(gtest) == 0)
  3193. do_local_background = 0;
  3194. else if (mode == PNG_ALPHA_STANDARD)
  3195. {
  3196. do_local_background = 2/*required*/;
  3197. mode = PNG_ALPHA_PNG; /* prevent libpng doing it */
  3198. }
  3199. /* else leave as 1 for the checks below */
  3200. }
  3201. /* If the bit-depth changes then handle that here. */
  3202. if ((change & PNG_FORMAT_FLAG_LINEAR) != 0)
  3203. {
  3204. if (linear != 0 /*16-bit output*/)
  3205. png_set_expand_16(png_ptr);
  3206. else /* 8-bit output */
  3207. png_set_scale_16(png_ptr);
  3208. change &= ~PNG_FORMAT_FLAG_LINEAR;
  3209. }
  3210. /* Now the background/alpha channel changes. */
  3211. if ((change & PNG_FORMAT_FLAG_ALPHA) != 0)
  3212. {
  3213. /* Removing an alpha channel requires composition for the 8-bit
  3214. * formats; for the 16-bit it is already done, above, by the
  3215. * pre-multiplication and the channel just needs to be stripped.
  3216. */
  3217. if ((base_format & PNG_FORMAT_FLAG_ALPHA) != 0)
  3218. {
  3219. /* If RGB->gray is happening the alpha channel must be left and the
  3220. * operation completed locally.
  3221. *
  3222. * TODO: fix libpng and remove this.
  3223. */
  3224. if (do_local_background != 0)
  3225. do_local_background = 2/*required*/;
  3226. /* 16-bit output: just remove the channel */
  3227. else if (linear != 0) /* compose on black (well, pre-multiply) */
  3228. png_set_strip_alpha(png_ptr);
  3229. /* 8-bit output: do an appropriate compose */
  3230. else if (display->background != NULL)
  3231. {
  3232. png_color_16 c;
  3233. c.index = 0; /*unused*/
  3234. c.red = display->background->red;
  3235. c.green = display->background->green;
  3236. c.blue = display->background->blue;
  3237. c.gray = display->background->green;
  3238. /* This is always an 8-bit sRGB value, using the 'green' channel
  3239. * for gray is much better than calculating the luminance here;
  3240. * we can get off-by-one errors in that calculation relative to
  3241. * the app expectations and that will show up in transparent
  3242. * pixels.
  3243. */
  3244. png_set_background_fixed(png_ptr, &c,
  3245. PNG_BACKGROUND_GAMMA_SCREEN, 0/*need_expand*/,
  3246. 0/*gamma: not used*/);
  3247. }
  3248. else /* compose on row: implemented below. */
  3249. {
  3250. do_local_compose = 1;
  3251. /* This leaves the alpha channel in the output, so it has to be
  3252. * removed by the code below. Set the encoding to the 'OPTIMIZE'
  3253. * one so the code only has to hack on the pixels that require
  3254. * composition.
  3255. */
  3256. mode = PNG_ALPHA_OPTIMIZED;
  3257. }
  3258. }
  3259. else /* output needs an alpha channel */
  3260. {
  3261. /* This is tricky because it happens before the swap operation has
  3262. * been accomplished; however, the swap does *not* swap the added
  3263. * alpha channel (weird API), so it must be added in the correct
  3264. * place.
  3265. */
  3266. png_uint_32 filler; /* opaque filler */
  3267. int where;
  3268. if (linear != 0)
  3269. filler = 65535;
  3270. else
  3271. filler = 255;
  3272. #ifdef PNG_FORMAT_AFIRST_SUPPORTED
  3273. if ((format & PNG_FORMAT_FLAG_AFIRST) != 0)
  3274. {
  3275. where = PNG_FILLER_BEFORE;
  3276. change &= ~PNG_FORMAT_FLAG_AFIRST;
  3277. }
  3278. else
  3279. #endif
  3280. where = PNG_FILLER_AFTER;
  3281. png_set_add_alpha(png_ptr, filler, where);
  3282. }
  3283. /* This stops the (irrelevant) call to swap_alpha below. */
  3284. change &= ~PNG_FORMAT_FLAG_ALPHA;
  3285. }
  3286. /* Now set the alpha mode correctly; this is always done, even if there is
  3287. * no alpha channel in either the input or the output because it correctly
  3288. * sets the output gamma.
  3289. */
  3290. png_set_alpha_mode_fixed(png_ptr, mode, output_gamma);
  3291. # ifdef PNG_FORMAT_BGR_SUPPORTED
  3292. if ((change & PNG_FORMAT_FLAG_BGR) != 0)
  3293. {
  3294. /* Check only the output format; PNG is never BGR; don't do this if
  3295. * the output is gray, but fix up the 'format' value in that case.
  3296. */
  3297. if ((format & PNG_FORMAT_FLAG_COLOR) != 0)
  3298. png_set_bgr(png_ptr);
  3299. else
  3300. format &= ~PNG_FORMAT_FLAG_BGR;
  3301. change &= ~PNG_FORMAT_FLAG_BGR;
  3302. }
  3303. # endif
  3304. # ifdef PNG_FORMAT_AFIRST_SUPPORTED
  3305. if ((change & PNG_FORMAT_FLAG_AFIRST) != 0)
  3306. {
  3307. /* Only relevant if there is an alpha channel - it's particularly
  3308. * important to handle this correctly because do_local_compose may
  3309. * be set above and then libpng will keep the alpha channel for this
  3310. * code to remove.
  3311. */
  3312. if ((format & PNG_FORMAT_FLAG_ALPHA) != 0)
  3313. {
  3314. /* Disable this if doing a local background,
  3315. * TODO: remove this when local background is no longer required.
  3316. */
  3317. if (do_local_background != 2)
  3318. png_set_swap_alpha(png_ptr);
  3319. }
  3320. else
  3321. format &= ~PNG_FORMAT_FLAG_AFIRST;
  3322. change &= ~PNG_FORMAT_FLAG_AFIRST;
  3323. }
  3324. # endif
  3325. /* If the *output* is 16-bit then we need to check for a byte-swap on this
  3326. * architecture.
  3327. */
  3328. if (linear != 0)
  3329. {
  3330. PNG_CONST png_uint_16 le = 0x0001;
  3331. if ((*(png_const_bytep) & le) != 0)
  3332. png_set_swap(png_ptr);
  3333. }
  3334. /* If change is not now 0 some transformation is missing - error out. */
  3335. if (change != 0)
  3336. png_error(png_ptr, "png_read_image: unsupported transformation");
  3337. }
  3338. PNG_SKIP_CHUNKS(png_ptr);
  3339. /* Update the 'info' structure and make sure the result is as required; first
  3340. * make sure to turn on the interlace handling if it will be required
  3341. * (because it can't be turned on *after* the call to png_read_update_info!)
  3342. *
  3343. * TODO: remove the do_local_background fixup below.
  3344. */
  3345. if (do_local_compose == 0 && do_local_background != 2)
  3346. passes = png_set_interlace_handling(png_ptr);
  3347. png_read_update_info(png_ptr, info_ptr);
  3348. {
  3349. png_uint_32 info_format = 0;
  3350. if ((info_ptr->color_type & PNG_COLOR_MASK_COLOR) != 0)
  3351. info_format |= PNG_FORMAT_FLAG_COLOR;
  3352. if ((info_ptr->color_type & PNG_COLOR_MASK_ALPHA) != 0)
  3353. {
  3354. /* do_local_compose removes this channel below. */
  3355. if (do_local_compose == 0)
  3356. {
  3357. /* do_local_background does the same if required. */
  3358. if (do_local_background != 2 ||
  3359. (format & PNG_FORMAT_FLAG_ALPHA) != 0)
  3360. info_format |= PNG_FORMAT_FLAG_ALPHA;
  3361. }
  3362. }
  3363. else if (do_local_compose != 0) /* internal error */
  3364. png_error(png_ptr, "png_image_read: alpha channel lost");
  3365. if ((format & PNG_FORMAT_FLAG_ASSOCIATED_ALPHA) != 0) {
  3366. info_format |= PNG_FORMAT_FLAG_ASSOCIATED_ALPHA;
  3367. }
  3368. if (info_ptr->bit_depth == 16)
  3369. info_format |= PNG_FORMAT_FLAG_LINEAR;
  3370. #ifdef PNG_FORMAT_BGR_SUPPORTED
  3371. if ((png_ptr->transformations & PNG_BGR) != 0)
  3372. info_format |= PNG_FORMAT_FLAG_BGR;
  3373. #endif
  3374. #ifdef PNG_FORMAT_AFIRST_SUPPORTED
  3375. if (do_local_background == 2)
  3376. {
  3377. if ((format & PNG_FORMAT_FLAG_AFIRST) != 0)
  3378. info_format |= PNG_FORMAT_FLAG_AFIRST;
  3379. }
  3380. if ((png_ptr->transformations & PNG_SWAP_ALPHA) != 0 ||
  3381. ((png_ptr->transformations & PNG_ADD_ALPHA) != 0 &&
  3382. (png_ptr->flags & PNG_FLAG_FILLER_AFTER) == 0))
  3383. {
  3384. if (do_local_background == 2)
  3385. png_error(png_ptr, "unexpected alpha swap transformation");
  3386. info_format |= PNG_FORMAT_FLAG_AFIRST;
  3387. }
  3388. # endif
  3389. /* This is actually an internal error. */
  3390. if (info_format != format)
  3391. png_error(png_ptr, "png_read_image: invalid transformations");
  3392. }
  3393. /* Now read the rows. If do_local_compose is set then it is necessary to use
  3394. * a local row buffer. The output will be GA, RGBA or BGRA and must be
  3395. * converted to G, RGB or BGR as appropriate. The 'local_row' member of the
  3396. * display acts as a flag.
  3397. */
  3398. {
  3399. png_voidp first_row = display->buffer;
  3400. ptrdiff_t row_bytes = display->row_stride;
  3401. if (linear != 0)
  3402. row_bytes *= 2;
  3403. /* The following expression is designed to work correctly whether it gives
  3404. * a signed or an unsigned result.
  3405. */
  3406. if (row_bytes < 0)
  3407. {
  3408. char *ptr = png_voidcast(char*, first_row);
  3409. ptr += (image->height-1) * (-row_bytes);
  3410. first_row = png_voidcast(png_voidp, ptr);
  3411. }
  3412. display->first_row = first_row;
  3413. display->row_bytes = row_bytes;
  3414. }
  3415. if (do_local_compose != 0)
  3416. {
  3417. int result;
  3418. png_voidp row = png_malloc(png_ptr, png_get_rowbytes(png_ptr, info_ptr));
  3419. display->local_row = row;
  3420. result = png_safe_execute(image, png_image_read_composite, display);
  3421. display->local_row = NULL;
  3422. png_free(png_ptr, row);
  3423. return result;
  3424. }
  3425. else if (do_local_background == 2)
  3426. {
  3427. int result;
  3428. png_voidp row = png_malloc(png_ptr, png_get_rowbytes(png_ptr, info_ptr));
  3429. display->local_row = row;
  3430. result = png_safe_execute(image, png_image_read_background, display);
  3431. display->local_row = NULL;
  3432. png_free(png_ptr, row);
  3433. return result;
  3434. }
  3435. else
  3436. {
  3437. png_alloc_size_t row_bytes = (png_alloc_size_t)display->row_bytes;
  3438. while (--passes >= 0)
  3439. {
  3440. png_uint_32 y = image->height;
  3441. png_bytep row = png_voidcast(png_bytep, display->first_row);
  3442. for (; y > 0; --y)
  3443. {
  3444. png_read_row(png_ptr, row, NULL);
  3445. row += row_bytes;
  3446. }
  3447. }
  3448. return 1;
  3449. }
  3450. }
  3451. int PNGAPI
  3452. png_image_finish_read(png_imagep image, png_const_colorp background,
  3453. void *buffer, png_int_32 row_stride, void *colormap)
  3454. {
  3455. if (image != NULL && image->version == PNG_IMAGE_VERSION)
  3456. {
  3457. /* Check for row_stride overflow. This check is not performed on the
  3458. * original PNG format because it may not occur in the output PNG format
  3459. * and libpng deals with the issues of reading the original.
  3460. */
  3461. const unsigned int channels = PNG_IMAGE_PIXEL_CHANNELS(image->format);
  3462. /* The following checks just the 'row_stride' calculation to ensure it
  3463. * fits in a signed 32-bit value. Because channels/components can be
  3464. * either 1 or 2 bytes in size the length of a row can still overflow 32
  3465. * bits; this is just to verify that the 'row_stride' argument can be
  3466. * represented.
  3467. */
  3468. if (image->width <= 0x7fffffffU/channels) /* no overflow */
  3469. {
  3470. png_uint_32 check;
  3471. const png_uint_32 png_row_stride = image->width * channels;
  3472. if (row_stride == 0)
  3473. row_stride = (png_int_32)/*SAFE*/png_row_stride;
  3474. if (row_stride < 0)
  3475. check = (png_uint_32)(-row_stride);
  3476. else
  3477. check = (png_uint_32)row_stride;
  3478. /* This verifies 'check', the absolute value of the actual stride
  3479. * passed in and detects overflow in the application calculation (i.e.
  3480. * if the app did actually pass in a non-zero 'row_stride'.
  3481. */
  3482. if (image->opaque != NULL && buffer != NULL && check >= png_row_stride)
  3483. {
  3484. /* Now check for overflow of the image buffer calculation; this
  3485. * limits the whole image size to 32 bits for API compatibility with
  3486. * the current, 32-bit, PNG_IMAGE_BUFFER_SIZE macro.
  3487. *
  3488. * The PNG_IMAGE_BUFFER_SIZE macro is:
  3489. *
  3490. * (PNG_IMAGE_PIXEL_COMPONENT_SIZE(fmt)*height*(row_stride))
  3491. *
  3492. * And the component size is always 1 or 2, so make sure that the
  3493. * number of *bytes* that the application is saying are available
  3494. * does actually fit into a 32-bit number.
  3495. *
  3496. * NOTE: this will be changed in 1.7 because PNG_IMAGE_BUFFER_SIZE
  3497. * will be changed to use png_alloc_size_t; bigger images can be
  3498. * accomodated on 64-bit systems.
  3499. */
  3500. if (image->height <=
  3501. 0xffffffffU/PNG_IMAGE_PIXEL_COMPONENT_SIZE(image->format)/check)
  3502. {
  3503. if ((image->format & PNG_FORMAT_FLAG_COLORMAP) == 0 ||
  3504. (image->colormap_entries > 0 && colormap != NULL))
  3505. {
  3506. int result;
  3507. png_image_read_control display;
  3508. memset(&display, 0, (sizeof display));
  3509. display.image = image;
  3510. display.buffer = buffer;
  3511. display.row_stride = row_stride;
  3512. display.colormap = colormap;
  3513. display.background = background;
  3514. display.local_row = NULL;
  3515. /* Choose the correct 'end' routine; for the color-map case
  3516. * all the setup has already been done.
  3517. */
  3518. if ((image->format & PNG_FORMAT_FLAG_COLORMAP) != 0)
  3519. result =
  3520. png_safe_execute(image,
  3521. png_image_read_colormap, &display) &&
  3522. png_safe_execute(image,
  3523. png_image_read_colormapped, &display);
  3524. else
  3525. result =
  3526. png_safe_execute(image,
  3527. png_image_read_direct, &display);
  3528. png_image_free(image);
  3529. return result;
  3530. }
  3531. else
  3532. return png_image_error(image,
  3533. "png_image_finish_read[color-map]: no color-map");
  3534. }
  3535. else
  3536. return png_image_error(image,
  3537. "png_image_finish_read: image too large");
  3538. }
  3539. else
  3540. return png_image_error(image,
  3541. "png_image_finish_read: invalid argument");
  3542. }
  3543. else
  3544. return png_image_error(image,
  3545. "png_image_finish_read: row_stride too large");
  3546. }
  3547. else if (image != NULL)
  3548. return png_image_error(image,
  3549. "png_image_finish_read: damaged PNG_IMAGE_VERSION");
  3550. return 0;
  3551. }
  3552. #endif /* SIMPLIFIED_READ */
  3553. #endif /* READ */