SlideShare a Scribd company logo
1 of 33
Download to read offline
The Image System in
the New World Order
Claudiu Cristea
@claudiu_cristea
drupal consultant, trainer, developer
opensource enthousiast, core contributor
webikon.com
drupal.org.ro
• The Image and the Image Factory
• Image Styles
• Image Style Effects
• Image Toolkits
• Image Toolkit Operations
Overview
Developers
The Image and
the Image Factory
$image = image_load('public://image.jpg');
image_save($image);
$image is stdClass
$factory = Drupal::service('image.factory');
$image = $factory->get('public://image.jpg');
$image->save();
$image is DrupalCoreImageImage
Image class type
D7
D8
Image Styles
Image Styles
D7 vs. D8
table: image_styles
table: image_effects
D7
code: hook_image_default_styles() D7
Configuration entity
core/modules/image/config/image.style.large.yml
D8
DEFINITION
D8
Derivative URI or URL
D7
D8
$original = 'public://image.jpg';
$uri = image_style_path('thumbnail', $original);
$url = image_style_url('thumbnail', $original);
$original = 'public://image.jpg';
// Load the image style configuration entity.
$style = entity_load('image_style', 'thumbnail');
$uri = $style->buildUri($original);
$url = $style->buildUrl($original);
Create a derivative
D7
D8
$original = 'public://image.jpg';
$dest = image_style_path('thumbnail', $original);
image_style_create_derivative('thumbnail', $original, $dest);
$original = 'public://image.jpg';
// Load the image style configuration entity.
$style = entity_load('image_style', 'thumbnail');
$dest = $style->buildUri($original);
$style->createDerivative($original, $dest);
Flushing the image cache
D7
D8
$style = image_style_load('thumbnail');
image_style_flush($style);
$style = entity_load('image_style', 'thumbnail');
$style->flush();
Image Style Effects
Image Style Effects
D7 vs. D8
D7code: hook_image_effect_info()
D8Effects are plugins
D E F I N I T I O N
How to add your
image style effect?
Create your own
@ImageEffect
plugin
In your module directory, drop it under
lib/Drupal/mymodule/Plugin/ImageEffect/
Image Toolkits
ImageMagick
Pluggable
Drupal allows toolkits plug-in
GDToolkit
Image Toolkits
D7 vs. D8
Defining
hook_image_toolkits()
D7
function system_image_toolkits() {
$available = function_exists('image_gd_check_settings') &&
image_gd_check_settings();
  return array(
    'gd' => array(
      'title' => t('GD2 image manipulation toolkit'),
      'available' => $available,
    ),
  );
}
Plugins
DrupalsystemPluginImageToolkitGDToolkit
D8
DEFINITION
Image Toolkit Operations
Image Toolkit Operations
D7 vs. D8
Disclaimer
The feature is still in the issue queue!
https://drupal.org/node/2073759
Resize an image
D7
D8
$image = image_load('public://image.jpg');
if (image_resize($image, 120, 200)) {
image_save($image);
}
$factory = Drupal::service('image.factory');
$image = $factory->get('public://image.jpg');
$args = array('width' => 120, 'height' => 200);
if ($image->apply('resize', $args)) {
$image->save();
}
Plugins
DrupalsystemPluginImageToolkitOperationgdResize.php
D8
DEFINITION
How to add your
image toolkit operation?
Create your own
@ImageToolkitOperation
plugin
In your module directory, drop it under
lib/Drupal/mymodule/Plugin/ImageToolkit/Operation/{toolkit}/
Resources
• Change records: https://drupal.org/list-changes
• Image meta issue: https://drupal.org/node/2105863
Thank you.
Questions?

More Related Content

Viewers also liked

Presentasi powerpoint (ujian mid smster)
Presentasi powerpoint (ujian mid smster)Presentasi powerpoint (ujian mid smster)
Presentasi powerpoint (ujian mid smster)Glutha
 
Bill klawitter presentation
Bill klawitter presentationBill klawitter presentation
Bill klawitter presentationbillklaw
 
Catalogue Maintenance & Editorial Process Outsourcing
Catalogue Maintenance &  Editorial Process Outsourcing Catalogue Maintenance &  Editorial Process Outsourcing
Catalogue Maintenance & Editorial Process Outsourcing thinkahead.net
 
