ADVERTISEMENT

Princess of Wales apologises over edited photograph

Published Mar 11, 2024 12:49 pm

AFP__20240311__34LD7TE__v1__Preview__BritainRoyalsPhotography.jpeg

People take pictures of Kensington Palace in London on March 11, 2024. Britain's Prince William and his wife Catherine faced pressure to explain how an official photo of the princess and their children had been altered, after AFP and other news agencies withdrew the image. (Photo by HENRY NICHOLLS / AFP)


London, United Kingdom - Catherine, Princess of Wales on Monday apologized and admitted to editing an official portrait of her released by the palace after AFP and other agencies withdrew the image.

Kate, 42, has not been seen in public since attending a Christmas Day church service, and underwent abdominal surgery in January, fuelling speculation about her health, particularly online.

Her Kensington Palace office on Sunday sought to dispel rumors by distributing an official photograph said to have been taken by her husband Prince William of her with their three children.

But questions quickly emerged of the Mother's Day portrait of a smiling Kate, casually dressed and seated in a garden chair, surrounded by Prince George, Princess Charlotte, and Prince Louis.

Discrepancies included several inconsistencies, such as Charlotte's left hand being misaligned with the sleeve of her cardigan and a missing part of her sleeve.

The eight-year-old princess's hair ended abruptly on her shoulder while Kate's zip was lighter than elsewhere.

AFP, Getty, the Associated Press (AP), and Reuters all have policies about distributing manipulated images, and pulled it, despite initially publishing the photograph provided by Kensington Palace.

Britain's domestic Press Association said on Monday it, too, was withdrawing the image, noting "the absence of clarification" about the image from Kensington Palace.

Within minutes of PA announcing its decision, the palace issued a statement on X (formerly Twitter), signed by "C" for Catherine.

"Like many amateur photographers, I do occasionally experiment with editing," it stated.

"I wanted to express my apologies for any confusion the family photograph we shared yesterday caused."

 'Damaging' 

Many commentators suggested the furore had cast fresh doubt on palace reassurances about Kate's health and recuperation.

William, 41, and other senior royals are expected to attend annual Commonwealth Day celebrations in central London later on Monday.

Peter Hunt, a former BBC royal correspondent, said the situation was "damaging" for the family. "They knew there would be intense interest in any picture they released of Kate," he said.

"Their challenge is that people will now question whether they can be trusted and believed when they next issue a health update."

Graham Smith, who heads the Republic pressure group calling for an elected head of state, added: "It's quite simple. Don't use their own photos. It's PR, not news."

Intense interest in Kate's absence comes from the fact that William -- King Charles III's elder son -- is heir to the throne, meaning she will be one day be queen.

According to Kensington Palace, she was admitted to hospital on January 16 for planned surgery, then left on January 29, to recuperate at home until at least Easter on March 31.

The contentious photograph, published on all royal social media channels and widely picked up in Britain and across the world, was accompanied a message signed by Kate.

"Thank you for your kind wishes and continued support over the last two months. Wishing everyone a Happy Mother's Day," it read.

But in a note to clients, AFP said it withdrawn the image after it had "come to light that the handout issued by Kensington Palace today of Kate and the kids had been altered".

The AP said it had retracted the image because on "closer inspection, it appeared the source had manipulated the image in a way that did not meet AP's photo standards". Reuters said similar.

Health woes 

British newspapers quickly changed their front pages late on Sunday to reflect the brewing controversy.

Royal officials have not specified the nature of Kate's operation but have said it was not cancer-related.

Earlier this month, a snatched photograph said to have been of Kate wearing sunglasses while being driven by her mother were published on the celebrity news site TMZ.

The sighting, said to have been near William and Kate's Windsor home west of London, also failed to dampen conspiracy theories on social media about Kate's absence from the spotlight.

The announcement about Kate's hospital admission came just before another about her father-in-law's treatment for a benign enlarged prostate.

It was then announced that he had been diagnosed with an unrelated -- but so far unspecified -- cancer, which has forced him to cancel public engagements, barring some official meetings.

Charles, 75, has only been king and British head of state since the death of his mother Queen Elizabeth II in September 2022.

His wife, Queen Camilla, 76, has since stepped up to take the lead as the royals' most senior figure at public events.

 


 

Related Tags

world news
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.