Dety filosof (1)
Dety filosof (1)Dety filosof (1)
Dety filosof (1)salolew
 
Jyoung Capstone Presentation
Jyoung Capstone PresentationJyoung Capstone Presentation
Jyoung Capstone PresentationJordan
 
Персональное обучение. Мастер-класс
Персональное обучение. Мастер-классПерсональное обучение. Мастер-класс
Персональное обучение. Мастер-классDmitry Izmestiev
 
σελιδοδείκτες καλή σχολικήχρονιά 1
σελιδοδείκτες καλή σχολικήχρονιά 1σελιδοδείκτες καλή σχολικήχρονιά 1
σελιδοδείκτες καλή σχολικήχρονιά 1ypourgeio paideias
 
ISPAB Presentation - The Commerce Data Service
ISPAB Presentation - The Commerce Data ServiceISPAB Presentation - The Commerce Data Service
ISPAB Presentation - The Commerce Data ServiceTyrone Grandison
 
NOZZLE: A Defense Against Heap-spraying Code Injection Attacks
NOZZLE: A Defense Against Heap-spraying Code Injection AttacksNOZZLE: A Defense Against Heap-spraying Code Injection Attacks
NOZZLE: A Defense Against Heap-spraying Code Injection AttacksNorman Mayes
 
Phree photo editing l
Phree photo editing lPhree photo editing l
Phree photo editing lShane Sher
 
Московский workshop ЕАСD
Московский workshop ЕАСDМосковский workshop ЕАСD
Московский workshop ЕАСDElena Sosnovtseva
 
The Role of Audit Analysis in CyberSecurity
The Role of Audit Analysis in CyberSecurityThe Role of Audit Analysis in CyberSecurity
The Role of Audit Analysis in CyberSecurityTyrone Grandison
 
Ben's two year presentation
Ben's two year presentationBen's two year presentation
Ben's two year presentationjudygio
 

Viewers also liked (20)

Presentasi powerpoint (ujian mid smster)
Presentasi powerpoint (ujian mid smster)Presentasi powerpoint (ujian mid smster)
Presentasi powerpoint (ujian mid smster)
 
Very nbsp
Very nbspVery nbsp
Very nbsp
 
Bill klawitter presentation
Bill klawitter presentationBill klawitter presentation
Bill klawitter presentation
 
Summer Books 2010
Summer Books 2010Summer Books 2010
Summer Books 2010
 
Catalogue Maintenance & Editorial Process Outsourcing
Catalogue Maintenance &  Editorial Process Outsourcing Catalogue Maintenance &  Editorial Process Outsourcing
Catalogue Maintenance & Editorial Process Outsourcing
 
Dety filosof (1)
Dety filosof (1)Dety filosof (1)
Dety filosof (1)
 
Jyoung Capstone Presentation
Jyoung Capstone PresentationJyoung Capstone Presentation
Jyoung Capstone Presentation
 
Foursquare for Biz
Foursquare for BizFoursquare for Biz
Foursquare for Biz
 
TRAILER at IPP-ISEP by Maria Arcelina Marques
TRAILER at IPP-ISEP by Maria Arcelina MarquesTRAILER at IPP-ISEP by Maria Arcelina Marques
TRAILER at IPP-ISEP by Maria Arcelina Marques
 
Персональное обучение. Мастер-класс
Персональное обучение. Мастер-классПерсональное обучение. Мастер-класс
Персональное обучение. Мастер-класс
 
Jw day 4 (unit 3)
Jw day 4 (unit 3)Jw day 4 (unit 3)
Jw day 4 (unit 3)
 
SPD0315_USVI
SPD0315_USVISPD0315_USVI
SPD0315_USVI
 
σελιδοδείκτες καλή σχολικήχρονιά 1
σελιδοδείκτες καλή σχολικήχρονιά 1σελιδοδείκτες καλή σχολικήχρονιά 1
σελιδοδείκτες καλή σχολικήχρονιά 1
 
ISPAB Presentation - The Commerce Data Service
ISPAB Presentation - The Commerce Data ServiceISPAB Presentation - The Commerce Data Service
ISPAB Presentation - The Commerce Data Service
 
NOZZLE: A Defense Against Heap-spraying Code Injection Attacks
NOZZLE: A Defense Against Heap-spraying Code Injection AttacksNOZZLE: A Defense Against Heap-spraying Code Injection Attacks
NOZZLE: A Defense Against Heap-spraying Code Injection Attacks
 
Phree photo editing l
Phree photo editing lPhree photo editing l
Phree photo editing l
 
Московский workshop ЕАСD
Московский workshop ЕАСDМосковский workshop ЕАСD
Московский workshop ЕАСD
 
Libro Blanco UD2010 Docencia
Libro Blanco UD2010 DocenciaLibro Blanco UD2010 Docencia
Libro Blanco UD2010 Docencia
 
The Role of Audit Analysis in CyberSecurity
The Role of Audit Analysis in CyberSecurityThe Role of Audit Analysis in CyberSecurity
The Role of Audit Analysis in CyberSecurity
 
Ben's two year presentation
Ben's two year presentationBen's two year presentation
Ben's two year presentation
 

Similar to The image system in the New World Order

Drupal Recipes: Building Image Galleries with jQuery and Flickr
Drupal Recipes: Building Image Galleries with jQuery and FlickrDrupal Recipes: Building Image Galleries with jQuery and Flickr
Drupal Recipes: Building Image Galleries with jQuery and FlickrBen Shell
 
Drupal Development
Drupal DevelopmentDrupal Development
Drupal DevelopmentJeff Eaton
 
Image manipulation in WordPress 3.5
Image manipulation in WordPress 3.5Image manipulation in WordPress 3.5
Image manipulation in WordPress 3.5Marko Heijnen
 
#D8CX: Upgrade your modules to Drupal 8 (Part 1 and 2)
#D8CX: Upgrade your modules to Drupal 8 (Part 1 and 2)#D8CX: Upgrade your modules to Drupal 8 (Part 1 and 2)
#D8CX: Upgrade your modules to Drupal 8 (Part 1 and 2)Konstantin Komelin
 
Drupal Views and ImageCache
Drupal Views and ImageCacheDrupal Views and ImageCache
Drupal Views and ImageCacheTrevor Flexhaug
 
Introduction to Drupal 7 - Image Styles
Introduction to Drupal 7 - Image StylesIntroduction to Drupal 7 - Image Styles
Introduction to Drupal 7 - Image StylesKalin Chernev
 
You're Doing it Wrong - WordCamp Atlanta
You're Doing it Wrong - WordCamp AtlantaYou're Doing it Wrong - WordCamp Atlanta
You're Doing it Wrong - WordCamp AtlantaChris Scott
 
Easy path to machine learning
Easy path to machine learningEasy path to machine learning
Easy path to machine learningwesley chun
 
jQuery UI Widgets, Drag and Drop, Drupal 7 Javascript
jQuery UI Widgets, Drag and Drop, Drupal 7 JavascriptjQuery UI Widgets, Drag and Drop, Drupal 7 Javascript
jQuery UI Widgets, Drag and Drop, Drupal 7 JavascriptDarren Mothersele
 
Steps to create image carousel by using angularjs
Steps to create image carousel by using angularjsSteps to create image carousel by using angularjs
Steps to create image carousel by using angularjsManikandan Keerthivasan
 
Learning the basics of the Drupal API
Learning the basics of the Drupal APILearning the basics of the Drupal API
Learning the basics of the Drupal APIAlexandru Badiu
 
Drupal Security from Drupalcamp Bratislava
Drupal Security from Drupalcamp BratislavaDrupal Security from Drupalcamp Bratislava
Drupal Security from Drupalcamp BratislavaGábor Hojtsy
 

Similar to The image system in the New World Order (20)

Drupal Recipes: Building Image Galleries with jQuery and Flickr
Drupal Recipes: Building Image Galleries with jQuery and FlickrDrupal Recipes: Building Image Galleries with jQuery and Flickr
Drupal Recipes: Building Image Galleries with jQuery and Flickr
 
Drupal Development
Drupal DevelopmentDrupal Development
Drupal Development
 
D7 Image.Key
D7 Image.KeyD7 Image.Key
D7 Image.Key
 
Image manipulation in WordPress 3.5
Image manipulation in WordPress 3.5Image manipulation in WordPress 3.5
Image manipulation in WordPress 3.5
 
C# .NET Media Manager
C# .NET Media ManagerC# .NET Media Manager
C# .NET Media Manager
 
Migrate in Drupal 8
Migrate in Drupal 8Migrate in Drupal 8
Migrate in Drupal 8
 
Views (Basic)
Views (Basic)Views (Basic)
Views (Basic)
 
#D8CX: Upgrade your modules to Drupal 8 (Part 1 and 2)
#D8CX: Upgrade your modules to Drupal 8 (Part 1 and 2)#D8CX: Upgrade your modules to Drupal 8 (Part 1 and 2)
#D8CX: Upgrade your modules to Drupal 8 (Part 1 and 2)
 
#D8 cx: upgrade your modules to drupal 8
#D8 cx: upgrade your modules to drupal 8 #D8 cx: upgrade your modules to drupal 8
#D8 cx: upgrade your modules to drupal 8
 
Drupal Views and ImageCache
Drupal Views and ImageCacheDrupal Views and ImageCache
Drupal Views and ImageCache
 
Introduction to Drupal 7 - Image Styles
Introduction to Drupal 7 - Image StylesIntroduction to Drupal 7 - Image Styles
Introduction to Drupal 7 - Image Styles
 
You're Doing it Wrong - WordCamp Atlanta
You're Doing it Wrong - WordCamp AtlantaYou're Doing it Wrong - WordCamp Atlanta
You're Doing it Wrong - WordCamp Atlanta
 
D7 as D8
D7 as D8D7 as D8
D7 as D8
 
Easy path to machine learning
Easy path to machine learningEasy path to machine learning
Easy path to machine learning
 
jQuery UI Widgets, Drag and Drop, Drupal 7 Javascript
jQuery UI Widgets, Drag and Drop, Drupal 7 JavascriptjQuery UI Widgets, Drag and Drop, Drupal 7 Javascript
jQuery UI Widgets, Drag and Drop, Drupal 7 Javascript
 
Steps to create image carousel by using angularjs
Steps to create image carousel by using angularjsSteps to create image carousel by using angularjs
Steps to create image carousel by using angularjs
 
Learning the basics of the Drupal API
Learning the basics of the Drupal APILearning the basics of the Drupal API
Learning the basics of the Drupal API
 
Rails course day 7
Rails course day 7Rails course day 7
Rails course day 7
 
Vanjs backbone-powerpoint
Vanjs backbone-powerpointVanjs backbone-powerpoint
Vanjs backbone-powerpoint
 
Drupal Security from Drupalcamp Bratislava
Drupal Security from Drupalcamp BratislavaDrupal Security from Drupalcamp Bratislava
Drupal Security from Drupalcamp Bratislava
 

Recently uploaded

DGT @ CTAC 2024 Valencia: Most crucial invest to digitalisation_Sven Zoelle_v...
DGT @ CTAC 2024 Valencia: Most crucial invest to digitalisation_Sven Zoelle_v...DGT @ CTAC 2024 Valencia: Most crucial invest to digitalisation_Sven Zoelle_v...
DGT @ CTAC 2024 Valencia: Most crucial invest to digitalisation_Sven Zoelle_v...Henrik Hanke
 
Work Remotely with Confluence ACE 2.pptx
Work Remotely with Confluence ACE 2.pptxWork Remotely with Confluence ACE 2.pptx
Work Remotely with Confluence ACE 2.pptxmavinoikein
 
Chizaram's Women Tech Makers Deck. .pptx
Chizaram's Women Tech Makers Deck.  .pptxChizaram's Women Tech Makers Deck.  .pptx
Chizaram's Women Tech Makers Deck. .pptxogubuikealex
 
Dutch Power - 26 maart 2024 - Henk Kras - Circular Plastics
Dutch Power - 26 maart 2024 - Henk Kras - Circular PlasticsDutch Power - 26 maart 2024 - Henk Kras - Circular Plastics
Dutch Power - 26 maart 2024 - Henk Kras - Circular PlasticsDutch Power
 
Mathan flower ppt.pptx slide orchids ✨🌸
Mathan flower ppt.pptx slide orchids ✨🌸Mathan flower ppt.pptx slide orchids ✨🌸
Mathan flower ppt.pptx slide orchids ✨🌸mathanramanathan2005
 
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...漢銘 謝
 
Event 4 Introduction to Open Source.pptx
Event 4 Introduction to Open Source.pptxEvent 4 Introduction to Open Source.pptx
Event 4 Introduction to Open Source.pptxaryanv1753
 
Anne Frank A Beacon of Hope amidst darkness ppt.pptx
Anne Frank A Beacon of Hope amidst darkness ppt.pptxAnne Frank A Beacon of Hope amidst darkness ppt.pptx
Anne Frank A Beacon of Hope amidst darkness ppt.pptxnoorehahmad
 
The 3rd Intl. Workshop on NL-based Software Engineering
The 3rd Intl. Workshop on NL-based Software EngineeringThe 3rd Intl. Workshop on NL-based Software Engineering
The 3rd Intl. Workshop on NL-based Software EngineeringSebastiano Panichella
 
Simulation-based Testing of Unmanned Aerial Vehicles with Aerialist
Simulation-based Testing of Unmanned Aerial Vehicles with AerialistSimulation-based Testing of Unmanned Aerial Vehicles with Aerialist
Simulation-based Testing of Unmanned Aerial Vehicles with AerialistSebastiano Panichella
 
Quality by design.. ppt for RA (1ST SEM
Quality by design.. ppt for  RA (1ST SEMQuality by design.. ppt for  RA (1ST SEM
Quality by design.. ppt for RA (1ST SEMCharmi13
 
PHYSICS PROJECT BY MSC - NANOTECHNOLOGY
PHYSICS PROJECT BY MSC  - NANOTECHNOLOGYPHYSICS PROJECT BY MSC  - NANOTECHNOLOGY
PHYSICS PROJECT BY MSC - NANOTECHNOLOGYpruthirajnayak525
 
INDIAN GCP GUIDELINE. for Regulatory affair 1st sem CRR
INDIAN GCP GUIDELINE. for Regulatory  affair 1st sem CRRINDIAN GCP GUIDELINE. for Regulatory  affair 1st sem CRR
INDIAN GCP GUIDELINE. for Regulatory affair 1st sem CRRsarwankumar4524
 
RACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATION
RACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATIONRACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATION
RACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATIONRachelAnnTenibroAmaz
 
Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...
Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...
Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...marjmae69
 
miladyskindiseases-200705210221 2.!!pptx
miladyskindiseases-200705210221 2.!!pptxmiladyskindiseases-200705210221 2.!!pptx
miladyskindiseases-200705210221 2.!!pptxCarrieButtitta
 
Call Girls In Aerocity 🤳 Call Us +919599264170
Call Girls In Aerocity 🤳 Call Us +919599264170Call Girls In Aerocity 🤳 Call Us +919599264170
Call Girls In Aerocity 🤳 Call Us +919599264170Escort Service
 
Genshin Impact PPT Template by EaTemp.pptx
Genshin Impact PPT Template by EaTemp.pptxGenshin Impact PPT Template by EaTemp.pptx
Genshin Impact PPT Template by EaTemp.pptxJohnree4
 
SBFT Tool Competition 2024 -- Python Test Case Generation Track
SBFT Tool Competition 2024 -- Python Test Case Generation TrackSBFT Tool Competition 2024 -- Python Test Case Generation Track
SBFT Tool Competition 2024 -- Python Test Case Generation TrackSebastiano Panichella
 
The Ten Facts About People With Autism Presentation
The Ten Facts About People With Autism PresentationThe Ten Facts About People With Autism Presentation
The Ten Facts About People With Autism PresentationNathan Young
 

Recently uploaded (20)

DGT @ CTAC 2024 Valencia: Most crucial invest to digitalisation_Sven Zoelle_v...
DGT @ CTAC 2024 Valencia: Most crucial invest to digitalisation_Sven Zoelle_v...DGT @ CTAC 2024 Valencia: Most crucial invest to digitalisation_Sven Zoelle_v...
DGT @ CTAC 2024 Valencia: Most crucial invest to digitalisation_Sven Zoelle_v...
 
Work Remotely with Confluence ACE 2.pptx
Work Remotely with Confluence ACE 2.pptxWork Remotely with Confluence ACE 2.pptx
Work Remotely with Confluence ACE 2.pptx
 
Chizaram's Women Tech Makers Deck. .pptx
Chizaram's Women Tech Makers Deck.  .pptxChizaram's Women Tech Makers Deck.  .pptx
Chizaram's Women Tech Makers Deck. .pptx
 
Dutch Power - 26 maart 2024 - Henk Kras - Circular Plastics
Dutch Power - 26 maart 2024 - Henk Kras - Circular PlasticsDutch Power - 26 maart 2024 - Henk Kras - Circular Plastics
Dutch Power - 26 maart 2024 - Henk Kras - Circular Plastics
 
Mathan flower ppt.pptx slide orchids ✨🌸
Mathan flower ppt.pptx slide orchids ✨🌸Mathan flower ppt.pptx slide orchids ✨🌸
Mathan flower ppt.pptx slide orchids ✨🌸
 
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
 
Event 4 Introduction to Open Source.pptx
Event 4 Introduction to Open Source.pptxEvent 4 Introduction to Open Source.pptx
Event 4 Introduction to Open Source.pptx
 
Anne Frank A Beacon of Hope amidst darkness ppt.pptx
Anne Frank A Beacon of Hope amidst darkness ppt.pptxAnne Frank A Beacon of Hope amidst darkness ppt.pptx
Anne Frank A Beacon of Hope amidst darkness ppt.pptx
 
The 3rd Intl. Workshop on NL-based Software Engineering
The 3rd Intl. Workshop on NL-based Software EngineeringThe 3rd Intl. Workshop on NL-based Software Engineering
The 3rd Intl. Workshop on NL-based Software Engineering
 
Simulation-based Testing of Unmanned Aerial Vehicles with Aerialist
Simulation-based Testing of Unmanned Aerial Vehicles with AerialistSimulation-based Testing of Unmanned Aerial Vehicles with Aerialist
Simulation-based Testing of Unmanned Aerial Vehicles with Aerialist
 
Quality by design.. ppt for RA (1ST SEM
Quality by design.. ppt for  RA (1ST SEMQuality by design.. ppt for  RA (1ST SEM
Quality by design.. ppt for RA (1ST SEM
 
PHYSICS PROJECT BY MSC - NANOTECHNOLOGY
PHYSICS PROJECT BY MSC  - NANOTECHNOLOGYPHYSICS PROJECT BY MSC  - NANOTECHNOLOGY
PHYSICS PROJECT BY MSC - NANOTECHNOLOGY
 
INDIAN GCP GUIDELINE. for Regulatory affair 1st sem CRR
INDIAN GCP GUIDELINE. for Regulatory  affair 1st sem CRRINDIAN GCP GUIDELINE. for Regulatory  affair 1st sem CRR
INDIAN GCP GUIDELINE. for Regulatory affair 1st sem CRR
 
RACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATION
RACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATIONRACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATION
RACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATION
 
Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...
Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...
Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...
 
miladyskindiseases-200705210221 2.!!pptx
miladyskindiseases-200705210221 2.!!pptxmiladyskindiseases-200705210221 2.!!pptx
miladyskindiseases-200705210221 2.!!pptx
 
Call Girls In Aerocity 🤳 Call Us +919599264170
Call Girls In Aerocity 🤳 Call Us +919599264170Call Girls In Aerocity 🤳 Call Us +919599264170
Call Girls In Aerocity 🤳 Call Us +919599264170
 
Genshin Impact PPT Template by EaTemp.pptx
Genshin Impact PPT Template by EaTemp.pptxGenshin Impact PPT Template by EaTemp.pptx
Genshin Impact PPT Template by EaTemp.pptx
 
SBFT Tool Competition 2024 -- Python Test Case Generation Track
SBFT Tool Competition 2024 -- Python Test Case Generation TrackSBFT Tool Competition 2024 -- Python Test Case Generation Track
SBFT Tool Competition 2024 -- Python Test Case Generation Track
 
The Ten Facts About People With Autism Presentation
The Ten Facts About People With Autism PresentationThe Ten Facts About People With Autism Presentation
The Ten Facts About People With Autism Presentation
 

The image system in the New World Order